Comment 31 for bug 330833

Revision history for this message
In , Jeremy (jeremy-redhat-bugs) wrote :

Description of problem:
When connecting to VPN with NetworkManager-vpnc, it sets the default route to the VPN device. When I connect with "vpnc" it leaves the default route alone.

There are also a couple of other routes missing when I use NetworkManager to connect.

Version-Release number of selected component (if applicable):
NetworkManager-vpnc-0.7.0.99-1.fc10.x86_64

How reproducible:
Always

Steps to Reproduce:
1.Connect to vpn
2.Check route with "route"
3.

Actual results:
0.0.0.0 0.0.0.0 0.0.0.0 U 0 0 0 tun0

Expected results:
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 wlan0

Additional info:
The diff between the vpnc routing and the NetworkManager-vpnc routing is:
--- vpnc 2009-03-25 14:38:59.629563747 -0700
+++ nwman 2009-03-25 14:39:25.283537596 -0700
@@ -1,7 +1,5 @@
 Kernel IP routing table
 Destination Gateway Genmask Flags Metric Ref Use Iface
-10.yy.yy.yy 0.0.0.0 255.255.255.255 UH 0 0 0 tun0
-10.zz.zz.zz 0.0.0.0 255.255.255.255 UH 0 0 0 tun0
 xx.xx.xx.xx 192.168.1.1 255.255.255.255 UGH 0 0 0 wlan0
 192.168.1.0 0.0.0.0 255.255.255.0 U 2 0 0 wlan0
 10.69.148.0 0.0.0.0 255.255.255.0 U 0 0 0 tun0
@@ -32,4 +30,4 @@
 10.224.0.0 0.0.0.0 255.224.0.0 U 0 0 0 tun0
 10.0.0.0 0.0.0.0 255.192.0.0 U 0 0 0 tun0
 10.128.0.0 0.0.0.0 255.192.0.0 U 0 0 0 tun0
-0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 wlan0
+0.0.0.0 0.0.0.0 0.0.0.0 U 0 0 0 tun0