Wow! I knew that, because last time I installed it I had to do that. Completely forgot!
Know anything about why cloud0 shows up before cloudbr0?
It seems to be causing some issues.
Know anything about why cloud0 shows up before cloudbr0?
It seems to be causing some issues.
On Apr 17, 2013, at 07:24 PM, Milamber <milam...@apache.org> wrote:
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