Public bug reported:

Binary package hint: network-manager


I've assigned two ip addresses for eth0, one using dhcp and other one is 
static. net-tools and ifupdown seems to cope with this setup, but network 
manager gets confused and reports: "no network devices has been found". Liferea 
and epiphany-browser for instance always start in "offline -mode" and I have to 
manually switch those as "online", but I'm not sure if this issue is caused by 
network-admin or something else.


my /etc/network/interfaces:

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet dhcp
        post-up ip addr add 192.168.0.1/24 label eth0:0 dev eth0
        post-down ip addr del 192.168.0.1/24 dev eth0

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

-- 
NetworkManager applet doesn't understand device with two ip addresses
https://launchpad.net/bugs/86745

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to