<?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: PIX bind to two IP's in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-bind-to-two-ip-s/m-p/132130#M659627</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got the jist! thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jan 2003 16:58:32 GMT</pubDate>
    <dc:creator>lgelinas</dc:creator>
    <dc:date>2003-01-08T16:58:32Z</dc:date>
    <item>
      <title>PIX bind to two IP's</title>
      <link>https://community.cisco.com/t5/network-security/pix-bind-to-two-ip-s/m-p/132127#M659601</link>
      <description>&lt;P&gt;Can I bind my pix 515 to multiple Outside IP's? I want to use port 80 to get to my web server on one external IP and port 80 on a different IP to another internal server. If yes Then how ... (programming humour intended)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;L.Gelinas&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:lgelinas@healthspace.ca" target="_blank"&gt;lgelinas@healthspace.ca&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 06:28:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-bind-to-two-ip-s/m-p/132127#M659601</guid>
      <dc:creator>lgelinas</dc:creator>
      <dc:date>2020-02-21T06:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: PIX bind to two IP's</title>
      <link>https://community.cisco.com/t5/network-security/pix-bind-to-two-ip-s/m-p/132128#M659602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure, just use port redirection with your statics.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; static (inside,outside) tcp 200.1.1.1 80 10.1.1.1 80 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;&amp;gt; static (inside,outside) tcp 200.1.1.2 80 10.1.1.2 80 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;&amp;gt; access-list inbound permit tcp any host 200.1.1.1 eq www&lt;/P&gt;&lt;P&gt;&amp;gt; access-list inbound permit tcp any host 200.1.1.2 eq www&lt;/P&gt;&lt;P&gt;&amp;gt; access-group inbound in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where 200.1.1.1 and 200.1.1.2 are the two external IP addresses, and 10.1.1.1 and 10.1.1.2 are the two internal hosts that they map to.  You'll obviously have to get these external addresses assigned to you by your ISP and have them routed to your PIX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keep in mind that you can't do something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; static (inside,outside) tcp 200.1.1.1 80 10.1.1.1 80 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;&amp;gt; static (inside,outside) tcp 200.1.1.2 80 10.1.1.1 80 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where two outside addresses are mapped to one internal address (or vice versa), but as long as each port redirection (for the same port number) goes to a different host then you'll be OK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jan 2003 02:21:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-bind-to-two-ip-s/m-p/132128#M659602</guid>
      <dc:creator>gfullage</dc:creator>
      <dc:date>2003-01-07T02:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: PIX bind to two IP's</title>
      <link>https://community.cisco.com/t5/network-security/pix-bind-to-two-ip-s/m-p/132129#M659615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Whoops, just noticed my netmasks on the static commands I suggested are wrong.  They should be 255.255.255.255, not 255.255.255.0 as I wrote.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2003 00:01:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-bind-to-two-ip-s/m-p/132129#M659615</guid>
      <dc:creator>gfullage</dc:creator>
      <dc:date>2003-01-08T00:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: PIX bind to two IP's</title>
      <link>https://community.cisco.com/t5/network-security/pix-bind-to-two-ip-s/m-p/132130#M659627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got the jist! thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2003 16:58:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-bind-to-two-ip-s/m-p/132130#M659627</guid>
      <dc:creator>lgelinas</dc:creator>
      <dc:date>2003-01-08T16:58:32Z</dc:date>
    </item>
  </channel>
</rss>

