I installed Feisty with network-manager and network-manager-vpnc from the 
official sources.
When I connect to vpn network-manager don't set a route for the tun-device, but 
it set a route to 172.17.2.1?

route -n (before connecting to vpn):
169.254.0.0     0.0.0.0         255.255.0.0     U     0      0        0 eth0
169.254.0.0     0.0.0.0         255.255.0.0     U     1000   0        0 eth1
172.17.0.0      0.0.0.0         255.255.0.0     U     0      0        0 eth1
0.0.0.0         172.17.2.8      0.0.0.0         UG    0      0        0 eth1
0.0.0.0         0.0.0.0         0.0.0.0         U     1000   0        0 eth0

route -n (after connecting to vpn):
172.17.2.1      172.17.2.8      255.255.255.255 UGH   0      0        0 eth1
169.254.0.0     0.0.0.0         255.255.0.0     U     0      0        0 eth0
169.254.0.0     0.0.0.0         255.255.0.0     U     1000   0        0 eth1
172.17.0.0      0.0.0.0         255.255.0.0     U     0      0        0 eth1
0.0.0.0         172.17.2.8      0.0.0.0         UG    0      0        0 eth1
0.0.0.0         0.0.0.0         0.0.0.0         U     1000   0        0 eth0

after i set "route add default tun0" and "route del 172.17.2.1" the vpn
connection works.

-- 
network-manager does not add routes for VPN connections
https://bugs.launchpad.net/bugs/113726
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to