<?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 Multiple public IP addresses in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/multiple-public-ip-addresses/m-p/1845957#M459698</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just for the two servers.&amp;nbsp; I have two servers with the same software running on port 1234.&amp;nbsp; They both need to be accessable externally.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Feb 2012 18:19:18 GMT</pubDate>
    <dc:creator>steve olisar</dc:creator>
    <dc:date>2012-02-09T18:19:18Z</dc:date>
    <item>
      <title>Multiple public IP addresses</title>
      <link>https://community.cisco.com/t5/network-security/multiple-public-ip-addresses/m-p/1845955#M459696</link>
      <description>&lt;P&gt;ASA newb here.&amp;nbsp; This question has been asked before but the configurations seem to be different so they don't really answer my question.&amp;nbsp; I think mine is pretty simple but I can't find a clear "this is what you do" answer.&amp;nbsp; I've been reading the Cisco doc's trying to figure it out but they have so many different scenarios and examples that its a little overwhelming.&amp;nbsp; Plus none of the seem to match mine 100%.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA 8.4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 6 public ip addresses and want to use 2 of them.&amp;nbsp; I have two servers running an application that needs port 1234 accesable externally for updates.&amp;nbsp;&amp;nbsp; Can't change port numbers and obviously can't route 1234 two different places.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Say my range is 4.4.4.4 to 4.4.4.10.&amp;nbsp; I want to use 4.4.4.4 and 4.4.4.5.&amp;nbsp; My network currently looks like so:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.4.4.4 &amp;lt;--&amp;gt; ASA &amp;lt;--&amp;gt; 192.168.0.0/24 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.4.4.4,4.4.4.5 &amp;lt;--&amp;gt; ASA &amp;lt;--&amp;gt; 192.168.0.0/24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 22:26:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/multiple-public-ip-addresses/m-p/1845955#M459696</guid>
      <dc:creator>steve olisar</dc:creator>
      <dc:date>2019-03-11T22:26:57Z</dc:date>
    </item>
    <item>
      <title>Multiple public IP addresses</title>
      <link>https://community.cisco.com/t5/network-security/multiple-public-ip-addresses/m-p/1845956#M459697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are you trying to do by having two IP addresses on the outside interface?&amp;nbsp; Is this just for the servers?&amp;nbsp; Depending on what you are trying to do, there are a couple of ways to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give a little more information and we will be more helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kimberly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 17:58:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/multiple-public-ip-addresses/m-p/1845956#M459697</guid>
      <dc:creator>Kimberly Adams</dc:creator>
      <dc:date>2012-02-09T17:58:19Z</dc:date>
    </item>
    <item>
      <title>Multiple public IP addresses</title>
      <link>https://community.cisco.com/t5/network-security/multiple-public-ip-addresses/m-p/1845957#M459698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just for the two servers.&amp;nbsp; I have two servers with the same software running on port 1234.&amp;nbsp; They both need to be accessable externally.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 18:19:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/multiple-public-ip-addresses/m-p/1845957#M459698</guid>
      <dc:creator>steve olisar</dc:creator>
      <dc:date>2012-02-09T18:19:18Z</dc:date>
    </item>
    <item>
      <title>Multiple public IP addresses</title>
      <link>https://community.cisco.com/t5/network-security/multiple-public-ip-addresses/m-p/1845958#M459700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do this with a static NAT for your two servers on that specific port.&amp;nbsp; It would look kind of like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) 4.4.4.4 192.168.X.X 1234 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) 4.4.4.5 192.168.X.X 1234 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or if you want to set them up to use the outside interface only on that port you can do that too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface 1234 192.168.X.X 1234 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kimberly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 18:43:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/multiple-public-ip-addresses/m-p/1845958#M459700</guid>
      <dc:creator>Kimberly Adams</dc:creator>
      <dc:date>2012-02-09T18:43:02Z</dc:date>
    </item>
    <item>
      <title>Multiple public IP addresses</title>
      <link>https://community.cisco.com/t5/network-security/multiple-public-ip-addresses/m-p/1845959#M459702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;He is running 8.4, so the nat is different. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create an object for each server inside IP and outside IP, then you create the nat statement to tie them together, then create the outside ACL to allow that port access from any source, the destination will be the REAL ip of the server, not the public IP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network server1&lt;/P&gt;&lt;P&gt;host 192.168.1.4&lt;/P&gt;&lt;P&gt;object network server2&lt;/P&gt;&lt;P&gt;host 192.168.1.5&lt;/P&gt;&lt;P&gt;object network server1-outside&lt;/P&gt;&lt;P&gt;host 4.4.4.5&lt;/P&gt;&lt;P&gt;object network server2-outside&lt;/P&gt;&lt;P&gt;host 4.4.4.6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network server1&lt;/P&gt;&lt;P&gt;nat (inside,outside) static server1-outside&lt;/P&gt;&lt;P&gt;object network server2&lt;/P&gt;&lt;P&gt;nat (inside,outside) static server2-outside&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 19:11:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/multiple-public-ip-addresses/m-p/1845959#M459702</guid>
      <dc:creator>tahequivoice</dc:creator>
      <dc:date>2012-02-09T19:11:45Z</dc:date>
    </item>
    <item>
      <title>Multiple public IP addresses</title>
      <link>https://community.cisco.com/t5/network-security/multiple-public-ip-addresses/m-p/1845960#M459703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i get an error. invalid input detected and the marker is pointing at netmask&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 19:31:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/multiple-public-ip-addresses/m-p/1845960#M459703</guid>
      <dc:creator>steve olisar</dc:creator>
      <dc:date>2012-02-09T19:31:49Z</dc:date>
    </item>
    <item>
      <title>Multiple public IP addresses</title>
      <link>https://community.cisco.com/t5/network-security/multiple-public-ip-addresses/m-p/1845961#M459704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if i go the object route as tahequivoice suggested i get:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: empty object/object-group(s) detected. NAT Policy is not downloaded&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 19:40:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/multiple-public-ip-addresses/m-p/1845961#M459704</guid>
      <dc:creator>steve olisar</dc:creator>
      <dc:date>2012-02-09T19:40:20Z</dc:date>
    </item>
    <item>
      <title>Multiple public IP addresses</title>
      <link>https://community.cisco.com/t5/network-security/multiple-public-ip-addresses/m-p/1845962#M459705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am sorry I totally missed the fact that he is running 8.4.&amp;nbsp; You are so right on the money and this is also why he is getting the errors on the adding the older style static nat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and good catch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kimberly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 20:09:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/multiple-public-ip-addresses/m-p/1845962#M459705</guid>
      <dc:creator>Kimberly Adams</dc:creator>
      <dc:date>2012-02-09T20:09:40Z</dc:date>
    </item>
    <item>
      <title>Multiple public IP addresses</title>
      <link>https://community.cisco.com/t5/network-security/multiple-public-ip-addresses/m-p/1845963#M459706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the ASDM it is SO much easier for a NOOB when it comes to 8.3/8.4,&amp;nbsp; In the ASDM under firewll, the right hand window lists the objects. Create the object there as I described, then when all are done, click on the inside server, expand nat, choose static, and select the outside one you want to use. Clieck advanced, then slected the interfaces, and click OKAY&lt;/P&gt;&lt;P&gt;Apply and you should be all set. Dont forget the ACL and use the REAL IP. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 20:15:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/multiple-public-ip-addresses/m-p/1845963#M459706</guid>
      <dc:creator>tahequivoice</dc:creator>
      <dc:date>2012-02-09T20:15:05Z</dc:date>
    </item>
    <item>
      <title>Multiple public IP addresses</title>
      <link>https://community.cisco.com/t5/network-security/multiple-public-ip-addresses/m-p/1845964#M459707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BTW NooB not meant to offend, EVERY one who goes from 8.2 to 8.3 is a NooB. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 20:16:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/multiple-public-ip-addresses/m-p/1845964#M459707</guid>
      <dc:creator>tahequivoice</dc:creator>
      <dc:date>2012-02-09T20:16:20Z</dc:date>
    </item>
    <item>
      <title>Multiple public IP addresses</title>
      <link>https://community.cisco.com/t5/network-security/multiple-public-ip-addresses/m-p/1845965#M459708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;none taken.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me make sure i've got this right.&amp;nbsp; I'll describe what i see in ASDM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Line 1:&amp;nbsp; Source Intf - inside, Dest Inft - Outside, Source - server2, Destination - any, Service - tcp/1234, Source - server2-outside, Destination - --Orginal--, Service --Original--&lt;/P&gt;&lt;P&gt;Line 2:&amp;nbsp; Source Intf - outside, Dest Intf - inside, Source - any, Destination - server2-outside, Service - tcp/1234, Source --Original--(S), Destination - server 2, Service --Original--&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not entering your server1 info because I already have that setup and working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACL:&amp;nbsp; Source - any, Destination - 192.168.1.5, Service - tcp/1234, Action - permit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Server2 = 192.168.1.5&lt;/P&gt;&lt;P&gt;Server2-Outside = 4.4.4.6 (my other external address)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 20:36:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/multiple-public-ip-addresses/m-p/1845965#M459708</guid>
      <dc:creator>steve olisar</dc:creator>
      <dc:date>2012-02-09T20:36:36Z</dc:date>
    </item>
    <item>
      <title>Multiple public IP addresses</title>
      <link>https://community.cisco.com/t5/network-security/multiple-public-ip-addresses/m-p/1845966#M459709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It sounds right.&amp;nbsp;&amp;nbsp; Do a grab from the CLI and then I can tell if it is correct. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 20:40:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/multiple-public-ip-addresses/m-p/1845966#M459709</guid>
      <dc:creator>tahequivoice</dc:creator>
      <dc:date>2012-02-09T20:40:19Z</dc:date>
    </item>
    <item>
      <title>Multiple public IP addresses</title>
      <link>https://community.cisco.com/t5/network-security/multiple-public-ip-addresses/m-p/1845967#M459710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;object network server2&lt;/P&gt;&lt;P&gt; host 192.168.1.5&lt;/P&gt;&lt;P&gt;object network server2-outside&lt;/P&gt;&lt;P&gt; host 4.4.4.6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; nat (inside,backup) static interface service tcp 1234 1234&lt;/P&gt;&lt;P&gt;object network server2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside,outside) static server2-outside service tcp 1234 1234&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 20:45:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/multiple-public-ip-addresses/m-p/1845967#M459710</guid>
      <dc:creator>steve olisar</dc:creator>
      <dc:date>2012-02-09T20:45:13Z</dc:date>
    </item>
    <item>
      <title>Multiple public IP addresses</title>
      <link>https://community.cisco.com/t5/network-security/multiple-public-ip-addresses/m-p/1845968#M459711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i can confirm that this works.&amp;nbsp; thanks a bunch.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2012 19:18:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/multiple-public-ip-addresses/m-p/1845968#M459711</guid>
      <dc:creator>steve olisar</dc:creator>
      <dc:date>2012-02-10T19:18:20Z</dc:date>
    </item>
  </channel>
</rss>

