Hi I'm using Ubuntu Server on my VirtualBox. But I changed the MAC address of the NIC from virtual box settings. But now I cannot find the interface when I enter ifconfig. What should I do?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
migrated from stackoverflow.com Jan 3 '10 at 2:49
|
have you ran ubuntu and debian these days use udev to persistently assign the same nic the same device name. This works great except for when it doesn't do what you want it to do.
if you run that on your VM you will most likely see two lines, one for eth0 and one for eth1. the easy way to fix it is to delete the eth0 line, and change the remaining eth1 to eth0. |
|||
|
|
|
More details would be good. Are you using NAT in your VB settings? Have you rebooted the virtual Ubuntu? Even better (because you should never have to reboot Linux) have you restarted NetworkManager? Run dhclient? |
|||
|
|
ifupthe interface isERROR while getting interface flags: No such device. – Tgr Aug 14 '12 at 16:21