I have OpenVPN installed on my server, and I can connect to it just fine, as well as browse the web, etc. from the client window. If I set the following parameter in the client setup, I can no longer view the website through the domain name:
redirect-gateway def1
On the server, I ran the following command:
iptables -t nat -s 10.8.0.0/24 -A POSTROUTING -j SNAT --to myserverIP
but that didn’t change anything.
Can someone help suggest something?
openvpn
Ninjacat
source share