<?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: Port forwarding not working despite correct configuration? in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/port-forwarding-not-working-despite-correct-configuration/m-p/804811#M1006268</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If x.x.x.x is outside interface address on ASA then you need to do this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface 22 192.168.18.51 22 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;access-list outside_in permit tcp any interface eq 22 &lt;/P&gt;&lt;P&gt;access-group outside_ in in interface outside &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Apr 2007 17:55:10 GMT</pubDate>
    <dc:creator>acomiskey</dc:creator>
    <dc:date>2007-04-25T17:55:10Z</dc:date>
    <item>
      <title>Port forwarding not working despite correct configuration?</title>
      <link>https://community.cisco.com/t5/network-security/port-forwarding-not-working-despite-correct-configuration/m-p/804810#M1006267</link>
      <description>&lt;P&gt;Our ASA-5505 has a single outside IP, and dynamic NAT for the LAN is working fine.  I set up a static NAT rule for the outside IP to our internal SSH server and created an ACL that allows external connections to connect to the SSH port on the external IP so that the SSH port on the ASA-5505 is forwarded to the internal server.  However, when I try to SSH from an external host, the connection times out, and the ASA logs that the connection is denied due to an ACL.  To create this configuration I followed the Getting Started Guide and found several relevant guides both on Cisco.com and around the Internet, but the port forwarding isn't working and I'm pulling my hair out as to why the ACL which I already explicitly created isn't working.  Here's the relevant config lines; if you need more information please reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit tcp any host X.X.X.X eq ssh log&lt;/P&gt;&lt;P&gt;static (inside,outside) X.X.X.X 192.168.18.51 netmask 255.255.255.255&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;I sanitized the external IP to X.X.X.X for privacy.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 10:04:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forwarding-not-working-despite-correct-configuration/m-p/804810#M1006267</guid>
      <dc:creator>wkurdziolek</dc:creator>
      <dc:date>2019-03-11T10:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: Port forwarding not working despite correct configuration?</title>
      <link>https://community.cisco.com/t5/network-security/port-forwarding-not-working-despite-correct-configuration/m-p/804811#M1006268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If x.x.x.x is outside interface address on ASA then you need to do this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface 22 192.168.18.51 22 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;access-list outside_in permit tcp any interface eq 22 &lt;/P&gt;&lt;P&gt;access-group outside_ in in interface outside &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 17:55:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forwarding-not-working-despite-correct-configuration/m-p/804811#M1006268</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-04-25T17:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: Port forwarding not working despite correct configuration?</title>
      <link>https://community.cisco.com/t5/network-security/port-forwarding-not-working-despite-correct-configuration/m-p/804812#M1006269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;static (inside,outside) tcp X.X.X.X ssh 192.168.18.51 ssh netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Didn't change the ACL, and I still get:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TCP access denied by ACL from &lt;EXTERNAL ip=""&gt; to outside:X.X.X.X/22&lt;/EXTERNAL&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the logs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 18:28:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forwarding-not-working-despite-correct-configuration/m-p/804812#M1006269</guid>
      <dc:creator>wkurdziolek</dc:creator>
      <dc:date>2007-04-25T18:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: Port forwarding not working despite correct configuration?</title>
      <link>https://community.cisco.com/t5/network-security/port-forwarding-not-working-despite-correct-configuration/m-p/804813#M1006270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If x.x.x.x is outside interface then you actually need to use the word "interface" in the static and acl, not x.x.x.x.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 18:33:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forwarding-not-working-despite-correct-configuration/m-p/804813#M1006270</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-04-25T18:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: Port forwarding not working despite correct configuration?</title>
      <link>https://community.cisco.com/t5/network-security/port-forwarding-not-working-despite-correct-configuration/m-p/804814#M1006271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, excellent.  Now everything is working.  Thanks a ton!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 18:36:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forwarding-not-working-despite-correct-configuration/m-p/804814#M1006271</guid>
      <dc:creator>wkurdziolek</dc:creator>
      <dc:date>2007-04-25T18:36:54Z</dc:date>
    </item>
  </channel>
</rss>

