Linux/Ubuntu Debian

버추얼박스 서버 이미지 다른 PC로 옮긴후 네트워크 문제

smores 2013. 4. 26. 22:54

우분투 네트워크


Virtualbox 서버 이미지 옮긴 후 네트웍이 안된다.


$ ifconfig -a

eth0 인지 eth1 인지 확인


$ cat /etc/network/interfaces

auto lo

iface lo inet loopback


auto eth0

iface eth0 inet dhcp


eth0 이 아니라 eth1 이어야 함 (위의 ifconfig -a 결과)

수정 후 네트워크 재시동

$ sudo ifup eth1


작동 완료 !!!