<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic TCP  Syn timeout on ASA in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/tcp-syn-timeout-on-asa/m-p/2332077#M344933</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we see "Built outbound TCP connection...." log message on the firewall that means the connection has gone through the firewall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "Teardown TCP connection..." log message in this case indicates that the connection timed out because the remote end (server) didnt reply to the attempt of the user to form the TCP HTTP connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The log messages you posted by the way arent messages from a same connection. You can look at the connection number (or even the source port) and see that they are messages for a different connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would have to say that the most common reason is that there is some routing problem, software firewall or problem with the actual service on the server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you say that the server can be accessed from other hosts? Are these hosts from the same network as the user 192.168.50.12?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am afraid it will be hard to say anything specific about this without seeing the configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Aug 2013 19:37:03 GMT</pubDate>
    <dc:creator>Jouni Forss</dc:creator>
    <dc:date>2013-08-08T19:37:03Z</dc:date>
    <item>
      <title>TCP  Syn timeout on ASA</title>
      <link>https://community.cisco.com/t5/network-security/tcp-syn-timeout-on-asa/m-p/2332076#M344930</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On ASA&amp;nbsp; i allowed Rule to access server on port http.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list Net_PC_access_in line 50 extended permit tcp host 192.168.50.12 host 192.168.55.188 eq http&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After allowing this rule i can see hit counts on the rule but user is still unable to access the server via http.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Logs from ASA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Built outbound TCP connection 354050568 for Net:192.168.55.188/80 (192.168.55.188/80) to Net_PC_access_in:192.168.50.12/57524 (192.168.50.12/57524)&lt;/P&gt;&lt;P&gt;Teardown TCP connection 354050427 for Net:192.168.55.188/80 to Net_PC_access_in:192.168.50.12/57522 duration 0:00:30 bytes 0 SYN Timeout&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where 192.168.55.188&amp;nbsp; is server&amp;nbsp; ip&lt;/P&gt;&lt;P&gt;192.168.50.12 is user PC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I check routing on ASA&amp;nbsp; it has Route to PC&amp;nbsp; from interface where server is connected,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What should i check next?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Same server i can access from another subnet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 02:23:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/tcp-syn-timeout-on-asa/m-p/2332076#M344930</guid>
      <dc:creator>mahesh18</dc:creator>
      <dc:date>2019-03-12T02:23:51Z</dc:date>
    </item>
    <item>
      <title>TCP  Syn timeout on ASA</title>
      <link>https://community.cisco.com/t5/network-security/tcp-syn-timeout-on-asa/m-p/2332077#M344933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we see "Built outbound TCP connection...." log message on the firewall that means the connection has gone through the firewall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "Teardown TCP connection..." log message in this case indicates that the connection timed out because the remote end (server) didnt reply to the attempt of the user to form the TCP HTTP connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The log messages you posted by the way arent messages from a same connection. You can look at the connection number (or even the source port) and see that they are messages for a different connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would have to say that the most common reason is that there is some routing problem, software firewall or problem with the actual service on the server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you say that the server can be accessed from other hosts? Are these hosts from the same network as the user 192.168.50.12?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am afraid it will be hard to say anything specific about this without seeing the configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Aug 2013 19:37:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/tcp-syn-timeout-on-asa/m-p/2332077#M344933</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-08-08T19:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: TCP  Syn timeout on ASA</title>
      <link>https://community.cisco.com/t5/network-security/tcp-syn-timeout-on-asa/m-p/5325720#M1122461</link>
      <description>&lt;P&gt;Something else to consider is there might be multiple paths to this server. Does the server have multiple NICs? Are those NICs on the same network or different networks? Different VLANs? I've run into instances where a linux server had old DNS and IPs saved in the nmcli. This also causes SYN timeouts. Something worth investigating.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Aug 2025 19:41:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/tcp-syn-timeout-on-asa/m-p/5325720#M1122461</guid>
      <dc:creator>superation237</dc:creator>
      <dc:date>2025-08-29T19:41:13Z</dc:date>
    </item>
  </channel>
</rss>

