<?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 5510 NAT in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-5510-nat/m-p/1692674#M536545</link>
    <description>&lt;P&gt;I am pretty new to ASA and i need to do some NAT (for servers) Scenario is that we have a customer who is connected to data centres via MPLS private WAN cloud.....we have ASA 5510 using 8.2 IOS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is a dynamic NAT confiured for 0.0.0.0 0.0.0.0 (going out) with a pool which is /24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have follwoing config in the ASA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Object network inside_LAN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Object betwrok customerpool1&lt;/P&gt;&lt;P&gt;range 192.168.1.0 192.168.1.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network&amp;nbsp; inside_LAN&lt;/P&gt;&lt;P&gt;nat (inside,outside) dynamic customerpool1&amp;nbsp; (so will it do pat or i am confused)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i have some servers example 210.22..1.X/32 i have allocated 10.22.0.0/24 network for that (NAT) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so what will be the config...i am really confuse as customer has to access these server so i shd hide the 210 to 10.22.0.1/32&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks guys plz reply as i am going nuts&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 20:54:49 GMT</pubDate>
    <dc:creator>The_guroo_2</dc:creator>
    <dc:date>2019-03-11T20:54:49Z</dc:date>
    <item>
      <title>ASA 5510 NAT</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-nat/m-p/1692674#M536545</link>
      <description>&lt;P&gt;I am pretty new to ASA and i need to do some NAT (for servers) Scenario is that we have a customer who is connected to data centres via MPLS private WAN cloud.....we have ASA 5510 using 8.2 IOS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is a dynamic NAT confiured for 0.0.0.0 0.0.0.0 (going out) with a pool which is /24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have follwoing config in the ASA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Object network inside_LAN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Object betwrok customerpool1&lt;/P&gt;&lt;P&gt;range 192.168.1.0 192.168.1.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network&amp;nbsp; inside_LAN&lt;/P&gt;&lt;P&gt;nat (inside,outside) dynamic customerpool1&amp;nbsp; (so will it do pat or i am confused)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i have some servers example 210.22..1.X/32 i have allocated 10.22.0.0/24 network for that (NAT) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so what will be the config...i am really confuse as customer has to access these server so i shd hide the 210 to 10.22.0.1/32&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks guys plz reply as i am going nuts&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 20:54:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-nat/m-p/1692674#M536545</guid>
      <dc:creator>The_guroo_2</dc:creator>
      <dc:date>2019-03-11T20:54:49Z</dc:date>
    </item>
    <item>
      <title>ASA 5510 NAT</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-nat/m-p/1692675#M536546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guroo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1st Question:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, the configuration that you have is for dynamic PAT, this is the correct configuration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2nd Question:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let say you have a server with Private Ip -- 10.22.1.1 and Public IP - 212.22.1.1, and you want the users on the outside world to access the server with ip address - 212.22.1.1, then the nat commands would be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network public_ip&lt;/P&gt;&lt;P&gt; host 212.22.1.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network private_ip&lt;/P&gt;&lt;P&gt; host 10.22.1.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (outside,inside) source static any any destination static public_ip private_ip&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and you would also need an access-list;&lt;/P&gt;&lt;P&gt;access-list out_in extended permit ip any host 10.22.1.1&lt;/P&gt;&lt;P&gt;access-group out_in in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thats all you would need, if you have some more servers, add them the same way.&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;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2011 10:35:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-nat/m-p/1692675#M536546</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-07-05T10:35:08Z</dc:date>
    </item>
    <item>
      <title>ASA 5510 NAT</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-nat/m-p/1692676#M536547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks Varun&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;V well explianed my question i thyat my servers will be accessed by a cutomer (the cutomer is on private MPLS no internet) now we have Mail servers plus SAP servers so if my internal SAP server we have allocated a range of /16 to internal servers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 if real IP is 192.168.1.1 -----&amp;gt; I want NAT to 10.1.1.1/32--------&amp;gt; cutomer IP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 so if cutomer 50 clients servers will be accessing my internal one what would be the command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;secondly what would be the command for static NAT (my internal) to external one as i want to NAT my internal IP to NAT an dthen to customer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope i tried to explain the point &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jul 2011 06:59:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-nat/m-p/1692676#M536547</guid>
      <dc:creator>The_guroo_2</dc:creator>
      <dc:date>2011-07-09T06:59:27Z</dc:date>
    </item>
  </channel>
</rss>

