Public bug reported:

Binary package hint: wicd

I'm using a bridge because I'm using KVM:

$ brctl show
bridge name     bridge id               STP enabled     interfaces
br0             8000.00018068ae1d       no              eth0
virbr0          8000.000000000000       yes

When I reboot I always get 2 default routes:

default via 192.168.3.101 dev br0  metric 100
default via 192.168.3.101 dev eth0  metric 100

In order to gain connectivity I need to remove the one associated with
eth0:

$ sudo route delete default gw 192.168.3.101

Here is my /etc/network/interfaces file:

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet manual

auto br0
iface br0 inet dhcp
        bridge_ports eth0
        bridge_fd 9
        bridge_hello 2
        bridge_maxage 12
        bridge_stp off

** Affects: wicd (Ubuntu)
     Importance: Undecided
         Status: New

-- 
wicd creates a default route on eth0 when using bridge
https://bugs.launchpad.net/bugs/420717
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

Reply via email to