Page 1 of 1

Bare metal install eth0 issue

Posted: Fri Aug 27, 2021 7:18 pm
by niels
Hi there,

I have seen a very old (several years) topic on this issue with no apparent solution: following the bare metal installation, my interface is not changed to eth0 and I lose connectivity.

I have installed everything exactly as the cookbook describes and also I have tried finding a solution myself by adding the following line to a new file: /etc/udev/rules.d/70-persistent-net.rules

SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="XX:yy:XX:yy:XX:yy", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"

Ofcourse the MAC corresponds to the NIC in question.

Has anyone found a solution to this problem yet?

Looking forward, kind regards,

Niels

Re: Bare metal install eth0 issue

Posted: Sat Aug 28, 2021 4:33 pm
by Uldis (UD)
Use eve cookbook mate..
no other way for...

Re: Bare metal install eth0 issue

Posted: Fri Sep 03, 2021 10:45 am
by niels
Actually read my post??

Re: Bare metal install eth0 issue

Posted: Sat Sep 04, 2021 7:15 am
by Uldis (UD)
You didnt tell which EVE you trying to install Pro or community

in old days eth0 issue was with NIC drivers and Ubuntu
Step 43.1: OPTIONAL for Broadcom NetExtreme II ethernet drivers in your server. NOT necessary for regular servers. DO NOT reboot EVE before you did Broadcom driver installation below !!

apt install firmware-bnx2x -o Dpkg::Options::="--force-overwrite"

Re: Bare metal install eth0 issue

Posted: Sun Sep 05, 2021 7:33 am
by niels
Indeed, sorry for that. It is the community edition, will upgrade to Pro after I feel I will stick with EVE. I have everything up and running, made a typo during installation when configuring grub.

Thanks for the reply, can start learning for my CCNP now.