I set up Openvpn in a Ubuntu vps following this.
This is my client route -n
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 10.8.0.5 128.0.0.0 UG 0 0 0 tun0
0.0.0.0 122.84.124.1 0.0.0.0 UG 0 0 0 ppp0
10.8.0.1 10.8.0.5 255.255.255.255 UGH 0 0 0 tun0
10.8.0.5 0.0.0.0 255.255.255.255 UH 0 0 0 tun0
122.84.124.1 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
128.0.0.0 10.8.0.5 128.0.0.0 UG 0 0 0 tun0
169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 ppp0
183.181.60.117 122.84.124.1 255.255.255.255 UGH 0 0 0 ppp0
On client, I can ping 10.8.0.1
, but other than that I don't seem to have the Internet access.
I tried mtr 8.8.8.8
, I get
Host Lost% ...
1. 10.8.0.1 0.0% ...
2. ???
While on server, mtr 8.8.8.8
shows the path.
Any advice what might have gone wrong? Thanks!