Comment 7 for bug 991666

Revision history for this message
Antti P Miettinen (apm) wrote :

For me the issue occurs with Juniper SSL VPN. Apparently network manager adds the original default route, I'd guess upon DHCP renew, which overrides the default route that should go to my VPN tunnel (from /var/log/syslog):

NetworkManager[xxx]: <info> Policy set 'xxx' (wlan0) as default for IPv4 routing and DNS.

The network-manager-vpnc package seems to integrate with network-manager in a way that prevents network manager from doing this as with VPNC to a cisco concentrator, the issue does not occur:

NetworkManager[yyy]: <info> Policy set 'yyy' (tun0) as default for IPv4 routing and DNS.

What would be required to achieve the same with Juniper SSL VPN? Is there a way to prevent NM from doing these policy updates?