Public bug reported:

I configured OpenConnect via the NetworkManager interface to connect to
a customer of mine. VPN works correctly. But if a write in terminal
'route -n' I see a rule added by network manager like this:

10.0.0.0        0.0.0.0         255.0.0.0       U     0      0        0
tun0

For my network configuration should be better something like this:

10.1.2.0        0.0.0.0         255.255.255.0       U     0      0
0 tun0

In NetworkManager vpn configuration I click on 'routing...'  then I add
a rule like before (with 10.1.2.0). I check also the flag "ignore
routing automatically obtained".

The problem is that disconnecting e reconnecting vpn I see in routing
table always the first rule and not the second. I have to write manually
a command like this in a terminal to fix the problem:

sudo route add -net 10.1.2.0 netmask 255.255.255.0 dev tun0
sudo route del -net 10.0.0.0 netmask 255.0.0.0 dev tun0

I think this is a bug.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 11.10
Package: network-manager-openconnect

** Affects: network-manager-openconnect (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/925525

Title:
  Network-manager with openConnect routing problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-openconnect/+bug/925525/+subscriptions

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

Reply via email to