Hi all:
   I am tring to investigate the "telnet session stucks " bug in SA1110
Assabet for kernel 2.4.0-test2(in test4 version, things getting worse, even
ping don't work on stand along assabet).
   I wrote a small packet monitoring progrm which use the packet socket and
can read the whole raw packet from my arm target eth0 device, and print out
the source IP address, destination IP, source port and destinaion port and
the packet content. when I open this program on my arm target(IP
192.168.200.72) and try to telnet from 192.168.200.70, the packet monitoring
program output looks like this:

   source IP: 192.168.40.73  source port: 23
   dest   IP: 192.168.200.70 dest  port: 1078
   ...
   source IP: 192.168.40.172 source port: 23
   dest   IP: 192.168.200.70 dest port: 1078
   ....

   I tested this program in other linux machine, it works good. Noted that
the source IP address doesn't exist at all, looks like the last two bytes IP
address are mixed. so the reply packet are being send nowhere. so the telnet
session will hang there because it couldn't receive further packet. 
   Can anybody tell me what can cause this problem, ethernet driver ? or IP
suite implementation? 
   Thank you!

Lei Sun

unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]
++        Please use [EMAIL PROTECTED] for           ++
++                        kernel-related discussions.                      ++

Reply via email to