<?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: Doubt about nat0 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/doubt-about-nat0/m-p/973858#M916672</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The best way to do is configure a Access-list.&lt;/P&gt;&lt;P&gt;Suppose 10.3.0.0/24 is the inside network and there is a network 20.3.0.0/24, then create access list first and then do a nat0.&lt;/P&gt;&lt;P&gt;this is same as somewhat you already have in your config.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list nonat_allow_acl permit ip 10.3.0.0 255.255.255.0 20.3.0.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then do nat0&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list nonat_allow_acl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only difference is it won't particular traffic as mentioned in the ACL.&lt;/P&gt;&lt;P&gt;But if you give the static statement as below as it will do nonat for all traffic from inside to outside&lt;/P&gt;&lt;P&gt;Static (inside,outside) 10.3.0.0 10.3.0.0 netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Jul 2008 09:44:43 GMT</pubDate>
    <dc:creator>dhananjoy chowdhury</dc:creator>
    <dc:date>2008-07-16T09:44:43Z</dc:date>
    <item>
      <title>Doubt about nat0</title>
      <link>https://community.cisco.com/t5/network-security/doubt-about-nat0/m-p/973855#M916659</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;I am having doubt about nat0. Following is my nat controller list&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat-control&lt;/P&gt;&lt;P&gt;global (outside) 10 interface&lt;/P&gt;&lt;P&gt;global (dmz-MHR) 10 interface&lt;/P&gt;&lt;P&gt;global (dmz-vendor) 10 interface&lt;/P&gt;&lt;P&gt;global (dmz-vendor) 5 MHR-redhat-PUB&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list inside_nat0_acl&lt;/P&gt;&lt;P&gt;nat (inside) 5 access-list redhat_nat&lt;/P&gt;&lt;P&gt;nat (inside) 10 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;nat (dmz-MHR) 0 access-list NoNatAll&lt;/P&gt;&lt;P&gt;nat (dmz-remote) 0 access-list NoNatAll&lt;/P&gt;&lt;P&gt;nat (dmz-vpn-internal) 0 access-list dmz-vpn-internal_nat0_outbound&lt;/P&gt;&lt;P&gt;nat (vendor2-Network) 0 access-list NoNatAll&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat0 is working well for defined list. But I am having doubt whether I need to create nat0 in the outside interface so that specific traffic coming from outside to inside or from inside to outside will be natted. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please clarify this basic doubt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;siva&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 13:14:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/doubt-about-nat0/m-p/973855#M916659</guid>
      <dc:creator>sivakumar.ks</dc:creator>
      <dc:date>2019-03-11T13:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt about nat0</title>
      <link>https://community.cisco.com/t5/network-security/doubt-about-nat0/m-p/973856#M916663</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;It depends on your setup, if the outside interface is having Public IP then nat0 is not required for traffic from inside to outside.&lt;/P&gt;&lt;P&gt;Because the inside IP subnet is not routable at the outside, so NAT is required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now if we have a scenario, wherein the Inside IP subnet is routable in the outside zone then you can go for nat0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 05:30:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/doubt-about-nat0/m-p/973856#M916663</guid>
      <dc:creator>dhananjoy chowdhury</dc:creator>
      <dc:date>2008-07-16T05:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt about nat0</title>
      <link>https://community.cisco.com/t5/network-security/doubt-about-nat0/m-p/973857#M916667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I understand that. But for example my inside interface network subnet is 10.3.0.0/16 and there is a secondary data which has a firewall and all VPN's are terminated to that firewall and  my inside network  is communicating via outside interface to that firewall , so in that firewall I am receiving the outside interface IP address only i.e Public IP address. But I want to view the individual inside IP addresses in that log. &lt;/P&gt;&lt;P&gt;How can I achieve that? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had a trail run NAT as shown below and it was working. Following is the trail run&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Static (inside,outside) 10.3.142.62 10.3.142.62 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I have one to one nat currently communicating from inside to outside example &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Static (inside,outside) 10.3.6.62 192.200.254.200 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to achieve the following nat and I have a doubt whether it will affect existing one to one nat .(Static (inside,outside) 10.3.142.62 192.200.254.200 netmask 255.255.255.255), or do I need to create nat0 in the outside interface to achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nat which I want to achieve is , which will allow inside traffic as it is to outside(without nat).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Static (inside,outside) 10.3.0.0 10.3.0.0 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Siva&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 08:40:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/doubt-about-nat0/m-p/973857#M916667</guid>
      <dc:creator>sivakumar.ks</dc:creator>
      <dc:date>2008-07-16T08:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt about nat0</title>
      <link>https://community.cisco.com/t5/network-security/doubt-about-nat0/m-p/973858#M916672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The best way to do is configure a Access-list.&lt;/P&gt;&lt;P&gt;Suppose 10.3.0.0/24 is the inside network and there is a network 20.3.0.0/24, then create access list first and then do a nat0.&lt;/P&gt;&lt;P&gt;this is same as somewhat you already have in your config.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list nonat_allow_acl permit ip 10.3.0.0 255.255.255.0 20.3.0.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then do nat0&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list nonat_allow_acl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only difference is it won't particular traffic as mentioned in the ACL.&lt;/P&gt;&lt;P&gt;But if you give the static statement as below as it will do nonat for all traffic from inside to outside&lt;/P&gt;&lt;P&gt;Static (inside,outside) 10.3.0.0 10.3.0.0 netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 09:44:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/doubt-about-nat0/m-p/973858#M916672</guid>
      <dc:creator>dhananjoy chowdhury</dc:creator>
      <dc:date>2008-07-16T09:44:43Z</dc:date>
    </item>
  </channel>
</rss>

