Link to home
Start Free TrialLog in
Avatar of ezlee
ezlee

asked on

PING lost between guest and host with vmware workstation

I need to do demo for my customers so I installed VMWare workstation on my laptop which is running Windows Server 2008 x64.

The guest and host is using "Bridge" to share the network adapter. But ping between guest and host is always lossing some of the ping request. There will be no problem to use NAT for the network adaptor for the guest.

C:> ping 192.168.1.166 -t
.......................................
Reply from 192.168.1.109: Destination host unreachable.
Reply from 192.168.1.109: Destination host unreachable.
Reply from 192.168.1.109: Destination host unreachable.
Reply from 192.168.1.109: Destination host unreachable.
Reply from 192.168.1.109: Destination host unreachable.
Reply from 192.168.1.109: Destination host unreachable.
Reply from 192.168.1.166: bytes=32 time=1118ms TTL=128
Reply from 192.168.1.166: bytes=32 time<1ms TTL=128
Reply from 192.168.1.166: bytes=32 time<1ms TTL=128
Reply from 192.168.1.166: bytes=32 time<1ms TTL=128
Reply from 192.168.1.166: bytes=32 time<1ms TTL=128
Reply from 192.168.1.166: bytes=32 time<1ms TTL=128
Reply from 192.168.1.166: bytes=32 time<1ms TTL=128
Reply from 192.168.1.166: bytes=32 time<1ms TTL=128
Reply from 192.168.1.166: bytes=32 time<1ms TTL=128
Reply from 192.168.1.109: Destination host unreachable.
Reply from 192.168.1.109: Destination host unreachable.
Reply from 192.168.1.109: Destination host unreachable.
Reply from 192.168.1.109: Destination host unreachable.
Reply from 192.168.1.109: Destination host unreachable.
Reply from 192.168.1.109: Destination host unreachable.
Reply from 192.168.1.109: Destination host unreachable.
Reply from 192.168.1.166: bytes=32 time=1118ms TTL=128
Reply from 192.168.1.166: bytes=32 time<1ms TTL=128
Reply from 192.168.1.166: bytes=32 time<1ms TTL=128
Reply from 192.168.1.166: bytes=32 time<1ms TTL=128
Reply from 192.168.1.166: bytes=32 time<1ms TTL=128
Reply from 192.168.1.166: bytes=32 time<1ms TTL=128
Reply from 192.168.1.166: bytes=32 time<1ms TTL=128
Reply from 192.168.1.166: bytes=32 time<1ms TTL=128
Reply from 192.168.1.166: bytes=32 time<1ms TTL=128

Ping statistics for 192.168.1.166:
    Packets: Sent = 1099, Received = 1081, Lost = 18 (1% loss),
Approximate round trip times in milli-seconds:
    Minimum = 0ms, Maximum = 1118ms, Average = 94ms

Does any one have the same problem and know how to solve this?
Looks like it is not totally disconnected, sometimes receive the ping request.

thanks, ezlee
Avatar of vmwarun - Arun
vmwarun - Arun
Flag of India image

1.How many NICs do you have on the Host ?
2.Are you running any other NIC Intensive Applications on the Host ?
3.What Security software (Antivirus/Internet Security) are you using in the Host & Guest ?
4.What version of VMware Workstation are you using ?
5.Have you installed VMware Tools within the Guest VM ?
Avatar of ezlee
ezlee

ASKER

1.How many NICs do you have on the Host ?
   2 NICs - one wireless and one onboard
I am using wireless for the "Bridge" - the problem happened for the wireless. I am using fixed IP assigned to the wireless NIC. There is a Wireless Access Point (linksys) as the gateway for both host and guest.
   
2.Are you running any other NIC Intensive Applications on the Host ?
should be no.

3.What Security software (Antivirus/Internet Security) are you using in the Host & Guest ?
SEP, but even before it is installed, the problem exists.

4.What version of VMware Workstation are you using ?
6.5

5.Have you installed VMware Tools within the Guest VM ?
Yes, it is installed.
ASKER CERTIFIED SOLUTION
Avatar of vmwarun - Arun
vmwarun - Arun
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ezlee

ASKER

Sorry to close this late. But it seems the wireless NIC does not support vmware bridge very well.  

thanks everyone!