@darkcorner said in Internet access lost with OpenVPN:
Why doesn't Internet browsing work without this setting? If I ask to direct all traffic via pfSense, I would have already had to use the DNS of pfSense,
Imagine the clients resides in 192.168.1.0/24, his network settings are
IP = 192.168.1.25
mask = 255.255.255.0
DNS server = 192.168.2.3
So his DNS server resides in another subnet, which he is able to access via his router.
Now the VPN clients establishes the VPN connection and as you have checked "Redirect gateway", the client changes the default route and point it to the VPN server instead of his local router. Hence he will no longer be able to reach the DNS server at 192.168.2.3, cause this traffic is directed to the OpenVPN server as well.
Why did the navigation stop after some time? If I was missing DNS, I was missing them from the start.
Possibly due to his local DNS cache.