Here is my config

Server 
<openvpn>
- <openvpn-server>
  <vpnid>2</vpnid> 
  <mode>server_tls</mode> 
  <authmode>Local Database</authmode> 
  <protocol>UDP</protocol> 
  <ipaddr /> 
  <interface>wan</interface> 
  <local_port>1194</local_port> 
- <description>
- <![CDATA[ My_OpenVPN  ]]> 
  </description>
  <custom_options /> 
  <caref>xxxxxx</caref> 
  <crlref /> 
  <certref>xxxx</certref> 
  <dh_length>1024</dh_length> 
  <crypto>AES-128-CBC</crypto> 
  <engine>none</engine> 
  <tunnel_network>10.168.2.0/24</tunnel_network> 
  <remote_network /> 
  <gwredir /> 
  <local_network>10.168.255.0/24</local_network> 
  <maxclients>10</maxclients> 
  <compression>yes</compression> 
  <passtos /> 
  <client2client>yes</client2client> 
  <dynamic_ip>yes</dynamic_ip> 
  <pool_enable>yes</pool_enable> 
  <netbios_enable /> 
  <netbios_ntype>0</netbios_ntype> 
  <netbios_scope /> 
  </openvpn-server>
  </openvpn>


---------------------client---------------
Client
Dev tun
Proto udp
Remote xx.xx.xx 1194
Ping 10
Resolv-retry infinite
Nobind
Persist-key
Persist-tum
Ca ca.crt
Cert client1.crt
Key client1.key
Comp-lzo
Pull
Verb 3


---------------------------------------------------------------------
To unsubscribe, e-mail: support-unsubscr...@pfsense.com
For additional commands, e-mail: support-h...@pfsense.com

Commercial support available - https://portal.pfsense.org

Reply via email to