[Bug 1436330] Re: Network Manager doesn't set metric for local networks any more, causing connection issues

Rob A 1436330 at bugs.launchpad.net
Fri Sep 18 16:52:27 UTC 2015


Confirm fix works.

$ route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         192.168.0.254   0.0.0.0         UG    1024   0        0 eth1
169.254.0.0     0.0.0.0         255.255.0.0     U     1000   0        0 wlan1
192.168.0.0     0.0.0.0         255.255.255.0   U     0      0        0 eth1
192.168.0.0     0.0.0.0         255.255.255.0   U     0      0        0 wlan1
$ sudo dpkg -i network-manager_0.9.10.0-4ubuntu18_amd64.deb libnm-util2_0.9.10.0-4ubuntu18_amd64.deb
...
$ sudo systemctl restart NetworkManager
$ route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         192.168.0.254   0.0.0.0         UG    100    0        0 eth1
0.0.0.0         192.168.0.254   0.0.0.0         UG    400    0        0 wlan1
169.254.0.0     0.0.0.0         255.255.0.0     U     1000   0        0 wlan1
192.168.0.0     0.0.0.0         255.255.255.0   U     100    0        0 eth1
192.168.0.0     0.0.0.0         255.255.255.0   U     400    0        0 wlan1

Routes are now correct, and my ssh sessions to other hosts aren't timing
out all the time anymore.

-- 
You received this bug notification because you are a member of Network-
manager, which is subscribed to NetworkManager.
https://bugs.launchpad.net/bugs/1436330

Title:
  Network Manager doesn't set metric for local networks any more,
  causing connection issues

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



More information about the Ubuntu-reviews mailing list