<?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 5520 NAT problem in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-5520-nat-problem/m-p/1751114#M533429</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shahid,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The difference between those 2 NATs is that one NATs traffic that comes to port 25 and the other NATs all traffic that comes to 203.88.148.85. it is strange that changing the entries back and forth made the traffic go through. For the192.168.0.10 NAT, did you try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,inside) 192.168.0.241 172.29.1.5&lt;/P&gt;&lt;P&gt;same-security-traffic permit intra interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Aug 2011 08:33:06 GMT</pubDate>
    <dc:creator>Anu M Chacko</dc:creator>
    <dc:date>2011-08-18T08:33:06Z</dc:date>
    <item>
      <title>ASA 5520 NAT problem</title>
      <link>https://community.cisco.com/t5/network-security/asa-5520-nat-problem/m-p/1751109#M533424</link>
      <description>&lt;P&gt;Dear boss&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see my attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to do static NAT&amp;nbsp; 203.88.148.85 -&amp;gt;172.29.1.5 and 192.168.0.241-&amp;gt;172.29.1.5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That means all outsider will get mail server by 203.88.148.85 and local user will get mail server by 192.168.0.241.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For that i did : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;router : &lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/0&lt;/P&gt;&lt;P&gt; ip address 203.88.148.84 255.255.255.248&lt;/P&gt;&lt;P&gt; ip nat outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/1&lt;/P&gt;&lt;P&gt; ip address 10.0.0.1 255.255.255.252&lt;/P&gt;&lt;P&gt; ip nat inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip route 0.0.0.0 0.0.0.0 203.88.148.81&lt;/P&gt;&lt;P&gt;ip route 172.29.1.0 255.255.255.0 10.0.0.2&lt;/P&gt;&lt;P&gt;ip route 192.168.0.0 255.255.255.0 10.0.0.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip nat pool IP_POOL 203.88.148.84 203.88.148.86 netmask 255.255.255.252&lt;/P&gt;&lt;P&gt;ip nat inside source list 1 pool IP_POOL overload&lt;/P&gt;&lt;P&gt;ip nat inside source static 172.29.1.5 203.88.148.85&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;access-list 1 permit 192.168.0.0 0.0.0.255&lt;/P&gt;&lt;P&gt;access-list 1 permit 172.29.1.0 0.0.0.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/0&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.0.240 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/1&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 10.0.0.2 255.255.255.252&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/2&lt;/P&gt;&lt;P&gt; nameif DMZ&lt;/P&gt;&lt;P&gt; security-level 50&lt;/P&gt;&lt;P&gt; ip address 172.29.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list OUTSIDE-IN extended permit ip any 172.29.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;static (DMZ,outside) 172.29.1.5 172.29.1.5 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;access-group OUTSIDE-IN in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 10.0.0.1 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i cant get 203.88.148.85 from internet and 203.88.148.81 from 172.29.1.5. same in case of local net.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what can i do now ? where my missing ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u help me&amp;nbsp; plz .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;shahid&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 21:12:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5520-nat-problem/m-p/1751109#M533424</guid>
      <dc:creator>shahid_duet</dc:creator>
      <dc:date>2019-03-11T21:12:26Z</dc:date>
    </item>
    <item>
      <title>ASA 5520 NAT problem</title>
      <link>https://community.cisco.com/t5/network-security/asa-5520-nat-problem/m-p/1751110#M533425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shahid,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the first part, the static should be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list OUTSIDE-IN extended permit ip any 203.88.148.85 255.255.255.255&lt;/P&gt;&lt;P&gt;static (DMZ,outside) 203.88.148.85 172.29.1.5 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the second part, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,inside) 192.168.0.241 172.29.1.5&lt;/P&gt;&lt;P&gt;same-security-traffic permit intra interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S.Please mark this question as answered if it has been resolved. Do rate helpful posts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2011 15:36:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5520-nat-problem/m-p/1751110#M533425</guid>
      <dc:creator>Anu M Chacko</dc:creator>
      <dc:date>2011-08-16T15:36:37Z</dc:date>
    </item>
    <item>
      <title>ASA 5520 NAT problem</title>
      <link>https://community.cisco.com/t5/network-security/asa-5520-nat-problem/m-p/1751111#M533426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dear Anu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already did NAT in router, as static nat mapping on 172.29.1.5 itself in asa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it wise to NAT again in ASA 5520 ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls tell me &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;shahid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2011 15:48:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5520-nat-problem/m-p/1751111#M533426</guid>
      <dc:creator>shahid_duet</dc:creator>
      <dc:date>2011-08-16T15:48:14Z</dc:date>
    </item>
    <item>
      <title>ASA 5520 NAT problem</title>
      <link>https://community.cisco.com/t5/network-security/asa-5520-nat-problem/m-p/1751112#M533427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shahid,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, in that case NAT should not be done on the ASA. The IP 203.88.143.85 is from the NAT pool IP_POOL. Could you have this IP be excluded from this pool and test?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2011 18:05:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5520-nat-problem/m-p/1751112#M533427</guid>
      <dc:creator>Anu M Chacko</dc:creator>
      <dc:date>2011-08-16T18:05:37Z</dc:date>
    </item>
    <item>
      <title>ASA 5520 NAT problem</title>
      <link>https://community.cisco.com/t5/network-security/asa-5520-nat-problem/m-p/1751113#M533428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when is use &lt;/P&gt;&lt;P&gt;ip nat inside source static 172.29.1.5 203.88.148.85 i dont get.&lt;/P&gt;&lt;P&gt;i just chaned ip nat inside source static tcp 172.29.1.5 25 203.88.148.85 25 and getting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i removed&amp;nbsp; ip nat inside source static tcp 172.29.1.5 25 203.88.148.85 25 and still getting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;colud u pls differentiate two NAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I need to NAT 192.168.0.241 to 172.29.1.5 as 192.168.0.10 pc get mail server by 192.168.0.241.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls suggest me &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;shahid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2011 08:28:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5520-nat-problem/m-p/1751113#M533428</guid>
      <dc:creator>shahid_duet</dc:creator>
      <dc:date>2011-08-17T08:28:16Z</dc:date>
    </item>
    <item>
      <title>ASA 5520 NAT problem</title>
      <link>https://community.cisco.com/t5/network-security/asa-5520-nat-problem/m-p/1751114#M533429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shahid,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The difference between those 2 NATs is that one NATs traffic that comes to port 25 and the other NATs all traffic that comes to 203.88.148.85. it is strange that changing the entries back and forth made the traffic go through. For the192.168.0.10 NAT, did you try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,inside) 192.168.0.241 172.29.1.5&lt;/P&gt;&lt;P&gt;same-security-traffic permit intra interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2011 08:33:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5520-nat-problem/m-p/1751114#M533429</guid>
      <dc:creator>Anu M Chacko</dc:creator>
      <dc:date>2011-08-18T08:33:06Z</dc:date>
    </item>
    <item>
      <title>ASA 5520 NAT problem</title>
      <link>https://community.cisco.com/t5/network-security/asa-5520-nat-problem/m-p/1751115#M533430</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 didn't solve problem from the post in network infrastructure forum?&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;Alain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2011 11:00:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5520-nat-problem/m-p/1751115#M533430</guid>
      <dc:creator>cadet alain</dc:creator>
      <dc:date>2011-08-18T11:00:53Z</dc:date>
    </item>
  </channel>
</rss>

