<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://icelava.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Network</title><link>http://icelava.net/forums/21/ShowForum.aspx</link><description>Data communications, Internet, wireless, etc.</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61019.2)</generator><item><title>Re: TCP Resets</title><link>http://icelava.net/forums/thread/334.aspx</link><pubDate>Mon, 22 Mar 2004 17:17:32 GMT</pubDate><guid isPermaLink="false">b5ede4db-7277-4f66-971e-849c7a9a2fd5:334</guid><dc:creator>spider</dc:creator><slash:comments>0</slash:comments><comments>http://icelava.net/forums/thread/334.aspx</comments><wfw:commentRss>http://icelava.net/forums/commentrss.aspx?SectionID=21&amp;PostID=334</wfw:commentRss><description>It's an old AS400 Server, still running on old version, probably the load cannot handle or the TCP stack is buggy.&lt;br /&gt;&lt;br /&gt;Surprising by placing an additional network card solve the latency issue. All the existing traffic will go through this new card except for file downloading or data transfer. AS400 is a mystery to me. It is a powerful system which can run multiple platforms concurrently (Linux, Windows NT, Windows 2000 etc). &lt;br /&gt;&lt;br /&gt;I do not want to find out why it solved the problem, unless I really want to go deep into the architect of AS400 system.</description></item><item><title>Re: TCP Resets</title><link>http://icelava.net/forums/thread/308.aspx</link><pubDate>Thu, 04 Mar 2004 03:21:39 GMT</pubDate><guid isPermaLink="false">b5ede4db-7277-4f66-971e-849c7a9a2fd5:308</guid><dc:creator>icelava</dc:creator><slash:comments>0</slash:comments><comments>http://icelava.net/forums/thread/308.aspx</comments><wfw:commentRss>http://icelava.net/forums/commentrss.aspx?SectionID=21&amp;PostID=308</wfw:commentRss><description>&amp;lt;quote="spider"&amp;gt;Now need to find out why Host A takes so long to ACK.&amp;lt;/quote&amp;gt;&lt;br /&gt;Buggy code?  0:-)</description></item><item><title>Re: TCP Resets</title><link>http://icelava.net/forums/thread/304.aspx</link><pubDate>Wed, 03 Mar 2004 19:41:50 GMT</pubDate><guid isPermaLink="false">b5ede4db-7277-4f66-971e-849c7a9a2fd5:304</guid><dc:creator>spider</dc:creator><slash:comments>0</slash:comments><comments>http://icelava.net/forums/thread/304.aspx</comments><wfw:commentRss>http://icelava.net/forums/commentrss.aspx?SectionID=21&amp;PostID=304</wfw:commentRss><description>yes "error:connection to x.x.x.x:xxxx timeout..."&lt;br /&gt;&lt;br /&gt;I have established that it is the timeout due to long delay of ACK reply from Host A. Now need to find out why Host A takes so long to ACK.</description></item><item><title>Re: TCP Resets</title><link>http://icelava.net/forums/thread/303.aspx</link><pubDate>Mon, 01 Mar 2004 09:28:49 GMT</pubDate><guid isPermaLink="false">b5ede4db-7277-4f66-971e-849c7a9a2fd5:303</guid><dc:creator>icelava</dc:creator><slash:comments>0</slash:comments><comments>http://icelava.net/forums/thread/303.aspx</comments><wfw:commentRss>http://icelava.net/forums/commentrss.aspx?SectionID=21&amp;PostID=303</wfw:commentRss><description>According to this &amp;lt;a href="http://www.netfor2.com/tcp.htm"&amp;gt;simple document&amp;lt;/a&amp;gt; RST is a non-graceful termination of the connection (ah the memories...). If it's Host B issuing the RST then is there any log generated on why it disconnected abruptly?</description></item><item><title>Re: TCP Resets</title><link>http://icelava.net/forums/thread/302.aspx</link><pubDate>Mon, 01 Mar 2004 09:11:20 GMT</pubDate><guid isPermaLink="false">b5ede4db-7277-4f66-971e-849c7a9a2fd5:302</guid><dc:creator>spider</dc:creator><slash:comments>0</slash:comments><comments>http://icelava.net/forums/thread/302.aspx</comments><wfw:commentRss>http://icelava.net/forums/commentrss.aspx?SectionID=21&amp;PostID=302</wfw:commentRss><description>Host C is download files and Host B is accessing port 2000 for some service. I have no access to the application and servers. Host A is a AS/400.&lt;br /&gt;&lt;br /&gt;From the 3-way Handshake, Host B has not yet finish the synchronisation so there is no way Host A knows what kind of files Host B want to download.&lt;br /&gt;&lt;br /&gt;You can read RFC 3360 and RFC 793 for more information.&lt;br /&gt;&lt;br /&gt;I suspect that the SYN packet source port initiated by Host B is dropped.&lt;br /&gt;That's why whenever Host B receive Host A SYN+ACK packet, it does not know&lt;br /&gt;how to react and reply a RST.&lt;br /&gt;&lt;br /&gt;Need to find out the timeout portion.</description></item><item><title>Re: TCP Resets</title><link>http://icelava.net/forums/thread/296.aspx</link><pubDate>Fri, 27 Feb 2004 23:33:25 GMT</pubDate><guid isPermaLink="false">b5ede4db-7277-4f66-971e-849c7a9a2fd5:296</guid><dc:creator>icelava</dc:creator><slash:comments>0</slash:comments><comments>http://icelava.net/forums/thread/296.aspx</comments><wfw:commentRss>http://icelava.net/forums/commentrss.aspx?SectionID=21&amp;PostID=296</wfw:commentRss><description>If both Hosts B and C are accessing Host A for that same network service, why would Host B, which has &amp;lt;em&amp;gt;nothing&amp;lt;/em&amp;gt; to do with Host C, send RST packet to Host A when Host C does something without telling Host B?&lt;br /&gt;&lt;br /&gt;Unless Host A's software is throwing something to Host B on Host C's activity. What kinda software is this?</description></item><item><title>TCP Resets</title><link>http://icelava.net/forums/thread/295.aspx</link><pubDate>Fri, 27 Feb 2004 22:25:28 GMT</pubDate><guid isPermaLink="false">b5ede4db-7277-4f66-971e-849c7a9a2fd5:295</guid><dc:creator>spider</dc:creator><slash:comments>0</slash:comments><comments>http://icelava.net/forums/thread/295.aspx</comments><wfw:commentRss>http://icelava.net/forums/commentrss.aspx?SectionID=21&amp;PostID=295</wfw:commentRss><description>Hi,&lt;br /&gt;&lt;br /&gt;Encounter some problem with my Server. To understand this require good knowledge in TCP/IP Segment and 3-way handshakes&lt;br /&gt;&lt;br /&gt;Here is the sequence of 3-way handshakes:&lt;br /&gt;&lt;br /&gt;1) Host B --&amp;gt; Host A,    src port:1878    dst port: 2000&lt;br /&gt;[SYN]    Seq=0    Ack=0    Win=16384    Len=0    MSS=1460&lt;br /&gt;&lt;br /&gt;2) Host A --&amp;gt; Host B,    src port: 2000,    dst port: 1878&lt;br /&gt;[SYN, ACK]    Seq=0    Ack=1    Win=8192    Len=0    MSS=536&lt;br /&gt;&lt;br /&gt;3) Host B --&amp;gt; Host A,&lt;br /&gt;[TCP ZeroWindow]    src port:1878    dst port:2000    [RST]&lt;br /&gt;Seq=1    Ack=1576600895    Win=0    Len=0&lt;br /&gt;&lt;br /&gt;More information:&lt;br /&gt;&lt;br /&gt;1) Host B has not problem connecting to Host A all the while.&lt;br /&gt;&lt;br /&gt;2) When Host C starts to download file from Host A, Host B gets connection&lt;br /&gt;error&lt;br /&gt;&lt;br /&gt;3) In packets debugging, it shows Host B send RST packets to Host A to&lt;br /&gt;terminate the connection.&lt;br /&gt;&lt;br /&gt;4) The TCP 3-way handshakes are not able to establish at all. SYN-ACK can&lt;br /&gt;not be acknowledged by Host B.&lt;br /&gt;</description></item></channel></rss>