Pinging an external server through OpenVPN tunnel doesn’t work
- by qdii
I have an OpenVPN server and a client, and I want to use this tunnel to access not only 10.0.8.0/24 but the whole internet. So far, pinging the server from the client through the tun0 interface works, and vice versa.
However, pinging www.google.com from the client through tun0 doesn’t work (all packets are lost).
I figured that I should configure…