<?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: Problem allowing port 80 through to DMZ in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/problem-allowing-port-80-through-to-dmz/m-p/739065#M1009197</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There isn't quite enough information here.  However, the issue is with the following message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3|Mar 26 2007 15:41:02|305006: portmap translation creation failed for tcp src inside:10.1.1.50/1465 dst DMZ1:10.10.10.100/80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This means that the PIX received a packet sourced from 10.1.1.50 on the inside interface, and destined to 10.10.10.100 on the DMZ1 interface.  The packet matched a nat statement (most likely: nat (inside) 10 0.0.0.0 0.0.0.0), however upon matching the nat, it could not find a corresponding global statement on the DMZ1 interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, from your messages so far you seem to indicate that this packet should not have been received by this PIX on the inside interface.  Is that correct?  Or did I misunderstand something?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Mar 2007 17:46:04 GMT</pubDate>
    <dc:creator>David White</dc:creator>
    <dc:date>2007-03-28T17:46:04Z</dc:date>
    <item>
      <title>Problem allowing port 80 through to DMZ</title>
      <link>https://community.cisco.com/t5/network-security/problem-allowing-port-80-through-to-dmz/m-p/739053#M1009139</link>
      <description>&lt;P&gt;I am having a strange problem. I have a new web server located in the DMZ off my PIX 515e firewall. I set up the access list and static mappings the same as I have for all of my other web servers in the DMZ. From outside, I can telnet to port 80 on the external IP addresses, but when I try to access the web page, it gives me a "Page cannot be displayed" error. I have tried to access the web page from the localhost on the server as well as from a server on the INSIDE network and I am able to connect so I know that the web server is serving pages properly. I have verified the accuracy of my access lists and static mappings and can't see anything that would cause this problem. Here is the config for one of the servers:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (DMZ1,outside) 204.aaa.bbb.ccc 10.aaa.bbb.ccc netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;access-list outside_acl extended permit tcp any host 204.aaa.bbb.ccc eq www&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have other servers with the same static and access list statements (with different IPs) and they are working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts? The software version is 7.1(1)&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;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 09:52:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-allowing-port-80-through-to-dmz/m-p/739053#M1009139</guid>
      <dc:creator>gecko2207</dc:creator>
      <dc:date>2019-03-11T09:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem allowing port 80 through to DMZ</title>
      <link>https://community.cisco.com/t5/network-security/problem-allowing-port-80-through-to-dmz/m-p/739054#M1009147</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;Can you post your configuration?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 15:47:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-allowing-port-80-through-to-dmz/m-p/739054#M1009147</guid>
      <dc:creator>allcastr</dc:creator>
      <dc:date>2007-03-27T15:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem allowing port 80 through to DMZ</title>
      <link>https://community.cisco.com/t5/network-security/problem-allowing-port-80-through-to-dmz/m-p/739055#M1009156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is dns resolving correctly?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 15:48:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-allowing-port-80-through-to-dmz/m-p/739055#M1009156</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-03-27T15:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem allowing port 80 through to DMZ</title>
      <link>https://community.cisco.com/t5/network-security/problem-allowing-port-80-through-to-dmz/m-p/739056#M1009166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have attached a scrubbed version of my config.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for DNS, I am trying to access by IP address so that shouldn't be a factor, but it is resolving correctly when I try to ping the URL. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 16:25:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-allowing-port-80-through-to-dmz/m-p/739056#M1009166</guid>
      <dc:creator>gecko2207</dc:creator>
      <dc:date>2007-03-27T16:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem allowing port 80 through to DMZ</title>
      <link>https://community.cisco.com/t5/network-security/problem-allowing-port-80-through-to-dmz/m-p/739057#M1009173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any logs? How bout a clear xlate...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 17:15:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-allowing-port-80-through-to-dmz/m-p/739057#M1009173</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-03-27T17:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem allowing port 80 through to DMZ</title>
      <link>https://community.cisco.com/t5/network-security/problem-allowing-port-80-through-to-dmz/m-p/739058#M1009175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried clear xlate and even reloaded the PIX. Neither worked. As for logs, I have found a difference between the problem web page and the working one (both on the same server, different IPs). The working one builds the outside interface and then serves the URL. The one that isn't working build the outside and DMZ interfaces and then tries to access the URL. It then does something strange in that it gives an error of portmap translation creation failed for tcp src inside:(my pc's private IP). This is strange because my PC is on a different network behind another PIX 515e running NAT so it should only show the source address of the outside interface of that PIX (which it does when it builds the initial connection on the outside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are some lines from the log showing the process:&lt;/P&gt;&lt;P&gt;6|Mar 26 2007 15:41:02|609002: Teardown local-host inside:10.1.1.50 duration 0:00:00&lt;/P&gt;&lt;P&gt;3|Mar 26 2007 15:41:02|305006: portmap translation creation failed for tcp src inside:10.1.1.50/1465 dst DMZ1:10.10.10.100/80&lt;/P&gt;&lt;P&gt;6|Mar 26 2007 15:41:02|609001: Built local-host inside:10.1.1.50&lt;/P&gt;&lt;P&gt;5|Mar 26 2007 15:41:02|304001: 65.1.1.100 Accessed URL 10.10.10.100:/&lt;/P&gt;&lt;P&gt;6|Mar 26 2007 15:41:01|302013: Built inbound TCP connection 1396326 for outside:65.1.1.100/63997 (65.1.1.100/63997) to DMZ1:10.10.10.100/80 (204.1.1.200/80)&lt;/P&gt;&lt;P&gt;6|Mar 26 2007 15:41:01|609001: Built local-host DMZ1:10.10.10.100&lt;/P&gt;&lt;P&gt;6|Mar 26 2007 15:41:01|609001: Built local-host outside:65.1.1.100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The IPs have been changed. They are as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;65.1.1.100 - NATd IP from the PIX that my PC sits behind.&lt;/P&gt;&lt;P&gt;10.1.1.50 - Private IP for my PC&lt;/P&gt;&lt;P&gt;10.10.10.100 - Private IP of server in DMZ&lt;/P&gt;&lt;P&gt;204.1.1.200 - Static NAT translation outside address for server in DMZ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 17:32:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-allowing-port-80-through-to-dmz/m-p/739058#M1009175</guid>
      <dc:creator>gecko2207</dc:creator>
      <dc:date>2007-03-27T17:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem allowing port 80 through to DMZ</title>
      <link>https://community.cisco.com/t5/network-security/problem-allowing-port-80-through-to-dmz/m-p/739059#M1009179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do you have something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,DMZ1) 10.1.1.0 10.1.1.0 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 17:40:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-allowing-port-80-through-to-dmz/m-p/739059#M1009179</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-03-27T17:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem allowing port 80 through to DMZ</title>
      <link>https://community.cisco.com/t5/network-security/problem-allowing-port-80-through-to-dmz/m-p/739060#M1009184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok..can you try &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;disabling the Inspect http&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 17:44:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-allowing-port-80-through-to-dmz/m-p/739060#M1009184</guid>
      <dc:creator>abinjola</dc:creator>
      <dc:date>2007-03-27T17:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem allowing port 80 through to DMZ</title>
      <link>https://community.cisco.com/t5/network-security/problem-allowing-port-80-through-to-dmz/m-p/739061#M1009187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do have a static statement set up for inside to DMZ1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 17:48:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-allowing-port-80-through-to-dmz/m-p/739061#M1009187</guid>
      <dc:creator>gecko2207</dc:creator>
      <dc:date>2007-03-27T17:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem allowing port 80 through to DMZ</title>
      <link>https://community.cisco.com/t5/network-security/problem-allowing-port-80-through-to-dmz/m-p/739062#M1009191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess I could try that.... if that was the problem though, wouldn't it be across the board for all web servers? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 19:22:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-allowing-port-80-through-to-dmz/m-p/739062#M1009191</guid>
      <dc:creator>gecko2207</dc:creator>
      <dc:date>2007-03-27T19:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem allowing port 80 through to DMZ</title>
      <link>https://community.cisco.com/t5/network-security/problem-allowing-port-80-through-to-dmz/m-p/739063#M1009194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;static (DMZ1,outside) 204.xxx.xxx.xxx 10.xxx.xxx.xxx netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THe above is your statement, instead try this(assuming 204.xxx.xxx.xxx is your outside interface address&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (DMZ1,outside) interface 10.xxx.xxx.xxx netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should probably solve the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Hoogen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 06:35:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-allowing-port-80-through-to-dmz/m-p/739063#M1009194</guid>
      <dc:creator>hoogen_82</dc:creator>
      <dc:date>2007-03-28T06:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem allowing port 80 through to DMZ</title>
      <link>https://community.cisco.com/t5/network-security/problem-allowing-port-80-through-to-dmz/m-p/739064#M1009195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hoogen, thanks for the response. Unfortunately, the outside IP address for the static statement is a different address than the interface address.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 15:19:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-allowing-port-80-through-to-dmz/m-p/739064#M1009195</guid>
      <dc:creator>gecko2207</dc:creator>
      <dc:date>2007-03-28T15:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem allowing port 80 through to DMZ</title>
      <link>https://community.cisco.com/t5/network-security/problem-allowing-port-80-through-to-dmz/m-p/739065#M1009197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There isn't quite enough information here.  However, the issue is with the following message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3|Mar 26 2007 15:41:02|305006: portmap translation creation failed for tcp src inside:10.1.1.50/1465 dst DMZ1:10.10.10.100/80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This means that the PIX received a packet sourced from 10.1.1.50 on the inside interface, and destined to 10.10.10.100 on the DMZ1 interface.  The packet matched a nat statement (most likely: nat (inside) 10 0.0.0.0 0.0.0.0), however upon matching the nat, it could not find a corresponding global statement on the DMZ1 interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, from your messages so far you seem to indicate that this packet should not have been received by this PIX on the inside interface.  Is that correct?  Or did I misunderstand something?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 17:46:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-allowing-port-80-through-to-dmz/m-p/739065#M1009197</guid>
      <dc:creator>David White</dc:creator>
      <dc:date>2007-03-28T17:46:04Z</dc:date>
    </item>
  </channel>
</rss>

