Page 1 of 1
Bare metal installation
Posted: Fri Nov 10, 2017 8:33 am
by mku
Hi all,
As I'm having some performance issues with EVE on ESXi, I wanted to try bare metal installation and see if there is any difference.
I followed an official how-to, but I'm stuck on getting the network running. For some reason, my network interfaces are "eno1" and "eno2" and won't change to "ethX", even though I changed grub configuration as per how-to.
I've also tried other config tweaks I googled out, but nothing helped. Seem like a lot of people struggle with this.
Can anyone help me with that, please?
Re: Bare metal installation
Posted: Tue Nov 14, 2017 7:45 pm
by ramindia
mku wrote: ↑Fri Nov 10, 2017 8:33 am
Hi all,
As I'm having some performance issues with EVE on ESXi, I wanted to try bare metal installation and see if there is any difference.
I followed an official how-to, but I'm stuck on getting the network running. For some reason, my network interfaces are "eno1" and "eno2" and won't change to "ethX", even though I changed grub configuration as per how-to.
I've also tried other config tweaks I googled out, but nothing helped. Seem like a lot of people struggle with this.
Can anyone help me with that, please?
Depends on what work for you, both working in real world..join live chat to discuss problem
R!
Re: Bare metal installation
Posted: Wed Nov 15, 2017 8:47 am
by Uldis (UD)
if carefully follow how to, any interface en, ens changes to eth
http://www.eve-ng.net/index.php/documen ... re-install
UD
Re: Bare metal installation
Posted: Wed Nov 15, 2017 3:48 pm
by daniel
mku wrote: ↑Fri Nov 10, 2017 8:33 am
Hi all,
As I'm having some performance issues with EVE on ESXi, I wanted to try bare metal installation and see if there is any difference.
I followed an official how-to, but I'm stuck on getting the network running. For some reason, my network interfaces are "eno1" and "eno2" and won't change to "ethX", even though I changed grub configuration as per how-to.
I've also tried other config tweaks I googled out, but nothing helped. Seem like a lot of people struggle with this.
Can anyone help me with that, please?
Is there a file named /etc/udev/rules.d/70-persistent-net.rules ? what is the content of the file if there is?
Re: Bare metal installation
Posted: Fri Nov 17, 2017 1:47 pm
by mku
Hi Daniel,
Thanks for your reply. Originally the file was not present. I created it manually, it was something like:
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="02:01:02:03:04:05", ATTR{dev_id}=="0x0", ATTR{type}=="1", NAME="eth0"
but it didn't work anyway.
Re: Bare metal installation
Posted: Fri Nov 17, 2017 2:36 pm
by ecze
Ubuntu 16.04 doesn't use this file anymore ( /etc/udev/rules.d/70-persistent-net.rules )
show me the result of
cat /proc/cmdline
E.
Re: Bare metal installation
Posted: Fri Dec 08, 2017 12:00 pm
by ahmed magdy
Hi,
i had same problem and solved it after following below link .
http://www.itzgeek.com/how-tos/mini-how ... 16-04.html