<?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 inbound static nat in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-inbound-static-nat/m-p/2238738#M347861</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;Seems like a basic Static PAT configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the IP address 210.18.171.21 configured on the ASA &lt;STRONG&gt;"outside"&lt;/STRONG&gt; interface or is it just a public IP address from some subnet allocated to you by the ISP?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well here is example configuration of both&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The below presumes&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;You have interfaces named &lt;STRONG&gt;"outside"&lt;/STRONG&gt; and &lt;STRONG&gt;"inside"&lt;/STRONG&gt; between which this Static PAT is configured. Replace names if needed&lt;/LI&gt;&lt;LI&gt;You dont have any ACL attached to the &lt;STRONG&gt;"outside"&lt;/STRONG&gt; interface yet. If you have then replace the name of the ACL below and insert them to your existing interface ACL. In that case also &lt;STRONG&gt;DONT USE&lt;/STRONG&gt; the &lt;STRONG&gt;"access-group"&lt;/STRONG&gt; command or it will replace your current &lt;STRONG&gt;"access-list"&lt;/STRONG&gt; on the interface.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;INTERFACE IP ADDRESS USED FOR STATIC PAT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network STATIC-PAT-WWW&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host 192.168.100.35&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;object network STATIC-PAT-SMTP&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host 192.168.100.35&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; nat (inside,outside) static interface service tcp 25 25&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list OUTSIDE-IN remark Allow WWW and SMTP&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list OUTSIDE-IN permit tcp any object STATIC-PAT-WWW eq www&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list OUTSIDE-IN permit tcp any object STATIC-PAT-SMTP&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;&lt;SPAN style="text-decoration: underline;"&gt;SEPARATE IP ADDRESS USED FOR STATIC PAT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network STATIC-PAT-WWW&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host 192.168.100.35&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; nat (inside,outside) static 210.18.171.21 service tcp 80 80&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network STATIC-PAT-SMTP&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host 192.168.100.35&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; nat (inside,outside) static 210.18.171.21 service tcp 25 25&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list OUTSIDE-IN remark Allow WWW and SMTP&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list OUTSIDE-IN permit tcp any object STATIC-PAT-WWW eq www&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list OUTSIDE-IN permit tcp any object STATIC-PAT-SMTP&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;&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;Please do remember to mark the reply as the correct answer if it answered your question.&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>Tue, 18 Jun 2013 08:39:08 GMT</pubDate>
    <dc:creator>Jouni Forss</dc:creator>
    <dc:date>2013-06-18T08:39:08Z</dc:date>
    <item>
      <title>ASA inbound static nat</title>
      <link>https://community.cisco.com/t5/network-security/asa-inbound-static-nat/m-p/2238737#M347860</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have following static port forwarding on our router;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip nat inside source static tcp 192.168.100.35 80 210.18.171.21 80 extendable &lt;/P&gt;&lt;P&gt;ip nat inside source static tcp 192.168.100.35 25 210.18.171.21 25 extendable &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We want to configure this same settings on our new ASA running ver 9.0.2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate all help to do this. &lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 01:59:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-inbound-static-nat/m-p/2238737#M347860</guid>
      <dc:creator>suthomas1</dc:creator>
      <dc:date>2019-03-12T01:59:38Z</dc:date>
    </item>
    <item>
      <title>ASA inbound static nat</title>
      <link>https://community.cisco.com/t5/network-security/asa-inbound-static-nat/m-p/2238738#M347861</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;Seems like a basic Static PAT configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the IP address 210.18.171.21 configured on the ASA &lt;STRONG&gt;"outside"&lt;/STRONG&gt; interface or is it just a public IP address from some subnet allocated to you by the ISP?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well here is example configuration of both&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The below presumes&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;You have interfaces named &lt;STRONG&gt;"outside"&lt;/STRONG&gt; and &lt;STRONG&gt;"inside"&lt;/STRONG&gt; between which this Static PAT is configured. Replace names if needed&lt;/LI&gt;&lt;LI&gt;You dont have any ACL attached to the &lt;STRONG&gt;"outside"&lt;/STRONG&gt; interface yet. If you have then replace the name of the ACL below and insert them to your existing interface ACL. In that case also &lt;STRONG&gt;DONT USE&lt;/STRONG&gt; the &lt;STRONG&gt;"access-group"&lt;/STRONG&gt; command or it will replace your current &lt;STRONG&gt;"access-list"&lt;/STRONG&gt; on the interface.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;INTERFACE IP ADDRESS USED FOR STATIC PAT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network STATIC-PAT-WWW&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host 192.168.100.35&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;object network STATIC-PAT-SMTP&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host 192.168.100.35&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; nat (inside,outside) static interface service tcp 25 25&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list OUTSIDE-IN remark Allow WWW and SMTP&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list OUTSIDE-IN permit tcp any object STATIC-PAT-WWW eq www&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list OUTSIDE-IN permit tcp any object STATIC-PAT-SMTP&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;&lt;SPAN style="text-decoration: underline;"&gt;SEPARATE IP ADDRESS USED FOR STATIC PAT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network STATIC-PAT-WWW&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host 192.168.100.35&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; nat (inside,outside) static 210.18.171.21 service tcp 80 80&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network STATIC-PAT-SMTP&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host 192.168.100.35&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; nat (inside,outside) static 210.18.171.21 service tcp 25 25&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list OUTSIDE-IN remark Allow WWW and SMTP&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list OUTSIDE-IN permit tcp any object STATIC-PAT-WWW eq www&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list OUTSIDE-IN permit tcp any object STATIC-PAT-SMTP&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;&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;Please do remember to mark the reply as the correct answer if it answered your question.&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>Tue, 18 Jun 2013 08:39:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-inbound-static-nat/m-p/2238738#M347861</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-06-18T08:39:08Z</dc:date>
    </item>
    <item>
      <title>ASA inbound static nat</title>
      <link>https://community.cisco.com/t5/network-security/asa-inbound-static-nat/m-p/2238739#M347862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jouni.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These lines below, one of them has destination port specified as eq www, but the second line for smtp traffic doesn't have eq smtp portion. Is it not required?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list OUTSIDE-IN permit tcp any object STATIC-PAT-WWW eq www&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list OUTSIDE-IN permit tcp any object STATIC-PAT-SMTP&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2013 09:01:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-inbound-static-nat/m-p/2238739#M347862</guid>
      <dc:creator>suthomas1</dc:creator>
      <dc:date>2013-06-18T09:01:22Z</dc:date>
    </item>
    <item>
      <title>ASA inbound static nat</title>
      <link>https://community.cisco.com/t5/network-security/asa-inbound-static-nat/m-p/2238740#M347863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah sorry, my mistake.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Typing to fast and managed to completely leave one part out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;STRONG&gt;"access-list"&lt;/STRONG&gt; line requires the &lt;STRONG&gt;"eq smtp"&lt;/STRONG&gt; or &lt;STRONG&gt;"eq 25"&lt;/STRONG&gt; at the end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list OUTSIDE-IN permit tcp any object STATIC-PAT-SMTP eq smtp&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2013 09:05:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-inbound-static-nat/m-p/2238740#M347863</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-06-18T09:05:00Z</dc:date>
    </item>
  </channel>
</rss>

