[ECOS] telnet in redboot

Jonathan Larmour jifl@eCosCentric.com
Fri Jan 24 04:52:00 GMT 2003


Cho JinJe wrote:
> 
> below is tcpdump message:
[snip]
> what does 'bad tcp cksum 20!' mean?

It means the TCP checksum was bad, which might indicate some sort of
software _or_ hardware glitch.

You should investigate for yourself whether the target thinks it's sending
exactly the same thing as your host is receiving. Do this by comparing the
packet dump you already have from the target with tcpdump -x. In
particular you could work out from the headers which bytes correspond to
the TCP checksum. That way you can see if it is in fact the TCP checksum
algorithm that is failing.

More likely is it's some other more general type of corruption.

Jifl
-- 
eCosCentric       http://www.eCosCentric.com/       <info@eCosCentric.com>
--[ "You can complain because roses have thorns, or you ]--
--[  can rejoice because thorns have roses." -Lincoln   ]-- Opinions==mine


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss



More information about the Ecos-discuss mailing list