- sudo vim /etc/network/interfaces
- 將 iface eth0 inet static 改成 iface eth0 inetdhcp
- sudo /etc/init.d/networking restart
PS. 如果你有第二張網卡
auto eth1
iface eth1 inetdhcp
PS. 如果想用固定IP
#Class C 設法
iface eth0 inet static
address 192.168.1.2
netmask 255.255.255.0
gateway 192.168.1.1
資料來源:
gateway 192.168.1.1
資料來源:
- http://askubuntu.com/questions/446183/how-to-set-up-nat-and-host-only-networking-with-static-ip-address-in-virtualbox
沒有留言:
張貼留言