I list eth0 & 1 as "inet manual" so that NetworkManager doesn't touch
them.  It works very well with Hardy.

________________ /etc/network/interfaces ______________
auto lo
iface lo inet loopback

# auto eth0
# iface eth0 inet static
#       address 172.19.0.4
#       netmask 255.255.0.0
#       gateway 172.19.0.7

auto eth0
iface eth0 inet manual

auto eth1
iface eth1 inet manual

auto br0
iface br0 inet static
        bridge_ports eth1
        address 172.19.0.4
        netmask 255.255.0.0
        gateway 172.19.0.7

# auto wlan0
iface wlan0 inet dhcp
        wireless-essid MyWifi
____________________________________________________

-- 
[intrepid] new 0.7 branch ignores /etc/network/interfaces
https://bugs.launchpad.net/bugs/256054
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