No suitable interface found
Moderator: mike
-
- Posts: 5
- Joined: Thu Aug 03, 2017 6:50 pm
No suitable interface found
After the recent update, I lost my main interface. It is saying no suitable interface found. I have eve installed on ESXi
-
- Posts: 409
- Joined: Sun Mar 19, 2017 10:27 pm
-
- Posts: 5
- Joined: Thu Aug 03, 2017 6:50 pm
Re: No suitable interface found
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.
You do not have the required permissions to view the files attached to this post.
-
- Posts: 409
- Joined: Sun Mar 19, 2017 10:27 pm
-
- Posts: 5
- Joined: Thu Aug 03, 2017 6:50 pm
Re: No suitable interface found
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
"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
You do not have the required permissions to view the files attached to this post.
-
- Posts: 409
- Joined: Sun Mar 19, 2017 10:27 pm
Re: No suitable interface found
thats works then good stuffmair333 wrote: ↑Fri Aug 04, 2017 6:49 pmPlease 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
R!
-
- Posts: 5
- Joined: Thu Aug 03, 2017 6:50 pm
Re: No suitable interface found
it doesn't work that is the issue. Below is the main issue, I am facing.
You do not have the required permissions to view the files attached to this post.
-
- Posts: 534
- Joined: Wed Mar 15, 2017 1:54 pm
Re: No suitable interface found
edit /etc/default/grub
and have this line:
GRUB_CMDLINE_LINUX="net.ifnames=0 "
then on cli, type:
update-grub
and reboot
E.
and have this line:
GRUB_CMDLINE_LINUX="net.ifnames=0 "
then on cli, type:
update-grub
and reboot
E.
-
- Posts: 5
- Joined: Thu Aug 03, 2017 6:50 pm
Re: No suitable interface found
Got it working! Thank you very much for the help.