<?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 Built inbound/outbound TCP connection vs TCP 3 way handshake in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/built-inbound-outbound-tcp-connection-vs-tcp-3-way-handshake/m-p/1872555#M456177</link>
    <description>&lt;P&gt;Hi all, I have a few questions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I was wondering when we see the following message on syslog, does it mean that TCP 3 way handshake has been completed or does it mean only SYN flag has been sent to the destination (192.168.1.1)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;%ASA-6-302013: Built inbound TCP connection 101 for outside:172.16.1.1/1337 to inside:192.168.1.1/23 (192.168.1.1/23)&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. In packet capture below, normally we’ll know that data has been transferred by looking at PUSH &amp;amp; ACK flag (P &amp;amp; ack). How about syslog message since we cannot see the TCP flag in it? Is there similar message in syslog shows that data has been transferred between source and destination?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;: 16:10:01.745673 172.16.1.1.1494 &amp;gt; 192.168.154.196.4027: &lt;STRONG&gt;P&lt;/STRONG&gt; 3118519132:3118519143(11) &lt;STRONG&gt;ack&lt;/STRONG&gt; 563496654 win 64331&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Sometimes, we also experience SYN flag has been sent by source, but there is not reply (SYN/ACK) from the destination. Since the source address does not receive the SYN/ACK, the destination finally will send RST to terminate the connection. Can we see this message on the syslog?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 22:19:33 GMT</pubDate>
    <dc:creator>Adam David</dc:creator>
    <dc:date>2019-03-11T22:19:33Z</dc:date>
    <item>
      <title>Built inbound/outbound TCP connection vs TCP 3 way handshake</title>
      <link>https://community.cisco.com/t5/network-security/built-inbound-outbound-tcp-connection-vs-tcp-3-way-handshake/m-p/1872555#M456177</link>
      <description>&lt;P&gt;Hi all, I have a few questions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I was wondering when we see the following message on syslog, does it mean that TCP 3 way handshake has been completed or does it mean only SYN flag has been sent to the destination (192.168.1.1)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;%ASA-6-302013: Built inbound TCP connection 101 for outside:172.16.1.1/1337 to inside:192.168.1.1/23 (192.168.1.1/23)&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. In packet capture below, normally we’ll know that data has been transferred by looking at PUSH &amp;amp; ACK flag (P &amp;amp; ack). How about syslog message since we cannot see the TCP flag in it? Is there similar message in syslog shows that data has been transferred between source and destination?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;: 16:10:01.745673 172.16.1.1.1494 &amp;gt; 192.168.154.196.4027: &lt;STRONG&gt;P&lt;/STRONG&gt; 3118519132:3118519143(11) &lt;STRONG&gt;ack&lt;/STRONG&gt; 563496654 win 64331&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Sometimes, we also experience SYN flag has been sent by source, but there is not reply (SYN/ACK) from the destination. Since the source address does not receive the SYN/ACK, the destination finally will send RST to terminate the connection. Can we see this message on the syslog?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 22:19:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/built-inbound-outbound-tcp-connection-vs-tcp-3-way-handshake/m-p/1872555#M456177</guid>
      <dc:creator>Adam David</dc:creator>
      <dc:date>2019-03-11T22:19:33Z</dc:date>
    </item>
    <item>
      <title>Built inbound/outbound TCP connection vs TCP 3 way handshake</title>
      <link>https://community.cisco.com/t5/network-security/built-inbound-outbound-tcp-connection-vs-tcp-3-way-handshake/m-p/1872556#M456179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adam, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) My recollaction is that we will install a connection as soon as SYN is seen (provided it goes through checks done before). &lt;/P&gt;&lt;P&gt;If we didn't do we could not start the half-open timer for TCP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) We do not log data passing through connections. You can check amount of data transfered by looking at "show conn ...."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) You will see the connection teardown with reason. if it's a RST it will be RESET I or RESET O &lt;/P&gt;&lt;P&gt;You can see a list of teardown reasones:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/security/asa/asa82/system/message/logmsgs.html#wp6275532"&gt;http://www.cisco.com/en/US/docs/security/asa/asa82/system/message/logmsgs.html#wp6275532&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2012 10:28:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/built-inbound-outbound-tcp-connection-vs-tcp-3-way-handshake/m-p/1872556#M456179</guid>
      <dc:creator>Marcin Latosiewicz</dc:creator>
      <dc:date>2012-01-26T10:28:18Z</dc:date>
    </item>
  </channel>
</rss>

