<?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 Re: sync timeout in 00:00:30 bytes 0 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/sync-timeout-in-00-00-30-bytes-0/m-p/4101838#M1070968</link>
    <description>&lt;P&gt;Built inbound TCP connection from external 10.26.X.X/56900 to zone116 10.92.Y.Y/22 means the connection has gone through the firewall. by system default the time out for tcp is&lt;/P&gt;
&lt;PRE&gt;&lt;STRONG&gt;timeout conn 1:00:00 half-closed 0:10:00&lt;/STRONG&gt; udp 0:02:00 sctp 0:02:00 icmp 0:00:02&lt;/PRE&gt;
&lt;P&gt;teardown TCP connection log message in this case indicates that the connection timed out because the remote end didnt reply to the attempt of the user to form the TCP 22/ssh connection.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Deny TCP (no connection ) from 10.92.Y.Y/22 to 10.26.X.X/56899 flags SYN ACK on interface zone116&lt;/P&gt;
&lt;P&gt;So for TCP 3 way handshake, it should be as follows:&lt;/P&gt;
&lt;P&gt;SYN: Outside --&amp;gt; Inside&lt;/P&gt;
&lt;P&gt;SYN-ACK: Inside --&amp;gt; Outside&lt;/P&gt;
&lt;P&gt;ACK: Outside --&amp;gt; Inside&lt;/P&gt;
&lt;P&gt;From the logs, here is instead what happens:&lt;/P&gt;
&lt;P&gt;SYN: Outside --&amp;gt; Inside&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;SYN-ACK: Outside --&amp;gt; Inside&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Hence the ASA is dropping the connection. The SYN-ACK packet is actually received on the outside interface instead of the inside interface as it should be.&lt;/P&gt;
&lt;P&gt;Here is how it goes:&lt;/P&gt;
&lt;P&gt;- ASA receives SYN, and place that in the connection table.&lt;/P&gt;
&lt;P&gt;- If the ASA does not receive the SYN-ACK packets within 30 seconds, it will clear that particular connection.&lt;/P&gt;
&lt;P&gt;- So if the SYN-ACK packet arrives at the ASA after the default timeout of 30 seconds, you will receive that error message of no TCP connection found.&lt;/P&gt;
&lt;P&gt;By default, the TCP incomplete timeout is 30 seconds.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;make sure is the nat rule/acl for the dmz server and the routing in place?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;hope this help you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jun 2020 20:42:08 GMT</pubDate>
    <dc:creator>Sheraz.Salim</dc:creator>
    <dc:date>2020-06-11T20:42:08Z</dc:date>
    <item>
      <title>sync timeout in 00:00:30 bytes 0</title>
      <link>https://community.cisco.com/t5/network-security/sync-timeout-in-00-00-30-bytes-0/m-p/4101780#M1070965</link>
      <description>&lt;P&gt;I have ASA 5585SSP40&amp;nbsp;&lt;/P&gt;&lt;P&gt;one interface naming external and i have interface having zone116&amp;nbsp;&lt;/P&gt;&lt;P&gt;ip address 10.26.X.X from interface external want to connect server 10.92.x.x&amp;nbsp; but unable to connect and when i see in the logs it is showing like this&amp;nbsp;&lt;/P&gt;&lt;P&gt;Deny TCP (no connection ) from&amp;nbsp;10.92.Y.Y/22 to&amp;nbsp; 10.26.X.X/56899&amp;nbsp; flags SYN ACK on interface&amp;nbsp;zone116&lt;/P&gt;&lt;P&gt;teardown TCP connection for x@ interface:10.26.X.X/56899 to zone 116:10.92.Y.Y/22 duration 00:00:30 bytes 0 sync Timeout&lt;/P&gt;&lt;P&gt;Built inbound TCP connection from external&amp;nbsp;10.26.X.X/56900 to zone116&amp;nbsp;10.92.Y.Y/22&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 19:03:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/sync-timeout-in-00-00-30-bytes-0/m-p/4101780#M1070965</guid>
      <dc:creator>jhsdc-it</dc:creator>
      <dc:date>2020-06-11T19:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: sync timeout in 00:00:30 bytes 0</title>
      <link>https://community.cisco.com/t5/network-security/sync-timeout-in-00-00-30-bytes-0/m-p/4101838#M1070968</link>
      <description>&lt;P&gt;Built inbound TCP connection from external 10.26.X.X/56900 to zone116 10.92.Y.Y/22 means the connection has gone through the firewall. by system default the time out for tcp is&lt;/P&gt;
&lt;PRE&gt;&lt;STRONG&gt;timeout conn 1:00:00 half-closed 0:10:00&lt;/STRONG&gt; udp 0:02:00 sctp 0:02:00 icmp 0:00:02&lt;/PRE&gt;
&lt;P&gt;teardown TCP connection log message in this case indicates that the connection timed out because the remote end didnt reply to the attempt of the user to form the TCP 22/ssh connection.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Deny TCP (no connection ) from 10.92.Y.Y/22 to 10.26.X.X/56899 flags SYN ACK on interface zone116&lt;/P&gt;
&lt;P&gt;So for TCP 3 way handshake, it should be as follows:&lt;/P&gt;
&lt;P&gt;SYN: Outside --&amp;gt; Inside&lt;/P&gt;
&lt;P&gt;SYN-ACK: Inside --&amp;gt; Outside&lt;/P&gt;
&lt;P&gt;ACK: Outside --&amp;gt; Inside&lt;/P&gt;
&lt;P&gt;From the logs, here is instead what happens:&lt;/P&gt;
&lt;P&gt;SYN: Outside --&amp;gt; Inside&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;SYN-ACK: Outside --&amp;gt; Inside&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Hence the ASA is dropping the connection. The SYN-ACK packet is actually received on the outside interface instead of the inside interface as it should be.&lt;/P&gt;
&lt;P&gt;Here is how it goes:&lt;/P&gt;
&lt;P&gt;- ASA receives SYN, and place that in the connection table.&lt;/P&gt;
&lt;P&gt;- If the ASA does not receive the SYN-ACK packets within 30 seconds, it will clear that particular connection.&lt;/P&gt;
&lt;P&gt;- So if the SYN-ACK packet arrives at the ASA after the default timeout of 30 seconds, you will receive that error message of no TCP connection found.&lt;/P&gt;
&lt;P&gt;By default, the TCP incomplete timeout is 30 seconds.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;make sure is the nat rule/acl for the dmz server and the routing in place?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;hope this help you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 20:42:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/sync-timeout-in-00-00-30-bytes-0/m-p/4101838#M1070968</guid>
      <dc:creator>Sheraz.Salim</dc:creator>
      <dc:date>2020-06-11T20:42:08Z</dc:date>
    </item>
  </channel>
</rss>

