Results 1 to 2 of 2
I got a high network traffic as an answer of:
Code:
mount //server/media /mnt/media -t smbfs -o username=user,password=pw
without doing something!
I captured some packages with ethereal/tcpdump and got a ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-13-2005 #1Just Joined!
- Join Date
- Sep 2005
- Location
- Switzerland
- Posts
- 5
bad checksum problem: HELP!?!
I got a high network traffic as an answer of:
without doing something!Code:mount //server/media /mnt/media -t smbfs -o username=user,password=pw
I captured some packages with ethereal/tcpdump and got a lot of bad checksum errors on udp and tcp protocols, only on packages sent out of my pc. But ifconfig and netstat shows no error.
I'm running FC4, with Kernel 2.6.12-1.1447_FC4 on a 800MHz Intel Pentium IIICode:[user@pc ~]$ ifconfig eth0 eth0 Link encap:Ethernet HWaddr 00:50:04:45:F7:E0 inet addr:192.168.6.11 Bcast:192.168.6.255 Mask:255.255.255.0 inet6 addr: fe80::250:4ff:fe45:f7e0/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:1245 errors:0 dropped:0 overruns:0 frame:0 TX packets:1150 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:825385 (806.0 KiB) TX bytes:190450 (185.9 KiB) Interrupt:9 Base address:0xb000 [user@pc ~]$ netstat -in Kernel Interface table Iface MTU Met RX-OK RX-ERR RX-DRP RX-OVR TX-OK TX-ERR TX-DRP TX-OVR Flg eth0 1500 0 1242 0 0 0 1147 0 0 0 BMRU [user@pc ~]$ tcpdump eth1 | grep cksum 09:44:27.978790 IP (tos 0x0, ttl 64, id 47122, offset 0, flags [DF], proto 17, length: 70) 192.168.6.244.32780 > router.hometown.domain: [bad udp cksum 53dc!] 63908+ PTR? 1.6.168.192.in-addr.arpa. (42) 09:44:28.019048 IP (tos 0x0, ttl 64, id 59335, offset 0, flags [DF], proto 6, length: 52) 192.168.6.244.35520 > server.hometown.microsoft-ds: . [tcp sum ok] 279:279(0) ack 545 win 1460 <nop,nop,timestamp 2537531 61868669> 0 ... 09:17:31.282177 IP (tos 0x0, ttl 64, id 53098, offset 0, flags [DF], proto 6, length: 57) 192.168.6.244.54166 > baym-cs237.msgr.hotmail.com.1863: P [bad tcp cksum 9d13 (->af9e)!] 10:15(5) ack 17 win 2264 <nop,nop,timestamp 920548 2261424> 09:18:19.539379 IP (tos 0x0, ttl 64, id 51308, offset 0, flags [DF], proto 17, length: 60) 192.168.6.244.32780 > router.hometown.domain: [bad udp cksum d8be!] 19895+ AAAA? foxtown.ath.cx. (32) 09:18:19.703905 IP (tos 0x0, ttl 64, id 51473, offset 0, flags [DF], proto 17, length: 69) 192.168.6.244.32780 > router.hometown.domain: [bad udp cksum 31a1!] 36005+ AAAA? foxtown.ath.cx.hometown. (41) ... 205.188.8.200.5190: P [bad tcp cksum 9e41 (->9613)!] 18:24(6) ack 1 win 20400 09:18:31.282043 IP (tos 0x0, ttl 64, id 53102, offset 0, flags [DF], proto 6, length: 57) 192.168.6.244.54166 > baym-cs237.msgr.hotmail.com.1863: P [bad tcp cksum 9d13 (->c2d0)!] 15:20(5) ack 25 win 2264 <nop,nop,timestamp 980557 2262023> 09:19:27.544287 IP (tos 0x0, ttl 64, id 47298, offset 0, flags [DF], proto 6, length: 46) 192.168.6.244.49319 > 205.188.8.200.5190: P [bad tcp cksum 9e41 (->960c)!] 24:30(6) ack 1 win 20400 09:19:31.281721 IP (tos 0x0, ttl 64, id 53106, offset 0, flags [DF], proto 6, length: 57) 192.168.6.244.54166 > baym-cs237.msgr.hotmail.com.1863: P [bad tcp cksum 9d13 (->d600)!] 20:25(5) ack 33 win 2264 <nop,nop,timestamp 1040566 2262624> 0 ...
NIC1: 3Com, XL PCI, Fast Etherlink, 3C905B-TX
NIC2: 3Com, XL PCI, Fast Etherlink, 3C905B-TX
else: Hauppauge WinTV, ATI Rage
Thanks for help!
- 06-30-2006 #2Just Joined!
- Join Date
- Jun 2006
- Posts
- 22
I hope you solved your problem long ago, but for the record ...
ethereal examines outgoing packets before they exit through your ethernet chip. Most modern ethernet chips calculate the checksums on outgoing packets, so the software stack does not.
It is normal to see most OUTGOING packets declared as "bad checksum".


Reply With Quote
