bridge
这种方式比较简单,在配置界面选择,bridge模式(dhcp),开机后就有ip了,和宿主机ip在同个网段,互相能ping通,通过xshell的ip能连上
nat
虚拟机能ping主机,但主机不能ping虚拟机,所以在win7上的xshell的ssh连不到虚拟机上,此时,可以做端口映射。
比如,我win7无线网卡ip 192.168.1.114
centos7的ip10.0.2.4/24,gateway 10.0.2.2 dns 10.0.2.3
在vbox网卡界面设置nat网卡的端口映射:
主机ip 192.168.1.114 端口 222
子机ip 10.0.2.4 端口 22
reboot centos7
便可在xshell中用ssh连接centos7了
原文地址:http://lbs1991.blog.51cto.com/9134853/1584005