Using VPN for Gateway
-
I want to use VPN from a windows machine to my PFsense network but route internet traffic via the VPN but keep LAN access on the local machine for printing/files etc...
At the moment I loose LAN access when the VPN is on, internet traffic is routing as I would expect.
Any thing i'm missing?
Thanks
Phil -
@littlephil said in Using VPN for Gateway:
At the moment I loose LAN access when the VPN is on, internet traffic is routing as I would expect.
If you use IP addresses es well?
-
@viragomann ah yes it works with IP, so it's an issue with DNS!
Can you point me in the right direction to sort that?
Thanks
P -
@littlephil
If the VPN server pushes a DNS server, the Windows client overwrites its DNS settings and use that one from the VPN. There is no was to have both.So either you have to remove the DNS server from the OpenVPN settings or you add the local host names to the remote DNS.
-
@viragomann that does make sense I’ll try that in the morning thank you