<?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 Adding a second global address for another IP range on ASA in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/adding-a-second-global-address-for-another-ip-range-on-asa/m-p/1870752#M492722</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Julio&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I have now:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (OUTSIDE) 1 172.16.0.1&lt;/P&gt;&lt;P&gt;global (OUTSIDE) 2 172.16.0.2&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list nonat&lt;/P&gt;&lt;P&gt;nat (inside) 2 10.255.255.0 255.255.255.0&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I"m still getting all traffic from the 10.255.255.0 network translated to 172.16.0.1.&amp;nbsp;&amp;nbsp; Do I need to swap the nat (inside) 1 and nat (inside) 2 statements?&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Nov 2011 20:26:39 GMT</pubDate>
    <dc:creator>bhogue</dc:creator>
    <dc:date>2011-11-22T20:26:39Z</dc:date>
    <item>
      <title>Adding a second global address for another IP range on ASA</title>
      <link>https://community.cisco.com/t5/network-security/adding-a-second-global-address-for-another-ip-range-on-asa/m-p/1870750#M492718</link>
      <description>&lt;P&gt;Hi all, I'm trying to add a second global address to my ASA 5510 (version 8.0(2)) for clients on a specific subnet.&amp;nbsp; Since it's production I'd rather not experiment.&amp;nbsp; I'd like anyone with a 10.255.255.x address to get the 172.16.0.1 (sanitized, obviously) public address.&amp;nbsp; Will adding this work?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list guestVlanPolNat line 1 extended permit tcp 10.255.255.0 any&lt;/P&gt;&lt;P&gt;nat (inside) 2 access-list guestVlanPolNat&lt;/P&gt;&lt;P&gt;global (outside) 2 172.16.0.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already have the following in my config: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (OUTSIDE) 1 172.16.0.1&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list nonat&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 21:53:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/adding-a-second-global-address-for-another-ip-range-on-asa/m-p/1870750#M492718</guid>
      <dc:creator>bhogue</dc:creator>
      <dc:date>2019-03-11T21:53:41Z</dc:date>
    </item>
    <item>
      <title>Adding a second global address for another IP range on ASA</title>
      <link>https://community.cisco.com/t5/network-security/adding-a-second-global-address-for-another-ip-range-on-asa/m-p/1870751#M492720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Bhogue,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 1 0 0 &lt;/P&gt;&lt;P&gt;nat (inside) 2 10.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;global (outside) 2 172.16.0.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Nat order or priority is:&lt;/P&gt;&lt;P&gt;Nat 0 with ACL (Nat exemption)&lt;/P&gt;&lt;P&gt;Static&lt;/P&gt;&lt;P&gt;Policy nat&lt;/P&gt;&lt;P&gt;Dynamic nat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case we will be using Dynamic Nat for both of them, but the one more specific is going to take place first, so if a packet comes from 10.255.255.x it will be match to global (outside) 2.&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;Please rate helfpul posts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Julio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2011 00:00:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/adding-a-second-global-address-for-another-ip-range-on-asa/m-p/1870751#M492720</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2011-11-22T00:00:47Z</dc:date>
    </item>
    <item>
      <title>Adding a second global address for another IP range on ASA</title>
      <link>https://community.cisco.com/t5/network-security/adding-a-second-global-address-for-another-ip-range-on-asa/m-p/1870752#M492722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Julio&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I have now:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (OUTSIDE) 1 172.16.0.1&lt;/P&gt;&lt;P&gt;global (OUTSIDE) 2 172.16.0.2&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list nonat&lt;/P&gt;&lt;P&gt;nat (inside) 2 10.255.255.0 255.255.255.0&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I"m still getting all traffic from the 10.255.255.0 network translated to 172.16.0.1.&amp;nbsp;&amp;nbsp; Do I need to swap the nat (inside) 1 and nat (inside) 2 statements?&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2011 20:26:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/adding-a-second-global-address-for-another-ip-range-on-asa/m-p/1870752#M492722</guid>
      <dc:creator>bhogue</dc:creator>
      <dc:date>2011-11-22T20:26:39Z</dc:date>
    </item>
    <item>
      <title>Adding a second global address for another IP range on ASA</title>
      <link>https://community.cisco.com/t5/network-security/adding-a-second-global-address-for-another-ip-range-on-asa/m-p/1870753#M492723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you clear the xlate and local host tables??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did a lab recreation and I got it working as expected, taking the global (outside) 2 ip add.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do a packet tracer like this what do you get (Please provide the output)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; packet-tracer input inside tcp 10.255.255.15 1025 4.2.2.2 80&lt;/P&gt;&lt;P&gt;&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;Julio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2011 00:37:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/adding-a-second-global-address-for-another-ip-range-on-asa/m-p/1870753#M492723</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2011-11-23T00:37:08Z</dc:date>
    </item>
    <item>
      <title>Adding a second global address for another IP range on ASA</title>
      <link>https://community.cisco.com/t5/network-security/adding-a-second-global-address-for-another-ip-range-on-asa/m-p/1870754#M492724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Julio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did clear xlate and clear local and even rebooted the firewall last night.&amp;nbsp;&amp;nbsp; Looking at the packet-tracer output (excellent tool BTW, will keep that one) it looks like the address should be translated correctly however when I go to a "what is my IP" site (I've tried a couple)&amp;nbsp; they still return the nat (inside) 1 global address.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;# packet-tracer input inside tcp 10.255.255.15 1025 4.2.2.2 80&lt;/P&gt;&lt;P&gt;Phase: 1&lt;BR /&gt;Type: FLOW-LOOKUP&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;BR /&gt;Found no matching flow, creating a new flow&lt;/P&gt;&lt;P&gt;Phase: 2&lt;BR /&gt;Type: ROUTE-LOOKUP&lt;BR /&gt;Subtype: input&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;BR /&gt;in&amp;nbsp;&amp;nbsp; 0.0.0.0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.0.0.0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OUTSIDE&lt;/P&gt;&lt;P&gt;Phase: 3&lt;BR /&gt;Type: IP-OPTIONS&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;/P&gt;&lt;P&gt;Phase: 4&lt;BR /&gt;Type: NAT&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;nat (inside) 2 10.255.255.0 255.255.255.0&lt;BR /&gt;nat-control&lt;BR /&gt;&amp;nbsp; match ip inside 10.255.255.0 255.255.255.0 OUTSIDE any&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dynamic translation to pool 2 (172.16.0.2)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 860, untranslate_hits = 2&lt;BR /&gt;Additional Information:&lt;BR /&gt;Dynamic translate 10.255.255.15/1025 to 172.16.0.2/1038 using netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;Phase: 5&lt;BR /&gt;Type: NAT&lt;BR /&gt;Subtype: host-limits&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;nat (inside) 2 10.255.255.0 255.255.255.0&lt;BR /&gt;nat-control&lt;BR /&gt;&amp;nbsp; match ip inside 10.255.255.0 255.255.255.0 OUTSIDE any&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dynamic translation to pool 2 (172.16.0.2)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 860, untranslate_hits = 2&lt;BR /&gt;Additional Information:&lt;/P&gt;&lt;P&gt;Phase: 6&lt;BR /&gt;Type: IP-OPTIONS&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;/P&gt;&lt;P&gt;Phase: 7&lt;BR /&gt;Type: FLOW-CREATION&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;BR /&gt;New flow created with id 262028, packet dispatched to next module&lt;/P&gt;&lt;P&gt;Phase: 8&lt;BR /&gt;Type: ROUTE-LOOKUP&lt;BR /&gt;Subtype: output and adjacency&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;BR /&gt;found next-hop 172.16.0.254 using egress ifc OUTSIDE&lt;BR /&gt;adjacency Active&lt;BR /&gt;next-hop mac address 000f.8f42.a7c0 hits 139739&lt;/P&gt;&lt;P&gt;Result:&lt;BR /&gt;input-interface: inside&lt;BR /&gt;input-status: up&lt;BR /&gt;input-line-status: up&lt;BR /&gt;output-interface: OUTSIDE&lt;BR /&gt;output-status: up&lt;BR /&gt;output-line-status: up&lt;BR /&gt;Action: allow&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2011 15:14:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/adding-a-second-global-address-for-another-ip-range-on-asa/m-p/1870754#M492724</guid>
      <dc:creator>bhogue</dc:creator>
      <dc:date>2011-11-23T15:14:34Z</dc:date>
    </item>
    <item>
      <title>Adding a second global address for another IP range on ASA</title>
      <link>https://community.cisco.com/t5/network-security/adding-a-second-global-address-for-another-ip-range-on-asa/m-p/1870755#M492725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I figured out the problem.&amp;nbsp; Your initial configuration was corrrect.&amp;nbsp; Our web filter (Barracuda, inline between LAN and ASA) was was making it appear that all outgoing traffic was coming from the filter.&amp;nbsp; What is strange is that when I looked at the logs in the ASDM log viewer, they show the translation occuring correctly even though outside sites reported the public IP as 172.16.0.1.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;6&lt;/TD&gt;&lt;TD&gt;Nov 23 2011&lt;/TD&gt;&lt;TD&gt;10:29:58&lt;/TD&gt;&lt;TD&gt;305011&lt;/TD&gt;&lt;TD&gt;10.255.255.10&lt;/TD&gt;&lt;TD&gt;50582&lt;/TD&gt;&lt;TD&gt;172.16.0.2&lt;/TD&gt;&lt;TD&gt;1024&lt;/TD&gt;&lt;TD&gt;Built dynamic TCP translation from inside:10.255.255.10/50582 to OUTSIDE:172.16.0.2/1024&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2011 15:40:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/adding-a-second-global-address-for-another-ip-range-on-asa/m-p/1870755#M492725</guid>
      <dc:creator>bhogue</dc:creator>
      <dc:date>2011-11-23T15:40:31Z</dc:date>
    </item>
    <item>
      <title>Adding a second global address for another IP range on ASA</title>
      <link>https://community.cisco.com/t5/network-security/adding-a-second-global-address-for-another-ip-range-on-asa/m-p/1870756#M492726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Great to hear that know everything is working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you have a great day,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Julio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2011 17:37:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/adding-a-second-global-address-for-another-ip-range-on-asa/m-p/1870756#M492726</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2011-11-23T17:37:32Z</dc:date>
    </item>
  </channel>
</rss>

