Re: openvpn fixes against svn 3140
- From: Jon Escombe <lists dresco co uk>
- To: Dan Williams <dcbw redhat com>
- Cc: networkmanager-list gnome org
- Subject: Re: openvpn fixes against svn 3140
- Date: Thu, 6 Dec 2007 13:25:06 +0000 (GMT)
----- "Jon Escombe" <lists dresco co uk> 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
# 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.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]