Networking Forums

Networking Forums > Wireless Networking > Wireless Internet > Duplicate packets b/w nodes

Reply
Thread Tools Display Modes

Duplicate packets b/w nodes

 
 
Elliot English
Guest
Posts: n/a

 
      07-12-2004, 04:16 AM
Whenever I ping between nodes in my infrastructure network, not to the
router but between wifi clients I get duplicate packets:

PING 192.168.0.149 (192.168.0.149): 56 data bytes
64 bytes from 192.168.0.149: icmp_seq=0 ttl=64 time=4.9 ms
64 bytes from 192.168.0.149: icmp_seq=0 ttl=64 time=6.1 ms (DUP!)
64 bytes from 192.168.0.149: icmp_seq=1 ttl=64 time=2.5 ms
64 bytes from 192.168.0.149: icmp_seq=1 ttl=64 time=3.6 ms (DUP!)
64 bytes from 192.168.0.149: icmp_seq=2 ttl=64 time=2.1 ms
64 bytes from 192.168.0.149: icmp_seq=2 ttl=64 time=3.2 ms (DUP!)
64 bytes from 192.168.0.149: icmp_seq=3 ttl=64 time=2.1 ms
64 bytes from 192.168.0.149: icmp_seq=3 ttl=64 time=3.2 ms (DUP!)
64 bytes from 192.168.0.149: icmp_seq=4 ttl=64 time=3.1 ms
64 bytes from 192.168.0.149: icmp_seq=4 ttl=64 time=4.2 ms (DUP!)

I don't get this when pinging wired connections even when between a
wired and wireless connection as well as the router/ap. What could the
possible issues be that would cause this?

Hardware:
SMC2804WBR(latest firmware)
IPW2100(latest linux os driver: http://ipw2100.sf.net)
DWL520+(latest linux os driver: http://acx100.sf.net)

Thanks for the help.
 
Reply With Quote
 
 
 
 
Jeff Liebermann
Guest
Posts: n/a

 
      07-12-2004, 07:02 AM
On Mon, 12 Jul 2004 04:16:02 GMT, Elliot English
<(E-Mail Removed)> wrote:

>Whenever I ping between nodes in my infrastructure network, not to the
>router but between wifi clients I get duplicate packets:
>
>PING 192.168.0.149 (192.168.0.149): 56 data bytes
>64 bytes from 192.168.0.149: icmp_seq=0 ttl=64 time=4.9 ms
>64 bytes from 192.168.0.149: icmp_seq=0 ttl=64 time=6.1 ms (DUP!)
>64 bytes from 192.168.0.149: icmp_seq=1 ttl=64 time=2.5 ms
>64 bytes from 192.168.0.149: icmp_seq=1 ttl=64 time=3.6 ms (DUP!)
>64 bytes from 192.168.0.149: icmp_seq=2 ttl=64 time=2.1 ms
>64 bytes from 192.168.0.149: icmp_seq=2 ttl=64 time=3.2 ms (DUP!)
>64 bytes from 192.168.0.149: icmp_seq=3 ttl=64 time=2.1 ms
>64 bytes from 192.168.0.149: icmp_seq=3 ttl=64 time=3.2 ms (DUP!)
>64 bytes from 192.168.0.149: icmp_seq=4 ttl=64 time=3.1 ms
>64 bytes from 192.168.0.149: icmp_seq=4 ttl=64 time=4.2 ms (DUP!)
>
>I don't get this when pinging wired connections even when between a
>wired and wireless connection as well as the router/ap. What could the
>possible issues be that would cause this?


See:
http://www.island.net/~andyb/#Duplicate
http://www.mail-archive.com/isp-linu.../msg02871.html
for some clues. I don't really understand the 2nd message, but
perhaps it might be useful.

Notice that each dupe adds 50% more latency to the ping. Last time I
saw this was when the cts/rts flow control threshold was screwed up in
the access point firmware. The access point is suppose to send and
receive packets smaller than the threshold without any flow control.
The threshold was suppose to be negotiated with the client radios to
insure that everyone's threshold was identical. This didn't work.
I'll spare you the details (unless you want them), but the result was
that small packets were always sent twice. Nobody noticed because it
didn't really affect thruput very much. Anything above the threshold
would get sent only once. Try sending larger ping packets and see if
the effect goes away. If it does, start looking for new access point
firmware.

You can also create the same effect by running a sniffer on the same
box as the firewall. I ran into this when running snort on a hacked
version of the WRT54G firmware. See:
http://www.oreillynet.com/cs/user/view/wlg/2086
for some clues (but no real answers).

I've also seen chronic dupes when there is substantial interference.
The latency is always an integral multiple of the normal ping time
resulting from packet loss and a retrans. This is not the case in
your situation, but I thought I would throw it in for reference.

>Hardware:
>SMC2804WBR(latest firmware)
>IPW2100(latest linux os driver: http://ipw2100.sf.net)
>DWL520+(latest linux os driver: http://acx100.sf.net)
>
>Thanks for the help.



--
Jeff Liebermann (E-Mail Removed)
150 Felker St #D http://www.LearnByDestroying.com
Santa Cruz CA 95060 AE6KS 831-336-2558
 
Reply With Quote
 
Elliot English
Guest
Posts: n/a

 
      07-13-2004, 03:20 PM
Jeff Liebermann wrote:
> On Mon, 12 Jul 2004 04:16:02 GMT, Elliot English
> <(E-Mail Removed)> wrote:
>
>
>>Whenever I ping between nodes in my infrastructure network, not to the
>>router but between wifi clients I get duplicate packets:
>>
>>PING 192.168.0.149 (192.168.0.149): 56 data bytes
>>64 bytes from 192.168.0.149: icmp_seq=0 ttl=64 time=4.9 ms
>>64 bytes from 192.168.0.149: icmp_seq=0 ttl=64 time=6.1 ms (DUP!)
>>64 bytes from 192.168.0.149: icmp_seq=1 ttl=64 time=2.5 ms
>>64 bytes from 192.168.0.149: icmp_seq=1 ttl=64 time=3.6 ms (DUP!)
>>64 bytes from 192.168.0.149: icmp_seq=2 ttl=64 time=2.1 ms
>>64 bytes from 192.168.0.149: icmp_seq=2 ttl=64 time=3.2 ms (DUP!)
>>64 bytes from 192.168.0.149: icmp_seq=3 ttl=64 time=2.1 ms
>>64 bytes from 192.168.0.149: icmp_seq=3 ttl=64 time=3.2 ms (DUP!)
>>64 bytes from 192.168.0.149: icmp_seq=4 ttl=64 time=3.1 ms
>>64 bytes from 192.168.0.149: icmp_seq=4 ttl=64 time=4.2 ms (DUP!)
>>
>>I don't get this when pinging wired connections even when between a
>>wired and wireless connection as well as the router/ap. What could the
>>possible issues be that would cause this?

>
>
> See:
> http://www.island.net/~andyb/#Duplicate
> http://www.mail-archive.com/isp-linu.../msg02871.html
> for some clues. I don't really understand the 2nd message, but
> perhaps it might be useful.
>
> Notice that each dupe adds 50% more latency to the ping. Last time I
> saw this was when the cts/rts flow control threshold was screwed up in
> the access point firmware. The access point is suppose to send and
> receive packets smaller than the threshold without any flow control.
> The threshold was suppose to be negotiated with the client radios to
> insure that everyone's threshold was identical. This didn't work.
> I'll spare you the details (unless you want them), but the result was
> that small packets were always sent twice. Nobody noticed because it
> didn't really affect thruput very much. Anything above the threshold
> would get sent only once. Try sending larger ping packets and see if
> the effect goes away. If it does, start looking for new access point
> firmware.
>
> You can also create the same effect by running a sniffer on the same
> box as the firewall. I ran into this when running snort on a hacked
> version of the WRT54G firmware. See:
> http://www.oreillynet.com/cs/user/view/wlg/2086
> for some clues (but no real answers).
>
> I've also seen chronic dupes when there is substantial interference.
> The latency is always an integral multiple of the normal ping time
> resulting from packet loss and a retrans. This is not the case in
> your situation, but I thought I would throw it in for reference.
>
>
>>Hardware:
>>SMC2804WBR(latest firmware)
>>IPW2100(latest linux os driver: http://ipw2100.sf.net)
>>DWL520+(latest linux os driver: http://acx100.sf.net)
>>
>>Thanks for the help.

>
>
>

I tried pinging with a larger packet, at 1k the dups weren't as
regularly place but they were all there. At 4k they were completely gone
as you had suggested. What can I do to fix this if there is no alternate
firmware for my router/ap and I only have one ap so it's not that two
are on the channel. I am certain that interference isn't an issue.

Thanks.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Duplicate packets in ping homer Linux Networking 2 09-16-2011 09:23 PM
duplicate multicast packets jonmcallister17@gmail.com Linux Networking 0 11-20-2008 06:20 PM
Duplicate IP error when there is no Duplicate IP =?Utf-8?B?YWNvcm4=?= Windows Networking 7 11-19-2004 01:25 AM
Duplicate packets on wireless lan with D-Link repeater Chioke Jaffree Home Networking 0 10-04-2004 03:31 AM
Duplicate packets with repeater Chioke Jaffree Wireless Internet 0 09-20-2004 06:31 PM



1 2 3 4 5 6 7 8 9 10 11