私はubuntuが初めてなので、MongoDBをVirtualBoxにインストールするにはubuntu xenialサーバー(16.04)エディションをインストールする必要があります。インストール後、dhcpから静的ipv4アドレスに変更しようとしました。そこで、/ 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
サーバーを再起動します
# 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: ...
(申し訳ありませんが、コピーと貼り付けは機能しないため、すべて入力する必要があります)
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
VirtualBox Network AdapterはHost-only Adapterに設定されており、すでに192,168.56.4でDebian8を使用して別のVirtualBoxを実行しています。
誰か助けてくれましたか?
sudo lshw -C network | grep 'logical name'