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 네트워크 어댑터가 호스트 전용 어댑터로 설정되어 있으며 192,168.56.4에서 Debian8을 사용하여 다른 VirtualBox를 이미 실행하고 있습니다.
누구든지 나를 위해 도움이 있습니까?
sudo lshw -C network | grep 'logical name'