<?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: Multiple Public IP's on External Interface in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/multiple-public-ip-s-on-external-interface/m-p/20740#M15148</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry my question was answered in another post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://live.paloaltonetworks.com/thread/4963"&gt;https://live.paloaltonetworks.com/thread/4963&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 26 May 2012 12:25:34 GMT</pubDate>
    <dc:creator>Quinton</dc:creator>
    <dc:date>2012-05-26T12:25:34Z</dc:date>
    <item>
      <title>Multiple Public IP's on External Interface</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/multiple-public-ip-s-on-external-interface/m-p/20735#M15143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I apologize if this has been asked before but I couldn't find anything related to my specific question.&amp;nbsp; I am a newbie when it comes to firewalls in general.&amp;nbsp; We are going to be migrating from ISA to the PA firewall shortly and I have a question about public IP's assigned to the outside(untrust) interface.&amp;nbsp; On the ISA we "attach" all the public IP addresses to the outside facing interface so ISA can "listen" and respond to traffic destined for that IP address.&amp;nbsp; From my reading it appears the PA doesn't need to have all the public IP's assigned to the outside interface as it will respond based on the subnet mask.&amp;nbsp; For example,&amp;nbsp; if I assign x.x.x.2/28 to the outside interface it will respond to traffic destined for any IP address in that range, is that correct?&amp;nbsp; If so, would there be an issue if our outside router is using x.x.x.1?&amp;nbsp; Would that appear to be two devices responding to traffic on the same IP?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the PA will respond to all IP's in the subnet, how do I go about forwarding traffic based on a certain public IP?&amp;nbsp; For example, our OWA server uses x.x.x.3 and a totally different IP in the trusted network.&amp;nbsp; I also have multiple webservers that have different public IP's within our assigned range.&amp;nbsp; Our public DNS records direct traffic to those IP's. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without explicitly being listed, will the PA respond to all public IP traffic based on the subnet?&amp;nbsp; Do I then create static NAT rules to direct all inbound traffic based on which public IP the traffic is hitting?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this makes sense.&amp;nbsp; Like I said, I am coming from ISA where the configs are wizard driven so even a newbie can set that up.&amp;nbsp; ISA also doesn't use inbound NAT the way PA does as it does a reverse proxy so inbound NAT is kinda foreign to me.&amp;nbsp; Thanks for any help that can be provided.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ken&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2011 04:43:47 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/multiple-public-ip-s-on-external-interface/m-p/20735#M15143</guid>
      <dc:creator>tohoken</dc:creator>
      <dc:date>2011-05-31T04:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Public IP's on External Interface</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/multiple-public-ip-s-on-external-interface/m-p/20736#M15144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, you are almost right &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://live.paloaltonetworks.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, the PAN-device can and must exist within the same subnet as your default gateway (Palo IP *.2 vs default gw IP *.1). No, it doesn't "listen" to all available public IP's (proxy-arp for those IPs in the public subnet). It does however proxy-arp (listen) for for those IP's where you explicitly create NAT-policies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create NAT-policies by having loads of IP's on your public (internet facing) interface. Another, more practical approach would be to have address book entries for both the public and private IP of the servers/hosts you wan't to NAT between. Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OWA_Pub = 195.x.y.5/32&lt;/P&gt;&lt;P&gt;OWA_Priv = 10.x.y.5/32&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NAT policy to access OWA could look like:&lt;/P&gt;&lt;P&gt;From: &lt;SPAN style="color: #ff0000;"&gt;Untrust_Zone &lt;/SPAN&gt;To: &lt;SPAN style="color: #ff0000;"&gt;Untrust_Zone&lt;/SPAN&gt; From: ANY (IP) To: OWA_Pub NAT: Destination OWA_Priv&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Security Policy could look like:&lt;/P&gt;&lt;P&gt;From: &lt;SPAN style="color: #ff0000;"&gt;Untrust_Zone&lt;/SPAN&gt; To: &lt;SPAN style="color: #339966;"&gt;Trust_Zone&lt;/SPAN&gt; From: ANY (IP) To: OWA_Pub Action: Allow&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2011 08:19:23 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/multiple-public-ip-s-on-external-interface/m-p/20736#M15144</guid>
      <dc:creator>rapoint_person</dc:creator>
      <dc:date>2011-05-31T08:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Public IP's on External Interface</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/multiple-public-ip-s-on-external-interface/m-p/20737#M15145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the information.&amp;nbsp; That is exactly what I needed.&amp;nbsp; So the PA will only "listen", proxy-arp, on the public IP's I have a NAT policy.&amp;nbsp; This is the piece that I was missing. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ken &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2011 15:21:18 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/multiple-public-ip-s-on-external-interface/m-p/20737#M15145</guid>
      <dc:creator>tohoken</dc:creator>
      <dc:date>2011-05-31T15:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Public IP's on External Interface</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/multiple-public-ip-s-on-external-interface/m-p/20738#M15146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If we all were started with NetFilter....and not with something wizard-based everything firewall related would be much more clear &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 10:02:57 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/multiple-public-ip-s-on-external-interface/m-p/20738#M15146</guid>
      <dc:creator>migration</dc:creator>
      <dc:date>2011-06-07T10:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Public IP's on External Interface</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/multiple-public-ip-s-on-external-interface/m-p/20739#M15147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let's say for example you do not NAT (i.e. IP forwarding). How would one go about loading multiple IP's on a single ethernet port?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 08:26:53 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/multiple-public-ip-s-on-external-interface/m-p/20739#M15147</guid>
      <dc:creator>Quinton</dc:creator>
      <dc:date>2012-05-03T08:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Public IP's on External Interface</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/multiple-public-ip-s-on-external-interface/m-p/20740#M15148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry my question was answered in another post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://live.paloaltonetworks.com/thread/4963"&gt;https://live.paloaltonetworks.com/thread/4963&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 May 2012 12:25:34 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/multiple-public-ip-s-on-external-interface/m-p/20740#M15148</guid>
      <dc:creator>Quinton</dc:creator>
      <dc:date>2012-05-26T12:25:34Z</dc:date>
    </item>
  </channel>
</rss>

