<?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 static pat in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/static-pat/m-p/2247462#M346752</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Public IP is the source while internal is my destination of the packet-tracer command. should public be the destination?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Jul 2013 13:06:58 GMT</pubDate>
    <dc:creator>smetieh001</dc:creator>
    <dc:date>2013-07-09T13:06:58Z</dc:date>
    <item>
      <title>static pat</title>
      <link>https://community.cisco.com/t5/network-security/static-pat/m-p/2247456#M346733</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I added line 2 with line 1 already existing to our firewall and tested with "C:\&amp;gt;telnet outside_int_IP 2021 did thesame for inside_int_IP 2021 but got a message "....could not open connection to the host on port 2021 in each case. Do you know what might be the reason for that? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (Inside,Outside) tcp outside_int_IP 2020 inside_int_IP 2020 netmask 255.255.255.255 - This is existing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (Inside,Outside) tcp outside_int_IP 2021 inside_int_IP 2021 netmask 255.255.255.255 - Just added this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list Outside_access_in extended permit tcp any host outside_int_IP eq 2021&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 02:09:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-pat/m-p/2247456#M346733</guid>
      <dc:creator>smetieh001</dc:creator>
      <dc:date>2019-03-12T02:09:35Z</dc:date>
    </item>
    <item>
      <title>static pat</title>
      <link>https://community.cisco.com/t5/network-security/static-pat/m-p/2247457#M346737</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;Can you take the &lt;STRONG&gt;"packet-tracer"&lt;/STRONG&gt; output of those tests?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;packet-tracer input Outside tcp 1.1.1.1 12345 &lt;NAT ip=""&gt; 2020&lt;/NAT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;packet-tracer input Outside tcp 1.1.1.1 12345 &lt;NAT ip=""&gt; 2021&lt;/NAT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this doesnt tell us the problem then we might need to see some other configurations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the ACL &lt;STRONG&gt;"Outside_access_in"&lt;/STRONG&gt; attached to the &lt;STRONG&gt;"Outside"&lt;/STRONG&gt; interface with the command &lt;STRONG&gt;"access-group Outside_access_in in interface Outside"&lt;/STRONG&gt; ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 10:59:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-pat/m-p/2247457#M346737</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-07-09T10:59:17Z</dc:date>
    </item>
    <item>
      <title>static pat</title>
      <link>https://community.cisco.com/t5/network-security/static-pat/m-p/2247458#M346741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; yes there is access-group that is attached to the outside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"access-group Outside_access_in in interface Outside"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (Inside,Outside) tcp outside_int_IP 2020 inside_int_IP 2020 netmask 255.255.255.255 - This is existing and it works when i telnet to the port and the second (the new one) doesn't. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you see anything wrong with the above config?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 11:08:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-pat/m-p/2247458#M346741</guid>
      <dc:creator>smetieh001</dc:creator>
      <dc:date>2013-07-09T11:08:29Z</dc:date>
    </item>
    <item>
      <title>static pat</title>
      <link>https://community.cisco.com/t5/network-security/static-pat/m-p/2247459#M346744</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 cant see any problem with the configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you provide us with the &lt;STRONG&gt;"packet-tracer"&lt;/STRONG&gt; output to further troubleshoot this problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 11:25:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-pat/m-p/2247459#M346744</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-07-09T11:25:30Z</dc:date>
    </item>
    <item>
      <title>static pat</title>
      <link>https://community.cisco.com/t5/network-security/static-pat/m-p/2247460#M346747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; See the output of packet tracer below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 1&lt;BR /&gt;Type: ACCESS-LIST&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Implicit Rule&lt;BR /&gt;Additional Information:&lt;BR /&gt;MAC Access list&lt;/P&gt;&lt;P&gt;Phase: 2&lt;BR /&gt;Type: ROUTE-LOOKUP&lt;BR /&gt;Subtype: input&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;BR /&gt;in&amp;nbsp;&amp;nbsp; x.x.x.x&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 255.255.0.0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Inside&lt;/P&gt;&lt;P&gt;Phase: 3&lt;BR /&gt;Type: ROUTE-LOOKUP&lt;BR /&gt;Subtype: input&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;BR /&gt;in&amp;nbsp;&amp;nbsp; 0.0.0.0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.0.0.0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Outside&lt;/P&gt;&lt;P&gt;Phase: 4&lt;BR /&gt;Type: ACCESS-LIST&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: DROP&lt;BR /&gt;Config:&lt;BR /&gt;Implicit Rule&lt;BR /&gt;Additional Information:&lt;/P&gt;&lt;P&gt;Result:&lt;BR /&gt;input-interface: Outside&lt;BR /&gt;input-status: up&lt;BR /&gt;input-line-status: up&lt;BR /&gt;output-interface: Inside&lt;BR /&gt;output-status: up&lt;BR /&gt;output-line-status: up&lt;BR /&gt;Action: drop&lt;BR /&gt;Drop-reason: (acl-drop) Flow is denied by configured rule&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 12:45:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-pat/m-p/2247460#M346747</guid>
      <dc:creator>smetieh001</dc:creator>
      <dc:date>2013-07-09T12:45:36Z</dc:date>
    </item>
    <item>
      <title>static pat</title>
      <link>https://community.cisco.com/t5/network-security/static-pat/m-p/2247461#M346750</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;Are you sure you used the public IP address as the destination of the &lt;STRONG&gt;"packet-tracer"&lt;/STRONG&gt; test?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If yes, then can you share the configurations?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 12:51:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-pat/m-p/2247461#M346750</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-07-09T12:51:50Z</dc:date>
    </item>
    <item>
      <title>static pat</title>
      <link>https://community.cisco.com/t5/network-security/static-pat/m-p/2247462#M346752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Public IP is the source while internal is my destination of the packet-tracer command. should public be the destination?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 13:06:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-pat/m-p/2247462#M346752</guid>
      <dc:creator>smetieh001</dc:creator>
      <dc:date>2013-07-09T13:06:58Z</dc:date>
    </item>
    <item>
      <title>static pat</title>
      <link>https://community.cisco.com/t5/network-security/static-pat/m-p/2247463#M346754</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;Yes, the public NAT IP address should be the destination IP address of the &lt;STRONG&gt;"packet-tracer"&lt;/STRONG&gt; command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are attempting to simulate a connection coming from the Internet to a server on your LAN. Naturally when the packet is just entering your ASA it will be destined to the public IP address rather than the local IP address that is not even routable on the Internet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the connection on the other port works and the other one doesnt there is naturally always the chance that some software firewall is preventing the connection or the host is simply not listening on that port for a connection to even form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 13:55:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-pat/m-p/2247463#M346754</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-07-09T13:55:51Z</dc:date>
    </item>
    <item>
      <title>static pat</title>
      <link>https://community.cisco.com/t5/network-security/static-pat/m-p/2247464#M346756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks for your response. In this case what would be my source IP can i use a generic IP as source?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;btw - I see a hit on "access-list Outside_access_in extended permit tcp any host outside_int_IP eq 2021", When i did a show "access-list". The hit increments each time i do a telnet on that port. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 14:10:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-pat/m-p/2247464#M346756</guid>
      <dc:creator>smetieh001</dc:creator>
      <dc:date>2013-07-09T14:10:56Z</dc:date>
    </item>
    <item>
      <title>static pat</title>
      <link>https://community.cisco.com/t5/network-security/static-pat/m-p/2247465#M346758</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;You can use anything as a source that the ASA doesnt have a specific route for through another interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example I typically use 1.1.1.1 or something similiar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think your NAT and ACL are probably correct but the "packet-tracer" would confirm that usually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It might be as I said that the problem is on the actual host that is hosting the service on that port.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;nbsp; Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 14:19:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-pat/m-p/2247465#M346758</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-07-09T14:19:30Z</dc:date>
    </item>
    <item>
      <title>static pat</title>
      <link>https://community.cisco.com/t5/network-security/static-pat/m-p/2247466#M346759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Jouni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for responding.... see below result of packet tracer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 1&lt;BR /&gt;Type: ACCESS-LIST&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Implicit Rule&lt;BR /&gt;Additional Information:&lt;BR /&gt;MAC Access list&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 2&lt;BR /&gt;Type: UN-NAT&lt;BR /&gt;Subtype: static&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;static (Inside,Outside) tcp 65.x.x.x 2021 10.x.x.x 2021 netmask 255.255.255.255&lt;BR /&gt;&amp;nbsp; match tcp Inside host 10.x.x.x eq 2021 Outside any&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; static translation to 65.x.x.x/2021&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 48&lt;BR /&gt;Additional Information:&lt;BR /&gt;NAT divert to egress interface Inside&lt;BR /&gt;Untranslate 65.x.x.x/2021 to 10.x.x.x/2021 using netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 3&lt;BR /&gt;Type: ROUTE-LOOKUP&lt;BR /&gt;Subtype: input&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;BR /&gt;in&amp;nbsp;&amp;nbsp; 0.0.0.0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.0.0.0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 4&lt;BR /&gt;Type: ACCESS-LIST&lt;BR /&gt;Subtype: log&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;access-group Outside_access_in in interface Outside&lt;BR /&gt;access-list Outside_access_in extended permit tcp any host 65.x.x.x object-group DM_INLINE_TCP_13&lt;/P&gt;&lt;P&gt;object-group service DM_INLINE_TCP_13 tcp&lt;BR /&gt; port-object eq 2020&lt;BR /&gt; port-object eq 2021&lt;BR /&gt;Additional Information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 5&lt;BR /&gt;Type: IP-OPTIONS&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 6&lt;BR /&gt;Type: IDS&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 7&lt;BR /&gt;Type: FOVER&lt;BR /&gt;Subtype: standby-update&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 8&lt;BR /&gt;Type: VPN&lt;BR /&gt;Subtype: ipsec-tunnel-flow&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 9&lt;BR /&gt;Type: NAT&lt;BR /&gt;Subtype: rpf-check&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;static (Inside,Outside) tcp 65.x.x.x/2021 10.x.x.x/2021 netmask 255.255.255.255&lt;BR /&gt;&amp;nbsp; match tcp Inside host 10.x.x.x eq 2021 Outside any&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; static translation to 65.x.x.x/2021&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 48&lt;BR /&gt;Additional Information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 10&lt;BR /&gt;Type: NAT&lt;BR /&gt;Subtype: host-limits&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;static (Inside,Outside) tcp 65.x.x.x/2020 10.x.x.x/2021 netmask 255.255.255.255&lt;BR /&gt;&amp;nbsp; match tcp Inside host 10.x.x.x eq 9970 Outside any&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; static translation to 65.x.x.x/2021&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 7&lt;BR /&gt;Additional Information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 11&lt;BR /&gt;Type: IP-OPTIONS&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 12&lt;BR /&gt;Type: FLOW-CREATION&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;BR /&gt;New flow created with id 258578431, packet dispatched to next module&lt;/P&gt;&lt;P&gt;Result:&lt;BR /&gt;input-interface: Outside&lt;/P&gt;&lt;P&gt;input-status: up&lt;BR /&gt;input-line-status: up&lt;BR /&gt;output-interface: Inside&lt;BR /&gt;output-status: up&lt;BR /&gt;output-line-status: up&lt;BR /&gt;Action: allow&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 14:59:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-pat/m-p/2247466#M346759</guid>
      <dc:creator>smetieh001</dc:creator>
      <dc:date>2013-07-09T14:59:52Z</dc:date>
    </item>
    <item>
      <title>static pat</title>
      <link>https://community.cisco.com/t5/network-security/static-pat/m-p/2247467#M346760</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;It would seem to go through just fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I would have to guess the problem might be on the host behind the firewall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could test the connection through the ASA from the Internet and at the same time monitor logs through ASDM in real time and find the "Built" and "Teardown" messages for the TCP connection and see what the Teardown reason is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would presume that it might be SYN Timeout which would point to a situation where the host doesnt reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 15:28:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-pat/m-p/2247467#M346760</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-07-09T15:28:30Z</dc:date>
    </item>
    <item>
      <title>static pat</title>
      <link>https://community.cisco.com/t5/network-security/static-pat/m-p/2247468#M346761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks Juoni.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 15:51:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-pat/m-p/2247468#M346761</guid>
      <dc:creator>smetieh001</dc:creator>
      <dc:date>2013-07-09T15:51:50Z</dc:date>
    </item>
  </channel>
</rss>

