** Summary changed:

- NetworkManager does not set route to DHCP server for renewal, resulting in 
loss of lease when VPN active
+ NetworkManager does not set route to DHCP server, needed for lease renewal, 
resulting in loss of lease when VPN active because default route is via the VPN

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/616428

Title:
  NetworkManager does not set route to DHCP server, needed for lease
  renewal, resulting in loss of lease when VPN active because default
  route is via the VPN

Status in “network-manager” package in Ubuntu:
  New

Bug description:
  Current Lucid, amd64.

  1) Suppose the DHCP server broadcasting to a subnet is not in that
  subnet.  The networking scripts (NetworkManager --> dhclient --> if-
  up.d) set a subnet route and a default route.

  2) A VPN connection is activated, setting a new default route.

  3) original DHCP lease expires because the DHCP server cannot be
  reached from the other end of the VPN.

  The solution is something like this in the networking scripts:
  [ "$DHCP4_DHCP_SERVER_IDENTIFIER" ] && [ "$LOGICAL" ] && ip route add 
$DHCP4_DHCP_SERVER_IDENTIFIER dev $LOGICAL

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to