Hi, all,
I've install the vmware-server-1.0.9 in centos 5.3 x64, create a hostonly vm - windows 2003.
in host, ifconfig vmnet1:
vmnet1 Link encap:Ethernet HWaddr 00:50:56:C0:00:01
inet addr:172.16.112.1 Bcast:172.16.112.255 Mask:255.255.255.0
inet6 addr: fe80::250:56ff:fec0:1/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1104 errors:0 dropped:0 overruns:0 frame:0
TX packets:989 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
in guest, ipconfig /all:
Windows IP Configuration
Host Name . . . . . . . . . . . . : vmtest1
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Unknown
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
Ethernet adapter local:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : VMware Accelerated AMD PCNet Adapter
Physical Address. . . . . . . . . : 00-0C-29-EB-F2-11
DHCP Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 172.16.112.8
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :
I assign a static ip address to the guest using 172.16.112.8, and I can ping it in host:
ping 172.16.112.8
PING 172.16.112.8 (172.16.112.8) 56(84) bytes of data.
64 bytes from 172.16.112.8: icmp_seq=1 ttl=128 time=0.931 ms
64 bytes from 172.16.112.8: icmp_seq=2 ttl=128 time=0.545 ms
64 bytes from 172.16.112.8: icmp_seq=3 ttl=128 time=0.192 ms
64 bytes from 172.16.112.8: icmp_seq=4 ttl=128 time=0.111 ms
but I cannot ping the host in guest:
Pinging 172.16.112.1 with 32 bytes of data:
Reply from 172.16.112.1: Destination host unreachable.
Reply from 172.16.112.1: Destination host unreachable.
Reply from 172.16.112.1: Destination host unreachable.
Reply from 172.16.112.1: Destination host unreachable.
Ping statistics for 172.16.112.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
Any helper are appreciated.