<?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 Setting up a port forward on ASA 5505 (8.3) using Static PAT in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/setting-up-a-port-forward-on-asa-5505-8-3-using-static-pat/m-p/1832953#M459266</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It should not say that now, but yes, if you can post the config, that would be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Feb 2012 19:27:44 GMT</pubDate>
    <dc:creator>varrao</dc:creator>
    <dc:date>2012-02-16T19:27:44Z</dc:date>
    <item>
      <title>Setting up a port forward on ASA 5505 (8.3) using Static PAT</title>
      <link>https://community.cisco.com/t5/network-security/setting-up-a-port-forward-on-asa-5505-8-3-using-static-pat/m-p/1832948#M459261</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've been trying to set up a simple port forward on a Cisco ASA 5505 (OS version 8.3.2).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an external IP 94.112.245.203 and I'd like to forward a port for Windows Remote Desktop (tcp/3389) to a server at 192.168.10.2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are my object, nat and access-list configurations:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://pastebin.com/U0CGZLJ9" target="_blank"&gt;http://pastebin.com/U0CGZLJ9&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's how packet trace goes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://pastebin.com/sKXxBPcY" target="_blank"&gt;http://pastebin.com/sKXxBPcY&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried following several guides and all suggest the very same approach:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: &amp;amp;quot;courier new&amp;amp;quot;, &amp;amp;quot;courier&amp;amp;quot;;"&gt;object network srv2003&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: &amp;amp;quot;courier new&amp;amp;quot;, &amp;amp;quot;courier&amp;amp;quot;;"&gt;host 192.168.10.2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: &amp;amp;quot;courier new&amp;amp;quot;, &amp;amp;quot;courier&amp;amp;quot;;"&gt;nat (inside,outside) static interface service tcp 3389 3389&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I feel I must have missed something very basic about access-lists since none of the guides is discussing it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be very much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 22:30:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setting-up-a-port-forward-on-asa-5505-8-3-using-static-pat/m-p/1832948#M459261</guid>
      <dc:creator>groundzerox15</dc:creator>
      <dc:date>2019-03-11T22:30:51Z</dc:date>
    </item>
    <item>
      <title>Setting up a port forward on ASA 5505 (8.3) using Static PAT</title>
      <link>https://community.cisco.com/t5/network-security/setting-up-a-port-forward-on-asa-5505-8-3-using-static-pat/m-p/1832949#M459262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes you are right the access-list needs to be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit tcp any 192.168.10.2 eq 3389&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;since post 8.3, you need to use the private ip instead of the public ip in the outside ACL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 18:55:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setting-up-a-port-forward-on-asa-5505-8-3-using-static-pat/m-p/1832949#M459262</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2012-02-16T18:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up a port forward on ASA 5505 (8.3) using Static PAT</title>
      <link>https://community.cisco.com/t5/network-security/setting-up-a-port-forward-on-asa-5505-8-3-using-static-pat/m-p/1832950#M459263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Varun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and thank you for a really quick response!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you sure that command is syntactically correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: &amp;quot;courier new&amp;quot;, &amp;quot;courier&amp;quot;;"&gt;ciscoasa(config)# access-list outside_access_in extended permit tcp any 192.168.10.2 eq 3389&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: &amp;quot;courier new&amp;quot;, &amp;quot;courier&amp;quot;;"&gt;access-list outside_access_in extended permit tcp any 192.168.10.2 eq 3389&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: &amp;quot;courier new&amp;quot;, &amp;quot;courier&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ^&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: &amp;quot;courier new&amp;quot;, &amp;quot;courier&amp;quot;;"&gt;ERROR: % Invalid input detected at '^' marker.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(if the formatting "eats" up the whitespace, the '^' marker is pointed at 'eq')&lt;/P&gt;&lt;P&gt;Also, should this rule override the one already present or should it be added to it? Sorry if these questions are of a basic nature.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 19:15:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setting-up-a-port-forward-on-asa-5505-8-3-using-static-pat/m-p/1832950#M459263</guid>
      <dc:creator>groundzerox15</dc:creator>
      <dc:date>2012-02-16T19:15:05Z</dc:date>
    </item>
    <item>
      <title>Setting up a port forward on ASA 5505 (8.3) using Static PAT</title>
      <link>https://community.cisco.com/t5/network-security/setting-up-a-port-forward-on-asa-5505-8-3-using-static-pat/m-p/1832951#M459264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;M sorry, a tiny winy mistake &lt;SPAN __jive_emoticon_name="silly" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/silly.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit tcp any &lt;STRONG&gt;host &lt;/STRONG&gt;192.168.10.2 eq 3389&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we were missing the host keyword.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 19:17:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setting-up-a-port-forward-on-asa-5505-8-3-using-static-pat/m-p/1832951#M459264</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2012-02-16T19:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up a port forward on ASA 5505 (8.3) using Static PAT</title>
      <link>https://community.cisco.com/t5/network-security/setting-up-a-port-forward-on-asa-5505-8-3-using-static-pat/m-p/1832952#M459265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Varun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the clarification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've added the permission in the access-list, however I am still unable to connect via RDP and packet-trace still exits on phase 2 (i.e. access-list) with the same error message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop-reason: (acl-drop) Flow is denied by configured rule&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea what else I might be missing? Should I post complete show running-config?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 19:25:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setting-up-a-port-forward-on-asa-5505-8-3-using-static-pat/m-p/1832952#M459265</guid>
      <dc:creator>groundzerox15</dc:creator>
      <dc:date>2012-02-16T19:25:00Z</dc:date>
    </item>
    <item>
      <title>Setting up a port forward on ASA 5505 (8.3) using Static PAT</title>
      <link>https://community.cisco.com/t5/network-security/setting-up-a-port-forward-on-asa-5505-8-3-using-static-pat/m-p/1832953#M459266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It should not say that now, but yes, if you can post the config, that would be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 19:27:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setting-up-a-port-forward-on-asa-5505-8-3-using-static-pat/m-p/1832953#M459266</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2012-02-16T19:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up a port forward on ASA 5505 (8.3) using Static PAT</title>
      <link>https://community.cisco.com/t5/network-security/setting-up-a-port-forward-on-asa-5505-8-3-using-static-pat/m-p/1832954#M459267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here it is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://pastebin.com/mXzqKLdQ"&gt;http://pastebin.com/mXzqKLdQ&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've replaced the password hashes with '&lt;REPLACED&gt;'. Other than that the dump is intact.&lt;/REPLACED&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 19:35:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setting-up-a-port-forward-on-asa-5505-8-3-using-static-pat/m-p/1832954#M459267</guid>
      <dc:creator>groundzerox15</dc:creator>
      <dc:date>2012-02-16T19:35:50Z</dc:date>
    </item>
    <item>
      <title>Setting up a port forward on ASA 5505 (8.3) using Static PAT</title>
      <link>https://community.cisco.com/t5/network-security/setting-up-a-port-forward-on-asa-5505-8-3-using-static-pat/m-p/1832955#M459268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cna you delete the old nat statment:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network srv2003&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; nat (inside,outside) static interface service tcp 3389 3389&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and add this one:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (outside,inside) source static any any destination static interface srv2003 service rdp rdp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you let me know how it goes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 19:45:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setting-up-a-port-forward-on-asa-5505-8-3-using-static-pat/m-p/1832955#M459268</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2012-02-16T19:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up a port forward on ASA 5505 (8.3) using Static PAT</title>
      <link>https://community.cisco.com/t5/network-security/setting-up-a-port-forward-on-asa-5505-8-3-using-static-pat/m-p/1832956#M459269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Varun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've deleted the statement as you suggested and added the new one. The configuration now looks as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://pastebin.com/5jejUQCr"&gt;http://pastebin.com/5jejUQCr&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However the problem persists - I still can not make the RDP connection from the outside and the packet-trace fails too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 19:57:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setting-up-a-port-forward-on-asa-5505-8-3-using-static-pat/m-p/1832956#M459269</guid>
      <dc:creator>groundzerox15</dc:creator>
      <dc:date>2012-02-16T19:57:30Z</dc:date>
    </item>
    <item>
      <title>Setting up a port forward on ASA 5505 (8.3) using Static PAT</title>
      <link>https://community.cisco.com/t5/network-security/setting-up-a-port-forward-on-asa-5505-8-3-using-static-pat/m-p/1832957#M459270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ohhhhhhhhhhhhhhhhhhh&amp;nbsp;&amp;nbsp; how could I just overlooked it &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check these:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;access-list 101 extended permit icmp any any echo-reply&lt;/LI&gt;&lt;LI&gt;access-list 101 extended permit icmp any any source-quench&lt;/LI&gt;&lt;LI&gt;access-list 101 extended permit icmp any any unreachable&lt;/LI&gt;&lt;LI&gt;access-list 101 extended permit icmp any any time-exceeded&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;access-group 101 in interface outside&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It the wrong access-list applied on outside interface, kindly change it to:&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;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 20:33:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setting-up-a-port-forward-on-asa-5505-8-3-using-static-pat/m-p/1832957#M459270</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2012-02-16T20:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up a port forward on ASA 5505 (8.3) using Static PAT</title>
      <link>https://community.cisco.com/t5/network-security/setting-up-a-port-forward-on-asa-5505-8-3-using-static-pat/m-p/1832958#M459271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I changed it (I suppose it means that I change which access list applies to the given interface?), so it looks like following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://pastebin.com/VXJ1mvaE"&gt;http://pastebin.com/VXJ1mvaE&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yet still no luck (neither RDP nor packet-trace, problem is still the same).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible I might have missed something else (and basic)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 20:58:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setting-up-a-port-forward-on-asa-5505-8-3-using-static-pat/m-p/1832958#M459271</guid>
      <dc:creator>groundzerox15</dc:creator>
      <dc:date>2012-02-16T20:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up a port forward on ASA 5505 (8.3) using Static PAT</title>
      <link>https://community.cisco.com/t5/network-security/setting-up-a-port-forward-on-asa-5505-8-3-using-static-pat/m-p/1832959#M459272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I tried several other things I randomly found on the Internet but alas with no success. After those experiment, I went back to the configuration I showed in my last post to keep the thread consistent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know this might be a Windows-ish question, but is it possible that a reboot of ASA might solve this issue? If you are certain that these settings are correct than we've sort of exhausted the options, I am afraid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2012 20:41:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setting-up-a-port-forward-on-asa-5505-8-3-using-static-pat/m-p/1832959#M459272</guid>
      <dc:creator>groundzerox15</dc:creator>
      <dc:date>2012-02-17T20:41:35Z</dc:date>
    </item>
    <item>
      <title>Setting up a port forward on ASA 5505 (8.3) using Static PAT</title>
      <link>https://community.cisco.com/t5/network-security/setting-up-a-port-forward-on-asa-5505-8-3-using-static-pat/m-p/1832960#M459273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For accessing the server on rdp port, we just need the basic config:&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;access-list outside_access_in extended permit tcp any &lt;STRONG&gt;host &lt;/STRONG&gt;192.168.10.2 eq 3389&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object service rdp&lt;/P&gt;&lt;P&gt;&amp;nbsp; service tcp destination eq 3389&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network srv2003&lt;/P&gt;&lt;P&gt;&amp;nbsp; host 192.168.10.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (outside,inside) source static any any destination static interface srv2003 service rdp rdp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after this the packet tracer should not say, implicit deny, n thats wat amazes me. I really dont think it to be a windows issue right now and would love to take it forward with you in digging into it, if u'r fine with it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Phase: 2&lt;/LI&gt;&lt;LI&gt;Type: ACCESS-LIST&lt;/LI&gt;&lt;LI&gt;Subtype:&lt;/LI&gt;&lt;LI&gt;Result: DROP&lt;/LI&gt;&lt;LI&gt;Config:&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Implicit Rule&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Additional Information:&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2012 20:51:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setting-up-a-port-forward-on-asa-5505-8-3-using-static-pat/m-p/1832960#M459273</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2012-02-17T20:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up a port forward on ASA 5505 (8.3) using Static PAT</title>
      <link>https://community.cisco.com/t5/network-security/setting-up-a-port-forward-on-asa-5505-8-3-using-static-pat/m-p/1832961#M459274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Varun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks again for taking time and helping me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I set up everything like you instructed me to in your last post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's my complete running-config, just to be sure:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://pastebin.com/L7pcYYp3" rel="nofollow"&gt;http://pastebin.com/L7pcYYp3&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And here's the output of packet tracer:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://pastebin.com/JqjwjYfZ" rel="nofollow"&gt;http://pastebin.com/JqjwjYfZ&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I also don't think it's the Windows problem at the moment (since I am connected to the server via SSH tunnel as of now, since RDP forwarding doesn't work &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;).&lt;/P&gt;&lt;P&gt;I am glad you take this much interest in this case and I'd love to provide you with as much information as you need to further investigate this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, thank you very much!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;::EDIT::&lt;/P&gt;&lt;P&gt;In the meantime, I did a little check and tried the old Linux router we used for our network and port forward works just fine. The purpose was to exclude problems with ISP, Windows Server and anything else that doesn't come to mind at the moment. So it should really be ASA issue at the moment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2012 23:56:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setting-up-a-port-forward-on-asa-5505-8-3-using-static-pat/m-p/1832961#M459274</guid>
      <dc:creator>groundzerox15</dc:creator>
      <dc:date>2012-02-17T23:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up a port forward on ASA 5505 (8.3) using Static PAT</title>
      <link>https://community.cisco.com/t5/network-security/setting-up-a-port-forward-on-asa-5505-8-3-using-static-pat/m-p/1832962#M459275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Varun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have you got any update on my issue, please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2012 12:36:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setting-up-a-port-forward-on-asa-5505-8-3-using-static-pat/m-p/1832962#M459275</guid>
      <dc:creator>groundzerox15</dc:creator>
      <dc:date>2012-02-24T12:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up a port forward on ASA 5505 (8.3) using Static PAT</title>
      <link>https://community.cisco.com/t5/network-security/setting-up-a-port-forward-on-asa-5505-8-3-using-static-pat/m-p/1832963#M459276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Remove&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (outside,inside) source static any any destination static interface srv2003 service rdp rdp&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And try:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (inside,outside) source static srv2003 interface destination service rdp rdp&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Mar 2013 04:27:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setting-up-a-port-forward-on-asa-5505-8-3-using-static-pat/m-p/1832963#M459276</guid>
      <dc:creator>jocamare</dc:creator>
      <dc:date>2013-03-20T04:27:01Z</dc:date>
    </item>
  </channel>
</rss>

