|
|
Hi Laurent, the messages seems pretty clear: when you're connecting using your ppp interface then openvpn cannot determine the default gateway on your network; you need to specify it explicitly or make sure that you *have* a default gateway when connecting thru ppp. Laurent GUERBY wrote: > In the client logs in the ppp case I have a "cannot read current default > gateway from system" message: > > the SERVERIP routing table shows the default GW: > >>>>> 0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 wlan0 > where as with PPP your routing table does not have any 'UG' entries: > #route -n > Kernel IP routing table > Destination Gateway Genmask Flags Metric Ref Use Iface > 10.6.6.6 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0 > 0.0.0.0 0.0.0.0 0.0.0.0 U 0 0 0 ppp0 > fix this and your openvpn connection should work... HTH, JJK ____________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users |