On Thu, 2007-12-06 at 13:25 +0000, Jon Escombe wrote: > ----- "Jon Escombe" <[EMAIL PROTECTED]> wrote: > > I'll try to debug the ppp case further, see what's different > > there that it's not liking.. > > Appears that openvpn just doesn't like the way the default route is set up by > the ppp connection
Tambet has a patch that may fix this; it makes stuff set up routes correctly with PPP devices. Not sure yet if layering openVPN on top screws that up yet though. Dan > # ip route > default dev ppp0 scope link > > If I supply the local address for the link then it stops complaining, and > behaves the same as the wired/wireless case.. > > # ip route del 0.0.0.0/0 > # ip route add 0.0.0.0/0 via 10.x.x.20 > # ip route > default via 10.x.x.20 dev ppp0 > > Regards, > Jon. _______________________________________________ NetworkManager-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/networkmanager-list
