設定 -> 網路 ->
- 界面卡1 選 NAT
- 界面卡2 選 僅限主機界面卡
linux 中
- sudo vim /etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
auto eth1
iface eth1 inet static
address 192.168.56.1
netmask 255.255.255.0
#network 192.168.56.0
#broadcast 192.168.56.255
gateway 192.168.56.254
#dns-search cloudspace.local
#dns-nameservers 8.8.8.8 8.8.4.4
or
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
auto eth1
iface eth1 inet dhcp
ps. 在virtualBox linux 中可利用 route查詢 default Gateway 來填入
sudo /etc/init.d/networking restart
資料來源:
http://askubuntu.com/questions/446183/how-to-set-up-nat-and-host-only-networking-with-static-ip-address-in-virtualbox
沒有留言:
張貼留言