Hi there,
I managed on a V2.0.1 pfSense to enable OpenVPN server by going through the wizard. I can ping my local network (e.g. 192.168.0.100) and also connect remotely to the pfSense Admin Interface - but there is no way to e.g. access network shares on my SMB server under 192.168.0.100 (connection timeout). I tried up and down with local routing, playing around with the NetBIOS settings on server side, with client DNS and without but nothing led to success.
My server settings are:
<openvpn>
<openvpn-server>
<vpnid>1</vpnid>
<mode>server_tls_user</mode>
<authmode>Local Database</authmode>
<protocol>UDP</protocol>
<dev_mode>tun</dev_mode>
<ipaddr></ipaddr>
<interface>wan</interface>
<local_port>1194</local_port>
<description><![CDATA[Privater VPN]]></description>
<custom_options/>
<tls>XXXXXXXX</tls>
<caref>XXXXXXXXX</caref>
<crlref></crlref>
<certref>XXXXXXXXXX</certref>
<dh_length>1024</dh_length>
<cert_depth>1</cert_depth>
<strictusercn></strictusercn>
<crypto>AES-128-CBC</crypto>
<engine>none</engine>
<tunnel_network>192.168.200.0/24</tunnel_network>
<remote_network/>
<gwredir></gwredir>
<local_network>192.168.0.0/24</local_network>
<maxclients>3</maxclients>
<compression>yes</compression>
<passtos></passtos>
<client2client></client2client>
<dynamic_ip>yes</dynamic_ip>
<pool_enable>yes</pool_enable>
<netbios_enable>yes</netbios_enable>
<netbios_ntype>0</netbios_ntype>
<netbios_scope/>
</openvpn-server>
</openvpn>
I also tried several Open VPN clients on my Vista Notebook, whereas finally V2.3-alpha remains. No matter, with all of them I managed to connect to my pfSense (started as Administrator), ping the local network, access pfSense Admin etc., but have no access to shared drives.
My client settings:
dev tun
persist-tun
persist-key
proto udp
cipher AES-128-CBC
tls-client
client
route-method exe
route-delay 2
remote some.domain 1194
tls-remote The server
auth-user-pass
pkcs12 myvpn-udp-1194.p12
tls-auth myvpn-udp-1194-tls.key 1
comp-lzo
What is my mistake?
Many thanks in advance for any hint.
brgds
David