<?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: Failing inbound connection through a PIX in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/failing-inbound-connection-through-a-pix/m-p/660780#M1024816</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface 19999 10.10.10.150 ftp netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside permit tcp any interface outside object-group FTP_Port&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Feb 2007 03:06:50 GMT</pubDate>
    <dc:creator>acomiskey</dc:creator>
    <dc:date>2007-02-27T03:06:50Z</dc:date>
    <item>
      <title>Failing inbound connection through a PIX</title>
      <link>https://community.cisco.com/t5/network-security/failing-inbound-connection-through-a-pix/m-p/660779#M1024815</link>
      <description>&lt;P&gt;My public IP address changed for my Road Runner connection so I adjusted my access-list and static NAT statements to reflect the change so users could connect to a FTP server on the Inside of my network.  After making the changes I?m now getting a log message I?ve never seen and I was curious if anyone had.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;106001: Inbound TCP connection denied from 60.223.142.199/40169 to 23.209.122.20/19999 flags SYN  on interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX Version 6.3(5)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object-group service FTP_Port tcp &lt;/P&gt;&lt;P&gt;  port-object eq 19999 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside permit tcp any host 23.209.122.20 object-group FTP_Port &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip address outside dhcp setroute (My IP is 23.209.122.20)&lt;/P&gt;&lt;P&gt;ip address inside 10.10.10.1 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip audit info action alarm&lt;/P&gt;&lt;P&gt;ip audit attack action alarm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 1 10.10.10.0 255.255.255.0 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 23.209.122.20 19999 10.10.10.150 ftp netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I get from Cisco.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error Message %PIX-2-106001: Inbound TCP connection denied from IP_address/port to&lt;/P&gt;&lt;P&gt;IP_address/port flags tcp_flags on interface interface_name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Explanation: This is a connection-related message. This message occurs when an attempt to connect&lt;/P&gt;&lt;P&gt;to an inside address is denied by your security policy. Possible tcp_flags values correspond to the&lt;/P&gt;&lt;P&gt;flags in the TCP header that were present when the connection was denied. For example, a TCP&lt;/P&gt;&lt;P&gt;packet arrived for which no connection state exists in the PIX Firewall, and it was dropped. The&lt;/P&gt;&lt;P&gt;tcp_flags in this packet are FIN and ACK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The tcp_flags are as follows:&lt;/P&gt;&lt;P&gt;? ACK?The acknowledgment number was received.&lt;/P&gt;&lt;P&gt;? FIN?Data was sent.&lt;/P&gt;&lt;P&gt;? PSH?The receiver passed data to the application.&lt;/P&gt;&lt;P&gt;? RST?The connection was reset.&lt;/P&gt;&lt;P&gt;? SYN?Sequence numbers were synchronized&lt;/P&gt;&lt;P&gt;? URG?The urgent pointer was declared&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Recommended Action None required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 09:38:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/failing-inbound-connection-through-a-pix/m-p/660779#M1024815</guid>
      <dc:creator>anowell</dc:creator>
      <dc:date>2019-03-11T09:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: Failing inbound connection through a PIX</title>
      <link>https://community.cisco.com/t5/network-security/failing-inbound-connection-through-a-pix/m-p/660780#M1024816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface 19999 10.10.10.150 ftp netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside permit tcp any interface outside object-group FTP_Port&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2007 03:06:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/failing-inbound-connection-through-a-pix/m-p/660780#M1024816</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-02-27T03:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Failing inbound connection through a PIX</title>
      <link>https://community.cisco.com/t5/network-security/failing-inbound-connection-through-a-pix/m-p/660781#M1024817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I replaced my line with the one you gave but got the same result.  Any other ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2007 03:12:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/failing-inbound-connection-through-a-pix/m-p/660781#M1024817</guid>
      <dc:creator>anowell</dc:creator>
      <dc:date>2007-02-27T03:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: Failing inbound connection through a PIX</title>
      <link>https://community.cisco.com/t5/network-security/failing-inbound-connection-through-a-pix/m-p/660782#M1024818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you changed the translation did you clear the xlate entry for it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2007 07:58:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/failing-inbound-connection-through-a-pix/m-p/660782#M1024818</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2007-02-27T07:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: Failing inbound connection through a PIX</title>
      <link>https://community.cisco.com/t5/network-security/failing-inbound-connection-through-a-pix/m-p/660783#M1024819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I did but had the same error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2007 11:53:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/failing-inbound-connection-through-a-pix/m-p/660783#M1024819</guid>
      <dc:creator>anowell</dc:creator>
      <dc:date>2007-02-27T11:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: Failing inbound connection through a PIX</title>
      <link>https://community.cisco.com/t5/network-security/failing-inbound-connection-through-a-pix/m-p/660784#M1024820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the basic stuff but how many lines are there in your access-list that is applied to the outside interface ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2007 12:20:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/failing-inbound-connection-through-a-pix/m-p/660784#M1024820</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2007-02-27T12:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: Failing inbound connection through a PIX</title>
      <link>https://community.cisco.com/t5/network-security/failing-inbound-connection-through-a-pix/m-p/660785#M1024821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have the same error with a my pix running version 7.2.2. Did you solve the problem, or have you any suggests for me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2007 11:02:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/failing-inbound-connection-through-a-pix/m-p/660785#M1024821</guid>
      <dc:creator>armin.kraus</dc:creator>
      <dc:date>2007-06-12T11:02:27Z</dc:date>
    </item>
  </channel>
</rss>

