VMware Communities
iamdaboss
Contributor
Contributor

Duplicate packets with ping on guest OS(Linux)

Hi,

I am getting lot of duplicate packets when i ping to an IP (router, host system or an internet server) from my guest OS.

Any pointers with this regard would be greatly helpful.

I have the following configuration:

VMware Workstation 6.0.0 build-45731

Host OS: Windows XP SP2 (32bit)

Guest OS: Fedora Core 6 - 32bit (Zod - Kernel ver: 2.6.18-1.2798.fc6)

I have bridged VMnet0 to the 'Wireless Connection' on the Host OS.

\## Host OS ##

\## ipconfig /all ##

Windows IP Configuration

Host Name . . . . . . . . . . . . : homePC

Primary Dns Suffix . . . . . . . :

Node Type . . . . . . . . . . . . : Unknown

IP Routing Enabled. . . . . . . . : Yes

WINS Proxy Enabled. . . . . . . . : Yes

DNS Suffix Search List. . . . . . : xyz.edu

xyz.edu

Ethernet adapter VMware Network Adapter VMnet8:

Connection-specific DNS Suffix . :

Description . . . . . . . . . . . : VMware Virtual Ethernet Adapter for VMnet8

Physical Address. . . . . . . . . : 00-50-56-C0-00-08

Dhcp Enabled. . . . . . . . . . . : No

IP Address. . . . . . . . . . . . : 192.168.93.1

Subnet Mask . . . . . . . . . . . : 255.255.255.0

Default Gateway . . . . . . . . . :

Ethernet adapter VMware Network Adapter VMnet1:

Connection-specific DNS Suffix . :

Description . . . . . . . . . . . : VMware Virtual Ethernet Adapter for VMnet1

Physical Address. . . . . . . . . : 00-50-56-C0-00-01

Dhcp Enabled. . . . . . . . . . . : No

IP Address. . . . . . . . . . . . : 192.168.157.1

Subnet Mask . . . . . . . . . . . : 255.255.255.0

Default Gateway . . . . . . . . . :

Ethernet adapter Wireless Network Connection:

Connection-specific DNS Suffix . : xyz.edu

Description . . . . . . . . . . . : Intel(R) PRO/Wireless LAN 2100 3B Mini PCI Adapter

Physical Address. . . . . . . . . : 00-0C-F1-3C-99-C7

Dhcp Enabled. . . . . . . . . . . : Yes

Autoconfiguration Enabled . . . . : Yes

IP Address. . . . . . . . . . . . : 192.168.15.101

Subnet Mask . . . . . . . . . . . : 255.255.255.0

Default Gateway . . . . . . . . . : 192.168.15.1

DHCP Server . . . . . . . . . . . : 192.168.15.1

DNS Servers . . . . . . . . . . . : 192.168.15.1

Lease Obtained. . . . . . . . . . : Wednesday, September 12, 2007 4:19:54 PM

Lease Expires . . . . . . . . . . : Thursday, September 13, 2007 4:19:54 PM

\## VMX file: ##

config.version = "8"

virtualHW.version = "6"

scsi0.present = "TRUE"

scsi0.virtualDev = "lsilogic"

memsize = "400"

ide0:0.present = "TRUE"

ide0:0.fileName = "Other Linux 2.6.x kernel.vmdk"

ide0:0.deviceType = "rawDisk"

ide1:0.present = "TRUE"

ide1:0.fileName = "auto detect"

ide1:0.deviceType = "cdrom-raw"

floppy0.autodetect = "TRUE"

ethernet0.present = "TRUE"

ethernet0.wakeOnPcktRcv = "FALSE"

usb.present = "TRUE"

ehci.present = "TRUE"

sound.present = "TRUE"

sound.fileName = "-1"

sound.autodetect = "TRUE"

svga.autodetect = "TRUE"

pciBridge0.present = "TRUE"

mks.keyboardFilter = "allow"

displayName = "FedoraCore6"

guestOS = "other26xlinux"

nvram = "Other Linux 2.6.x kernel.nvram"

deploymentPlatform = "windows"

virtualHW.productCompatibility = "hosted"

tools.upgrade.policy = "useGlobal"

ide1:0.autodetect = "TRUE"

floppy0.startConnected = "FALSE"

floppy0.fileName = "A:"

isolation.tools.hgfs.disable = "TRUE"

ide1:0.startConnected = "TRUE"

ethernet0.addressType = "generated"

uuid.location = "56 4d 5e 41 94 bb 63 f6-84 09 ef 88 ec fe ce cd"

uuid.bios = "56 4d 5e 41 94 bb 63 f6-84 09 ef 88 ec fe ce cd"

ide0:0.redo = ""

pciBridge0.pciSlotNumber = "17"

scsi0.pciSlotNumber = "16"

ethernet0.pciSlotNumber = "32"

sound.pciSlotNumber = "33"

ehci.pciSlotNumber = "34"

ethernet0.generatedAddress = "00:0c:29:fe:ce:cd"

ethernet0.generatedAddressOffset = "0"

tools.syncTime = "FALSE"

checkpoint.vmState = ""

\## Guest OS ##

\[root@localhost ~]# ifconfig -a

eth0 Link encap:Ethernet HWaddr 00:0C:29:FE:CE:CD

inet addr:192.168.15.103 Bcast:192.168.15.255 Mask:255.255.255.0

inet6 addr: fe80::20c:29ff:fefe:cecd/64 Scope:Link

UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1

RX packets:324 errors:0 dropped:0 overruns:0 frame:0

TX packets:80 errors:0 dropped:0 overruns:0 carrier:0

collisions:0 txqueuelen:1000

RX bytes:43943 (42.9 KiB) TX bytes:14055 (13.7 KiB)

Interrupt:169 Base address:0x2024

lo Link encap:Local Loopback

inet addr:127.0.0.1 Mask:255.0.0.0

inet6 addr: ::1/128 Scope:Host

UP LOOPBACK RUNNING MTU:16436 Metric:1

RX packets:3510 errors:0 dropped:0 overruns:0 frame:0

TX packets:3510 errors:0 dropped:0 overruns:0 carrier:0

collisions:0 txqueuelen:0

RX bytes:5844724 (5.5 MiB) TX bytes:5844724 (5.5 MiB)

sit0 Link encap:IPv6-in-IPv4

NOARP MTU:1480 Metric:1

RX packets:0 errors:0 dropped:0 overruns:0 frame:0

TX packets:0 errors:0 dropped:0 overruns:0 carrier:0

collisions:0 txqueuelen:0

RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

\[root@localhost ~]# ping www.yahoo.com

PING www.yahoo.com (69.147.114.210) 56(84) bytes of data.

64 bytes from www.yahoo.com (69.147.114.210): icmp_seq=1 ttl=56 time=50.7 ms

64 bytes from www.yahoo.com (69.147.114.210): icmp_seq=1 ttl=55 time=56.6 ms (DUP!)

64 bytes from www.yahoo.com (69.147.114.210): icmp_seq=1 ttl=54 time=58.6 ms (DUP!)

64 bytes from www.yahoo.com (69.147.114.210): icmp_seq=1 ttl=53 time=68.6 ms (DUP!)

64 bytes from www.yahoo.com (69.147.114.210): icmp_seq=1 ttl=52 time=68.6 ms (DUP!)

64 bytes from www.yahoo.com (69.147.114.210): icmp_seq=1 ttl=51 time=80.6 ms (DUP!)

64 bytes from www.yahoo.com (69.147.114.210): icmp_seq=1 ttl=50 time=186 ms (DUP!)

64 bytes from www.yahoo.com (69.147.114.210): icmp_seq=1 ttl=49 time=355 ms (DUP!)

64 bytes from www.yahoo.com (69.147.114.210): icmp_seq=1 ttl=48 time=504 ms (DUP!)

\--- www.yahoo.com ping statistics ---

1 packets transmitted, 1 received, +8 duplicates, 0% packet loss, time 0ms

rtt min/avg/max/mdev = 50.705/159.022/504.678/154.117 ms

-


0 Kudos
21 Replies
ITP1
Contributor
Contributor

In our case was the issue re-solved after correcting the Load Balancing Setting on the vswitch.

I had "Route based on IP Hash" and changed this to "Route based on originating virtual Port"

 

 

0 Kudos
pshikman
Contributor
Contributor

This is solution for ESXi ??

I have this (DUP!) problem on linux host with VmWare Workstation 17

Linux host is Manjaro 

networkbridge to wireless adapter

0 Kudos