eucalyptus node install results in broken /etc/network/interfaces
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
eucalyptus (Ubuntu) |
Fix Released
|
High
|
Dustin Kirkland | ||
Karmic |
Fix Released
|
High
|
Dustin Kirkland | ||
netcfg (Ubuntu) |
Triaged
|
Medium
|
Unassigned | ||
Karmic |
Won't Fix
|
Medium
|
Unassigned |
Bug Description
Fresh install of eucalyptus-node, /etc/network interfaces looks like this:
=======
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet dhcp
iface br0 inet dhcp
bridge_fd 9
bridge_stp off
=======
Note that "bridge_ports" is missing the "eth0" parameter. Adding this, and restarting the networking service solves the problem.
This should be fixed in the debian/
:-Dustin
Changed in eucalyptus (Ubuntu): | |
status: | Triaged → In Progress |
assignee: | nobody → Dustin Kirkland (kirkland) |
Changed in eucalyptus (Ubuntu): | |
milestone: | none → ubuntu-9.10-beta |
Changed in netcfg (Ubuntu Karmic): | |
status: | Invalid → Won't Fix |
Changed in netcfg (Ubuntu): | |
status: | Invalid → Triaged |
tags: | removed: eucalyptus |
tags: | added: iso-testing |
You will also want to make eth0 manual ("iface eth0 inet manual"), otherwise both the bridge and eth0 will get an IP, making the routing table funny.