[Bug 430820] Re: eucalyptus node install results in broken /etc/network/interfaces

Etienne Goyer etienne.goyer at canonical.com
Wed Sep 16 21:53:43 BST 2009


Colin, for me on jaunty, the following /etc/network/interfaces result in
a system with broken network (ie, cannot ping or connect to anything):

-------------------------------------------
# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet dhcp

auto br0
iface br0 inet dhcp
	bridge_ports eth0
-------------------------------------------


However, the following works perfectly well:

-------------------------------------------
# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet manual

auto br0
iface br0 inet dhcp
	bridge_ports eth0
-------------------------------------------


Hence, I assume having a bridge *an* one of its member interface configured for DHCP result in broken networking.  Maybe I am not correct, or the behavior is different in karmic.

Attached is the output of "ip addr show" and "ip route show" with the
first network config.  You can see there are two default routes, etc.

** Attachment added: "Output of "ip addr show" and "ip route show""
   http://launchpadlibrarian.net/31911976/ip-output.txt

-- 
eucalyptus node install results in broken /etc/network/interfaces
https://bugs.launchpad.net/bugs/430820
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.



More information about the Ubuntu-server-bugs mailing list