Soy nuevo en ubuntu y necesito instalar la edición ubuntu xenial server (16.04) para instalar MongoDB en un VirtualBox. Después de la instalación, intenté cambiar de dhcp a una dirección ipv4 estática. Entonces cambié / etc / network / interfaces:
auto lo
iface lo inet loopback
allow-hotplug eth0
iface eth0 inet static
address 192.168.56.5
netmask 255.255.255.0
gateway 192.168.56.1
y reinicie el servidor
# but ifconfig -a shows only an enp0s3 interface without any IP address
and
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
up loopback running MTU: ...
(lo siento, copiar y pegar no funcionará, así que tengo que escribirlo todo)
did a reboot once more and tried sudo ifdown and afterwards ifup eth0
# but it gives allways :
Cannot find device "eth0"
Failed to bring up eth0
El Adaptador de red VirtualBox está configurado como Adaptador solo de host y ya he ejecutado otro VirtualBox con Debian8 en 192,168.56.4.
¿Alguien me ha ayudado?
sudo lshw -C network | grep 'logical name'