On Thu, Oct 15, 2015 at 8:20 AM, Hongyi Zhao <hongyi.z...@gmail.com> wrote:

> 2- With the route in table openvpn:
>
> $ ip route show table openvpn
> default via 10.211.1.34 dev tun-gfwlist
>
> This time the following command will give nothing:
>
>
> $ traceroute 8.8.8.8
> traceroute to 8.8.8.8 (8.8.8.8), 30 hops max, 60 byte packets
>  1  * * *
>  2  * * *
>

At least the output is different with the rule in place.. My guess: the
packets are going out
with source address of eth0 (192.168.0.2) and your VPN server is not set up
to NAT them..

Try this

traceroute -n -s 10.211.1.33 8.8.8.8

If that works you may need to use SNAT to rewrite the source address.

Selva
------------------------------------------------------------------------------
_______________________________________________
Openvpn-users mailing list
Openvpn-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-users

Reply via email to