Eu sou novo no ubuntu e preciso instalar a edição do ubuntu xenial server (16.04) para instalar o MongoDB em um VirtualBox. Após a instalação, tentei mudar de dhcp para um endereço IPv4 estático. Então mudei o / 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
e reinicie o 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: ...
(desculpe copiar e colar não funcionará, por isso tenho que digitar tudo)
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
O Adaptador de Rede VirtualBox está definido como Adaptador somente para host e eu já estou executando outro VirtualBox com Debian8 em 192.168.56.4.
Alguém tem alguma ajuda para mim?
sudo lshw -C network | grep 'logical name'