Hello,
Seems it's a new address MAC in the VM (create from template).
On VM, in /etc/udev/rules.d/70-persistent-net.rules, remove the line
with "NAME="eth0"" at end,
and modify the line with "NAME="eth1"" by "NAME="eth0"" (eth1->eth0)
Restart VM.
I don't know other more 'sexy' way to do this.
Milamber
Le 17/04/2013 23:03, Maurice Lawler a ecrit :
Greetings,
I've created a Cent 6.3 template. Prior to, I have setup the
ifcfg-eth0 to look as the following:
DEVICE=eth0
TYPE=Ethernet
ONBOOT=yes
NM_CONTROLLED=yes
BOOTPROTO=dhcp
However, on boot the eth0 does not pull dhcp IP's. Along with that
manually starting it error states
Device eth0 deos not seem to be present, delaying initialization.
Please advise.
- Maurice