码迷,mamicode.com
首页 > 其他好文 > 详细

VMware中的三种网络模式-----Host-only模式

时间:2014-08-29 16:20:18      阅读:243      评论:0      收藏:0      [点我收藏+]

标签:documents   ip地址   网络连接   虚拟机   拓扑图   

3.Host-only模式(仅主机模式)

    Host-only模式:是一种封闭的网络模式,虚拟机只能与宿主机通过VMnet1进行通信。这种模式适合于在一个独立的环境中进行各种网络实验。这种模式与NAT模式的区别是没有地址转换服务,虚拟机只能访问到宿主机。

    下面是一个关于Host-only使用的例子:

①虚拟机中编辑网络模式,选择Host-only模式:

bubuko.com,布布扣

②将虚拟机中网络连接的IP地址设置为:

bubuko.com,布布扣

③宿主机的VMnet1的网络连接IP设置为:

bubuko.com,布布扣

④网络拓扑图:

    虚拟机通过VMNet1与宿主机进行通讯,但不能与172.16.1.x这个网段进行通讯。

bubuko.com,布布扣


⑤测试:

在虚拟机中ping宿主机:

C:\Documents and Settings\Administrator>ping 192.168.181.1
Pinging 192.168.181.1 with 32 bytes of data:
Reply from 192.168.181.1: bytes=32 time<1ms TTL=64
Reply from 192.168.181.1: bytes=32 time<1ms TTL=64
Reply from 192.168.181.1: bytes=32 time<1ms TTL=64
Reply from 192.168.181.1: bytes=32 time<1ms TTL=64
Ping statistics for 192.168.181.1:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 0ms, Maximum = 0ms, Average = 0ms

在虚拟机中ping外界网络:(不能访问)

C:\Documents and Settings\Administrator>ping 172.16.1.73
Pinging 172.16.1.73 with 32 bytes of data:
Destination host unreachable.
Destination host unreachable.
Destination host unreachable.
Destination host unreachable.
Ping statistics for 172.16.1.73:
    Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

#结束


本文出自 “李云娜----IT女将” 博客,请务必保留此出处http://liyunna.blog.51cto.com/9151125/1546464

VMware中的三种网络模式-----Host-only模式

标签:documents   ip地址   网络连接   虚拟机   拓扑图   

原文地址:http://liyunna.blog.51cto.com/9151125/1546464

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!