<?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: DMZ public IP? in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/dmz-public-ip/m-p/1159098#M859665</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so when people put the actual public IP on a server in the DMZ, the DMZ is generlaly outside the firewall?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 May 2009 19:34:28 GMT</pubDate>
    <dc:creator>ryancolson</dc:creator>
    <dc:date>2009-05-26T19:34:28Z</dc:date>
    <item>
      <title>DMZ public IP?</title>
      <link>https://community.cisco.com/t5/network-security/dmz-public-ip/m-p/1159096#M859658</link>
      <description>&lt;P&gt;I have seen postings, and heard of cases where people actually assign public IPs to servers sitting in a DMZ behind a firewall.  My question is, if you only have one IP block(say a /29), how can you do this?  I understand if you either 1-1 NAT or PAT from outside to DMZ, but how can you have an actual public IP on a server behind the DMZ on the ASA, on the same subnet as the outside interface?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 15:36:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dmz-public-ip/m-p/1159096#M859658</guid>
      <dc:creator>ryancolson</dc:creator>
      <dc:date>2019-03-11T15:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: DMZ public IP?</title>
      <link>https://community.cisco.com/t5/network-security/dmz-public-ip/m-p/1159097#M859661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Charles &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"how can you have an actual public IP on a server behind the DMZ on the ASA, on the same subnet as the outside interface?"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can't unless you run the firewall in transparent mode. When people use public IP's in the DMZ they generally have a separate subnet for the DMZ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note you could split your /29 into 2 /30's but you would only 2 addresses then in each subnet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2009 19:27:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dmz-public-ip/m-p/1159097#M859661</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2009-05-26T19:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: DMZ public IP?</title>
      <link>https://community.cisco.com/t5/network-security/dmz-public-ip/m-p/1159098#M859665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so when people put the actual public IP on a server in the DMZ, the DMZ is generlaly outside the firewall?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2009 19:34:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dmz-public-ip/m-p/1159098#M859665</guid>
      <dc:creator>ryancolson</dc:creator>
      <dc:date>2009-05-26T19:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: DMZ public IP?</title>
      <link>https://community.cisco.com/t5/network-security/dmz-public-ip/m-p/1159099#M859669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not necessarily. They might well have a different subnet for the DMZ ie. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;195.17.17.0 255.255.255.252 could be used for the outside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your ISP then allocates you another range - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;195.18.18.0 255.255.255.248&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so you could then use this subnet for your DMZ. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if your ISP only allocates you &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;195.18.18.0 255.255.255.248 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can't have 195.18.18.x address on both the outside interface and on the DMZ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2009 19:37:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dmz-public-ip/m-p/1159099#M859669</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2009-05-26T19:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: DMZ public IP?</title>
      <link>https://community.cisco.com/t5/network-security/dmz-public-ip/m-p/1159100#M859672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thats pretty much what i thought.  thanks a bunch!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2009 19:41:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dmz-public-ip/m-p/1159100#M859672</guid>
      <dc:creator>ryancolson</dc:creator>
      <dc:date>2009-05-26T19:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: DMZ public IP?</title>
      <link>https://community.cisco.com/t5/network-security/dmz-public-ip/m-p/1159101#M859677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can have servers in your network with a public IP from your range but they would be patched directly to your outside switch&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2009 08:46:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dmz-public-ip/m-p/1159101#M859677</guid>
      <dc:creator>darkbeatzz</dc:creator>
      <dc:date>2009-05-27T08:46:15Z</dc:date>
    </item>
  </channel>
</rss>

