我设置虚拟机为桥接,
虚拟机IP为192。168。1。5
主机本地网卡为192.168.1.3
开发板为192.168.1.230
虚拟机网卡8为192.168.1.1
主机网卡我分别设为共享和,不是共享,两种情况都不行。
root@localhost zilong]# ping 192.168.1.230
PING 192.168.1.230 (192.168.1.230) 56(84) bytes of data.
From 192.168.1.5 icmp_seq=1 Destination Host Unreachable
From 192.168.1.5 icmp_seq=2 Destination Host Unreachable
From 192.168.1.5 icmp_seq=3 Destination Host Unreachable
[root@localhost zilong]# ping 192.168.1.3
PING 192.168.1.3 (192.168.1.3) 56(84) bytes of data.
64 bytes from 192.168.1.3: icmp_seq=1 ttl=64 time=0.873 ms
64 bytes from 192.168.1.3: icmp_seq=1 ttl=64 time=0.874 ms (DUP!)
64 bytes from 192.168.1.3: icmp_seq=2 ttl=64 time=0.491 ms
请高手指点
|