Hi,
Im trying to setup an OpenVPN Tap service on my PfSense 2.1 firewall.
First I tried to make work a "tun" device mode vpn and it worked well. Now Im trying to make work a "tap" device mode vpn, but it didn't work.
Its hard to write the pfsense web-pannel configuration details... i'll try...
On my server side, over OpenVPN configuration I setd up this:
I set "device mode" as "Tap", "Bridge DHCP" option "enabled", "Bridge Interface" as "LAN " and a "Server Bridge DHCP Start-End" range with a IP range inside my LAN range.
On my client side I dial the VPN with this config file:
dev tap
persist-tun
persist-key
cipher AES-128-CBC
tls-client
client
resolv-retry infinite
remote xxx.xxx.xxx.xxx yyyy tcp
tls-remote remote_tls
auth-user-pass
file.p12
file-tls.key 1
ns-cert-type server
comp-lzo
I got the proper rules configuration to allow any kind of tcp/ip packets from OpenVPN interface and I opened the proper port to reach the VPN service from Internet.
With all this VPN get connected but I can't reach any host from client side (my client doesn't got a firewall =) ). Can you help me solve this?
Thanks