<?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 ASA 8.4 port forward command request in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-8-4-port-forward-command-request/m-p/2252063#M350262</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;If the reply answered your question, please mark it as the correct answer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 May 2013 07:10:10 GMT</pubDate>
    <dc:creator>Jouni Forss</dc:creator>
    <dc:date>2013-05-08T07:10:10Z</dc:date>
    <item>
      <title>ASA 8.4 port forward command request</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-4-port-forward-command-request/m-p/2252057#M350253</link>
      <description>&lt;P&gt;i can't do it with ASDM and try to use command but still fail&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside,outside) source static inside-10.18.20.162 4F-1.1.1.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is working fine for the above command if there is more than one public ip, in case 1.1.1.1 is for firewall interface public ip&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i have only one public ip and i would like to forward http traffic to my internal network&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i use command to do that?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 01:40:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-4-port-forward-command-request/m-p/2252057#M350253</guid>
      <dc:creator>CHUN FAI LAW</dc:creator>
      <dc:date>2019-03-12T01:40:30Z</dc:date>
    </item>
    <item>
      <title>ASA 8.4 port forward command request</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-4-port-forward-command-request/m-p/2252058#M350255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; it show this error when do in this way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object service http&lt;/P&gt;&lt;P&gt; service tcp source eq www&lt;SPAN id="mce_marker"&gt; &lt;/SPAN&gt;object service http&lt;BR /&gt; service tcp source eq www&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA5510(config)# nat (inside,outside) source static inside-10.18.20.162 4F-1.1.1.1 service http http&lt;/P&gt;&lt;P&gt;ERROR: Address 1.1.1.1 overlaps with outside interface address.&lt;/P&gt;&lt;P&gt;ERROR: NAT Policy is not downloaded&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 06:33:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-4-port-forward-command-request/m-p/2252058#M350255</guid>
      <dc:creator>CHUN FAI LAW</dc:creator>
      <dc:date>2013-05-08T06:33:36Z</dc:date>
    </item>
    <item>
      <title>ASA 8.4 port forward command request</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-4-port-forward-command-request/m-p/2252059#M350257</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 this configuration also to just forward the port TCP/80 to the "inside" device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I presume that you are using the "outside" interface public IP address&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network SERVER&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host 10.18.20.162&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; nat (inside,outside) static interface service tcp 80 80&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list OUTSIDE-IN permit tcp any object SERVER eq 80&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-group OUTSIDE-IN in interface outside&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would configure a Network Object NAT that would use the public IP address of your ASA "outside" interface and forward the port TCP/80 to the internal host of 10.18.20.162 when connecting from the Internet. It also defines the ACL rule and attaches that ACL to the "outside" interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you already have an ACL in place, then you naturally just add the rule to that ACL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps &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;Remember to mark the reply as the correct answer if it answered your question. And/or rate helpfull answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ask more if needed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 06:35:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-4-port-forward-command-request/m-p/2252059#M350257</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-05-08T06:35:57Z</dc:date>
    </item>
    <item>
      <title>ASA 8.4 port forward command request</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-4-port-forward-command-request/m-p/2252060#M350259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; THX Jouni&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i try to input this command it reject with and error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA5510(config)#&lt;SPAN id="mce_marker"&gt; &lt;/SPAN&gt;ASA5510(config)# nat (inside,outside) source static interface service tcp 80 80&lt;BR /&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;&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;BR /&gt;ERROR: % Invalid input detected at '^' marker.&lt;BR /&gt;ASA5510(config)# &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 06:43:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-4-port-forward-command-request/m-p/2252060#M350259</guid>
      <dc:creator>CHUN FAI LAW</dc:creator>
      <dc:date>2013-05-08T06:43:04Z</dc:date>
    </item>
    <item>
      <title>ASA 8.4 port forward command request</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-4-port-forward-command-request/m-p/2252061#M350260</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 need to enter it under the "object network SERVER"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both the "host" configuration line and the "nat" configuration lines are parameters of the "object network SERVER"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the source address of the NAT and the actual NAT configuration are contained under the "object network SERVER"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 06:47:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-4-port-forward-command-request/m-p/2252061#M350260</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-05-08T06:47:52Z</dc:date>
    </item>
    <item>
      <title>ASA 8.4 port forward command request</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-4-port-forward-command-request/m-p/2252062#M350261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; thx so much, all command can input to the router, although is not allow to access to web server at the moment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i know how to create the rule through ASDM now. Thx so much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 07:07:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-4-port-forward-command-request/m-p/2252062#M350261</guid>
      <dc:creator>CHUN FAI LAW</dc:creator>
      <dc:date>2013-05-08T07:07:48Z</dc:date>
    </item>
    <item>
      <title>ASA 8.4 port forward command request</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-4-port-forward-command-request/m-p/2252063#M350262</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;If the reply answered your question, please mark it as the correct answer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 07:10:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-4-port-forward-command-request/m-p/2252063#M350262</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-05-08T07:10:10Z</dc:date>
    </item>
    <item>
      <title>ASA 8.4 port forward command request</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-4-port-forward-command-request/m-p/2252064#M350263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Access to webserver finally, i find that the problem is come from one dynamic nat is before the static to make it crash.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 09:12:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-4-port-forward-command-request/m-p/2252064#M350263</guid>
      <dc:creator>CHUN FAI LAW</dc:creator>
      <dc:date>2013-05-08T09:12:50Z</dc:date>
    </item>
    <item>
      <title>ASA 8.4 port forward command request</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-4-port-forward-command-request/m-p/2252065#M350264</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 tend to configure the Default Dynamic PAT rule for my LAN networks in the following way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object-group network DEFAULT-PAT-SOURCE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; network-object 10.10.10.0 255.255.255.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; network-object 10.10.20.0 255.255.255.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; network-object 10.10.30.0 255.255.255.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (any,outside) after-auto source dynamic DEFAULT-PAT-SOURCE interface&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "object-group" contains all the networks that need Dynamic PAT. The source interface is "any" so we dont have to configure multiple Dynamic PAT statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way it wont interfere with Static NAT, Static PAT, NAT0 or any other configurations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some people leave the "after-auto" part away which in turn means that the Dynamic PAT rule is way higher in the priority of NAT configurations to match against traffic THAN it is when its configured with the "after-auto" parameter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 09:56:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-4-port-forward-command-request/m-p/2252065#M350264</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-05-08T09:56:49Z</dc:date>
    </item>
  </channel>
</rss>

