<?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: Hide / Dynamic Inbound PAT/NAT in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/hide-dynamic-inbound-pat-nat/m-p/1061097#M914761</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can do a port redirection from outside to Inside or DMZ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the want to achieve this :&lt;/P&gt;&lt;P&gt;- traffic coming to Outside IP A.B.C.D on port 80 should be redirected to the inside IP 192.168.1.10 on port 80&lt;/P&gt;&lt;P&gt;- traffic coming to Outside IP A.B.C.D on port 443 should be redirected to the inside IP 192.168.1.20 on port 443&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the use these commands :-&lt;/P&gt;&lt;P&gt;static (Inside,Outside) tcp A.B.C.D 80  192.168.1.10  80&lt;/P&gt;&lt;P&gt;static (Inside,Outside) tcp A.B.C.D  443   192.168.1.20 443 &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Aug 2008 03:45:18 GMT</pubDate>
    <dc:creator>dhananjoy chowdhury</dc:creator>
    <dc:date>2008-08-12T03:45:18Z</dc:date>
    <item>
      <title>Hide / Dynamic Inbound PAT/NAT</title>
      <link>https://community.cisco.com/t5/network-security/hide-dynamic-inbound-pat-nat/m-p/1061096#M914760</link>
      <description>&lt;P&gt;Does an ASA support hide / dynamic PAT/NAT from the outside interface to the inside interface and how is it configured?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 13:29:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/hide-dynamic-inbound-pat-nat/m-p/1061096#M914760</guid>
      <dc:creator>dave-taylor</dc:creator>
      <dc:date>2019-03-11T13:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: Hide / Dynamic Inbound PAT/NAT</title>
      <link>https://community.cisco.com/t5/network-security/hide-dynamic-inbound-pat-nat/m-p/1061097#M914761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can do a port redirection from outside to Inside or DMZ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the want to achieve this :&lt;/P&gt;&lt;P&gt;- traffic coming to Outside IP A.B.C.D on port 80 should be redirected to the inside IP 192.168.1.10 on port 80&lt;/P&gt;&lt;P&gt;- traffic coming to Outside IP A.B.C.D on port 443 should be redirected to the inside IP 192.168.1.20 on port 443&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the use these commands :-&lt;/P&gt;&lt;P&gt;static (Inside,Outside) tcp A.B.C.D 80  192.168.1.10  80&lt;/P&gt;&lt;P&gt;static (Inside,Outside) tcp A.B.C.D  443   192.168.1.20 443 &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2008 03:45:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/hide-dynamic-inbound-pat-nat/m-p/1061097#M914761</guid>
      <dc:creator>dhananjoy chowdhury</dc:creator>
      <dc:date>2008-08-12T03:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: Hide / Dynamic Inbound PAT/NAT</title>
      <link>https://community.cisco.com/t5/network-security/hide-dynamic-inbound-pat-nat/m-p/1061098#M914762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply, not exactly what I want. What I'm trying to do is changethe source address destine for A.B.C.D to an internally routed address so that I don't have to route external addresses on my internal network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;x.x.x.x -&amp;gt; a.b.c.d  (firewall) y.y.y.y -&amp;gt; a.b.c.d&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2008 03:50:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/hide-dynamic-inbound-pat-nat/m-p/1061098#M914762</guid>
      <dc:creator>dave-taylor</dc:creator>
      <dc:date>2008-08-12T03:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Hide / Dynamic Inbound PAT/NAT</title>
      <link>https://community.cisco.com/t5/network-security/hide-dynamic-inbound-pat-nat/m-p/1061099#M914763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;all too easy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start with this concept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ciscoasa# show run | inc nat|global&lt;/P&gt;&lt;P&gt;global (inside) 2 interface&lt;/P&gt;&lt;P&gt;nat (outside) 2 0.0.0.0 0.0.0.0 outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here we will nat the outside address (in this case ANY will be natted when source is outside)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we are natting to the inside interface ip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can do this in your environment if you want a friendly ip instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ciscoasa# show run | inc nat|global&lt;/P&gt;&lt;P&gt;global (inside) 2 10.7.7.7&lt;/P&gt;&lt;P&gt;nat (outside) 2 0.0.0.0 0.0.0.0 outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then on the router facing the asa inside interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip route 10.7.7.7 255.255.255 &lt;ASA inside="" ip=""&gt;&lt;/ASA&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2008 04:23:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/hide-dynamic-inbound-pat-nat/m-p/1061099#M914763</guid>
      <dc:creator>joe19366</dc:creator>
      <dc:date>2008-08-12T04:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Hide / Dynamic Inbound PAT/NAT</title>
      <link>https://community.cisco.com/t5/network-security/hide-dynamic-inbound-pat-nat/m-p/1061100#M914764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Joe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That was pretty close to the way I configured it on the ASA (didn't have "outside" at the end of the nat statement originally) but it still does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%ASA-6-199002: Startup completed.  Beginning operation.&lt;/P&gt;&lt;P&gt;%ASA-5-502103: User priv level changed: Uname: enable_15 From: 1 To: 15&lt;/P&gt;&lt;P&gt;%ASA-7-111009: User 'enable_15' executed cmd: show logging&lt;/P&gt;&lt;P&gt;%ASA-7-609001: Built local-host outside:172.16.0.50&lt;/P&gt;&lt;P&gt;%ASA-7-609001: Built local-host inside:192.168.1.1&lt;/P&gt;&lt;P&gt;%ASA-6-305011: Built dynamic TCP translation from outside:172.16.0.50/1041 to inside:192.168.1.2/1024&lt;/P&gt;&lt;P&gt;%ASA-3-305005: No translation group found for tcp src outside:172.16.0.50/1041 dst inside:192.168.1.1/2&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;%ASA-7-609002: Teardown local-host inside:192.168.1.1 duration 0:00:00&lt;/P&gt;&lt;P&gt;%ASA-7-609001: Built local-host inside:192.168.1.1&lt;/P&gt;&lt;P&gt;%ASA-3-305005: No translation group found for tcp src outside:172.16.0.50/1041 dst inside:192.168.1.1/2&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;%ASA-7-609002: Teardown local-host inside:192.168.1.1 duration 0:00:00&lt;/P&gt;&lt;P&gt;Lab-ASA#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lab-ASA# show run&lt;/P&gt;&lt;P&gt;: Saved&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;ASA Version 7.2(2)&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;hostname Lab-ASA&lt;/P&gt;&lt;P&gt;enable password xxx&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan1&lt;/P&gt;&lt;P&gt; nameif inside&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 192.168.1.254 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan2&lt;/P&gt;&lt;P&gt; nameif outside&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt; ip address 172.16.0.1 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/0&lt;/P&gt;&lt;P&gt; switchport access vlan 2&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/2&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/3&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/4&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/5&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/6&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/7&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;passwd xxx&lt;/P&gt;&lt;P&gt;ftp mode passive&lt;/P&gt;&lt;P&gt;access-list Out-In extended permit tcp 172.16.0.0 255.255.0.0 192.168.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;logging enable&lt;/P&gt;&lt;P&gt;logging buffered debugging&lt;/P&gt;&lt;P&gt;logging asdm informational&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;mtu outside 1500&lt;/P&gt;&lt;P&gt;icmp unreachable rate-limit 1 burst-size 1&lt;/P&gt;&lt;P&gt;no asdm history enable&lt;/P&gt;&lt;P&gt;arp timeout 14400&lt;/P&gt;&lt;P&gt;nat-control&lt;/P&gt;&lt;P&gt;global (inside) 2 192.168.1.2&lt;/P&gt;&lt;P&gt;nat (outside) 2 172.16.0.0 255.255.255.0 outside&lt;/P&gt;&lt;P&gt;access-group Out-In in interface outside&lt;/P&gt;&lt;P&gt;timeout xlate 3:00:00&lt;/P&gt;&lt;P&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02&lt;/P&gt;&lt;P&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;/P&gt;&lt;P&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;/P&gt;&lt;P&gt;timeout uauth 0:05:00 absolute&lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;http 192.168.1.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;no snmp-server location&lt;/P&gt;&lt;P&gt;no snmp-server contact&lt;/P&gt;&lt;P&gt;snmp-server enable traps snmp authentication linkup linkdown coldstart&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh timeout 5&lt;/P&gt;&lt;P&gt;console timeout 0&lt;/P&gt;&lt;P&gt;dhcpd auto_config outside&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;class-map inspection_default&lt;/P&gt;&lt;P&gt; match default-inspection-traffic&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;policy-map type inspect dns preset_dns_map&lt;/P&gt;&lt;P&gt; parameters&lt;/P&gt;&lt;P&gt;  message-length maximum 512&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt; class inspection_default&lt;/P&gt;&lt;P&gt;  inspect dns preset_dns_map&lt;/P&gt;&lt;P&gt;  inspect ftp&lt;/P&gt;&lt;P&gt;  inspect h323 h225&lt;/P&gt;&lt;P&gt;  inspect h323 ras&lt;/P&gt;&lt;P&gt;  inspect rsh&lt;/P&gt;&lt;P&gt;  inspect rtsp&lt;/P&gt;&lt;P&gt;  inspect esmtp&lt;/P&gt;&lt;P&gt;  inspect sqlnet&lt;/P&gt;&lt;P&gt;  inspect skinny&lt;/P&gt;&lt;P&gt;  inspect sunrpc&lt;/P&gt;&lt;P&gt;  inspect xdmcp&lt;/P&gt;&lt;P&gt;  inspect sip&lt;/P&gt;&lt;P&gt;  inspect netbios&lt;/P&gt;&lt;P&gt;  inspect tftp&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;service-policy global_policy global&lt;/P&gt;&lt;P&gt;prompt hostname context&lt;/P&gt;&lt;P&gt;Cryptochecksum:xxx&lt;/P&gt;&lt;P&gt;: end&lt;/P&gt;&lt;P&gt;Lab-ASA#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2008 04:54:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/hide-dynamic-inbound-pat-nat/m-p/1061100#M914764</guid>
      <dc:creator>dave-taylor</dc:creator>
      <dc:date>2008-08-12T04:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: Hide / Dynamic Inbound PAT/NAT</title>
      <link>https://community.cisco.com/t5/network-security/hide-dynamic-inbound-pat-nat/m-p/1061101#M914765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please configure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"no nat-control"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on this ASA, or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give the inside -&amp;gt; outside direction a nat translation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With nat-control enabled the inside hosts require a nat translation once nat has been configured when going from a high security to lower security interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case you can optionally leave nat-control enabled, and configure a static to itself or use nat 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;option 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static to itself &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside, outside) 192.168.1.0 192.168.1.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;option 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list nonat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list nonat extended permit ip 192.168.1.0 255.255.255.0 172.16.0.0 255.255.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Joe&lt;/P&gt;&lt;P&gt;"Why so serious"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2008 05:22:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/hide-dynamic-inbound-pat-nat/m-p/1061101#M914765</guid>
      <dc:creator>joe19366</dc:creator>
      <dc:date>2008-08-12T05:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: Hide / Dynamic Inbound PAT/NAT</title>
      <link>https://community.cisco.com/t5/network-security/hide-dynamic-inbound-pat-nat/m-p/1061102#M914767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect Joe.. Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2008 06:16:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/hide-dynamic-inbound-pat-nat/m-p/1061102#M914767</guid>
      <dc:creator>dave-taylor</dc:creator>
      <dc:date>2008-08-12T06:16:18Z</dc:date>
    </item>
  </channel>
</rss>

