Submitted by pcfreak30 on Wed, 01/22/2014 - 18:10
When installing, the pl file involved in setting up the bridge assumes the interface is eth0. It should try to auto-detect or prompt and verify the nic. In our case, the nic gets auto-detected as eth1 by kickstart in one datacenter. I had to modify the perl script and re-run to finish the install.
Status:
Closed (fixed)
Comments
Submitted by JamieCameron on Wed, 01/22/2014 - 18:31 Comment #1
That seems like a bug. Does your system have an
eth0
interface at all?Submitted by pcfreak30 on Wed, 01/22/2014 - 18:36 Comment #2
Some do some don't. Some have two nics, some have 1 nic with a private and public interface. One DC only gives 1 NIC and we have a vlan setup between a server cluster.
I looked and you have the variable for interface hardcoded to "eth0".
Submitted by JamieCameron on Thu, 01/23/2014 - 00:08 Comment #3
Ok, in the next Cloudmin release I will make it possible to specify an interface to create the bridge on using the
--bridge-interface ethX
flag to the install script.Submitted by Issues on Thu, 02/06/2014 - 00:11 Comment #4
Automatically closed -- issue fixed for 2 weeks with no activity.