Why doesn't OpenVPN add my tunnel and other side network subnet to the ARP table
-
Hi everyone,
I have successfully established a link based on OpenVPN to another server on the internet using pfSense 2.0 as the client. I can ping from pfSense to the other side OpenVPN server and I can ping the pfSense server from the server as well. But client to client seems to not work.
This is from System > Routing section:
Name Interface Gateway Monitor IP Description
OPENVPN OPENVPN 172.16.18.6 172.16.18.6 Interface OPENVPN Dynamic GatewayARP table doesn't show 172.16.18.0/24 network or the OpenVPN server side subnet which is 192.168.20.0/24. On pfSense I am using 192.168.51.0/24 subnet.
***I think my problem will be solved when I see all the networks in ARP tables like (Openvpn Tunnel of 172.16.18.0/24, pfSense side 192.168.51.0/24, and OpenVPN server side 192.168.20.0/24)
I appreciate some input on this.
Thanks
-
You need to use openvpn in tap mode to see that.
-
It actually started working after I enabled IP forward on OpenVPN server or maybe addition of CCD folder in OpenVPN server helped. I hate it when I can't pinpoint the issue. Anyhow, even without the other side network showing in ARP table my VPN tunnel works fine. I guess I was wrong with my theory. But it would be nice to see them in ARP table anyhow.
Thanks,