Page 1 of 1

No suitable interface found

Posted: Thu Aug 03, 2017 6:52 pm
by mair333
After the recent update, I lost my main interface. It is saying no suitable interface found. I have eve installed on ESXi

Re: No suitable interface found

Posted: Thu Aug 03, 2017 10:17 pm
by ramindia
mair333 wrote:
Thu Aug 03, 2017 6:52 pm
After the recent update, I lost my main interface. It is saying no suitable interface found. I have eve installed on ESXi
Login to Linux vm console, type lspci and see is the Ethernet recognized.

R!

Re: No suitable interface found

Posted: Fri Aug 04, 2017 12:31 pm
by mair333
Thanks for the reply. I see the ethernet controller in the command. I have tried to remove, and readd the network controller to no avail.

Re: No suitable interface found

Posted: Fri Aug 04, 2017 6:21 pm
by ramindia
mair333 wrote:
Fri Aug 04, 2017 12:31 pm
Thanks for the reply. I see the ethernet controller in the command. I have tried to remove, and readd the network controller to no avail.
can you post ifconfig config.

R!

Re: No suitable interface found

Posted: Fri Aug 04, 2017 6:49 pm
by mair333
Please see below ifconfig. All I did was the following to reset the network interface because it wasn't working after the upgrade.

"from the EVE cli type: rm -f /opt/ovf/.configured. Then reboot and login from cli again. Your EVE will jump to management IP setup wizard." - this is from the even-ng FAQ section on the website

Re: No suitable interface found

Posted: Fri Aug 04, 2017 7:58 pm
by ramindia
mair333 wrote:
Fri Aug 04, 2017 6:49 pm
Please see below ifconfig. All I did was the following to reset the network interface because it wasn't working after the upgrade.

"from the EVE cli type: rm -f /opt/ovf/.configured. Then reboot and login from cli again. Your EVE will jump to management IP setup wizard." - this is from the even-ng FAQ section on the website
thats works then good stuff

R!

Re: No suitable interface found

Posted: Mon Aug 07, 2017 11:53 am
by mair333
it doesn't work that is the issue. Below is the main issue, I am facing.

Re: No suitable interface found

Posted: Mon Aug 07, 2017 1:42 pm
by ecze
edit /etc/default/grub

and have this line:

GRUB_CMDLINE_LINUX="net.ifnames=0 "

then on cli, type:

update-grub

and reboot

E.

Re: No suitable interface found

Posted: Mon Aug 07, 2017 3:36 pm
by mair333
Got it working! Thank you very much for the help.