<?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 515e DMZ problems in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-515e-dmz-problems/m-p/243438#M586356</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No sir i havnt. I will try this once i get back into the office. I got the feeling that my static was working correctly as when i would use telnet to port 80 it would just hang, not just die. My thinking was that the requests were getting through but the replies were not? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Dec 2003 23:24:11 GMT</pubDate>
    <dc:creator>bob</dc:creator>
    <dc:date>2003-12-29T23:24:11Z</dc:date>
    <item>
      <title>Pix 515e DMZ problems</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-dmz-problems/m-p/243434#M586352</link>
      <description>&lt;P&gt;Hi guys, mind looking at my config and helping me figure out why any box in the DMZ can not be accessed from the outside.. They also have no access to the net? I looked at couple example configurations and i must be missing something every single time? What i am currently attempted to do is move 2 of my servers into the DMZ. Currently using a unix box with apache and qmail as my test machine. &lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;-Bob&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--------------&lt;/P&gt;&lt;P&gt;PIX Version 6.2(2)&lt;/P&gt;&lt;P&gt;nameif ethernet0 outside security0&lt;/P&gt;&lt;P&gt;nameif ethernet1 inside security100&lt;/P&gt;&lt;P&gt;nameif ethernet2 DMZ security10&lt;/P&gt;&lt;P&gt;hostname Guardian&lt;/P&gt;&lt;P&gt;fixup protocol ftp 21&lt;/P&gt;&lt;P&gt;fixup protocol h323 h225 1720&lt;/P&gt;&lt;P&gt;fixup protocol h323 ras 1718-1719&lt;/P&gt;&lt;P&gt;fixup protocol ils 389&lt;/P&gt;&lt;P&gt;fixup protocol rsh 514&lt;/P&gt;&lt;P&gt;fixup protocol rtsp 554&lt;/P&gt;&lt;P&gt;fixup protocol sqlnet 1521&lt;/P&gt;&lt;P&gt;fixup protocol sip 5060&lt;/P&gt;&lt;P&gt;fixup protocol skinny 2000&lt;/P&gt;&lt;P&gt;no fixup protocol smtp 25&lt;/P&gt;&lt;P&gt;no fixup protocol http 80&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;access-list smtp permit tcp any host nnn.nnn.nnn.226 eq smtp &lt;/P&gt;&lt;P&gt;access-list smtp permit tcp any host nnn.nnn.nnn.226 eq pop3 &lt;/P&gt;&lt;P&gt;access-list smtp permit tcp any host nnn.nnn.nnn.226 eq www &lt;/P&gt;&lt;P&gt;access-list smtp permit tcp any host nnn.nnn.nnn.228 eq www &lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;logging on    &lt;/P&gt;&lt;P&gt;interface ethernet0 auto&lt;/P&gt;&lt;P&gt;interface ethernet1 auto&lt;/P&gt;&lt;P&gt;interface ethernet2 auto&lt;/P&gt;&lt;P&gt;mtu outside 1500&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;mtu DMZ 1500  &lt;/P&gt;&lt;P&gt;ip address outside nnn.nnn.nnn.226 255.255.255.224&lt;/P&gt;&lt;P&gt;ip address inside 192.168.4.1 255.255.255.0&lt;/P&gt;&lt;P&gt;ip address DMZ 192.168.5.1 255.255.255.0&lt;/P&gt;&lt;P&gt;ip audit info action alarm&lt;/P&gt;&lt;P&gt;ip audit attack action alarm&lt;/P&gt;&lt;P&gt;arp timeout 14400&lt;/P&gt;&lt;P&gt;global (outside) 2 interface&lt;/P&gt;&lt;P&gt;global (inside) 3 interface&lt;/P&gt;&lt;P&gt;global (DMZ) 4 nnn.nnn.nnn.228&lt;/P&gt;&lt;P&gt;nat (inside) 2 192.0.0.0 255.255.0.0 0 0&lt;/P&gt;&lt;P&gt;nat (DMZ) 4 192.168.5.0 255.255.255.0 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface smtp 192.168.4.2 smtp netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface pop3 192.168.4.1 pop3 netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;static (DMZ,outside) tcp nnn.nnn.nnn.228 www 192.168.5.5 www netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface www 192.168.4.2 www netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;access-group smtp in interface outside&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 nnn.nnn.nnn.225 1&lt;/P&gt;&lt;P&gt;route inside 10.10.1.0 255.255.255.0 191.0.32.1 1&lt;/P&gt;&lt;P&gt;route inside 10.10.2.0 255.255.255.0 191.0.32.1 1&lt;/P&gt;&lt;P&gt;route inside 192.168.3.0 255.255.255.0 192.168.4.1 1&lt;/P&gt;&lt;P&gt;route inside 192.168.2.0 255.255.255.0 192.168.4.1 1&lt;/P&gt;&lt;P&gt;timeout xlate 3:00:00&lt;/P&gt;&lt;P&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h323 0:05:00 sip 0:30:00 sip_media 0:02:00&lt;/P&gt;&lt;P&gt;timeout uauth 0:05:00 absolute&lt;/P&gt;&lt;P&gt;aaa-server TACACS+ protocol tacacs+ &lt;/P&gt;&lt;P&gt;aaa-server RADIUS protocol radius &lt;/P&gt;&lt;P&gt;aaa-server LOCAL protocol local &lt;/P&gt;&lt;P&gt;no snmp-server location&lt;/P&gt;&lt;P&gt;no snmp-server contact&lt;/P&gt;&lt;P&gt;snmp-server community public&lt;/P&gt;&lt;P&gt;no snmp-server enable traps&lt;/P&gt;&lt;P&gt;floodguard enable&lt;/P&gt;&lt;P&gt;no sysopt route dnat&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh 0.0.0.0 0.0.0.0 inside&lt;/P&gt;&lt;P&gt;ssh timeout 5 &lt;/P&gt;&lt;P&gt;terminal width 80 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 07:10:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-dmz-problems/m-p/243434#M586352</guid>
      <dc:creator>bob</dc:creator>
      <dc:date>2020-02-21T07:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 515e DMZ problems</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-dmz-problems/m-p/243435#M586353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;static (DMZ,outside) tcp nnn.nnn.nnn.228 www 192.168.5.5 www netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that is the only static statement referencing the dmz. Are you able to connect to that web server?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2003 18:59:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-dmz-problems/m-p/243435#M586353</guid>
      <dc:creator>mostiguy</dc:creator>
      <dc:date>2003-12-29T18:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 515e DMZ problems</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-dmz-problems/m-p/243436#M586354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nope i am unable to connect to it from the outside. right now i havnt added the static statement for smtp yet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2003 20:58:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-dmz-problems/m-p/243436#M586354</guid>
      <dc:creator>bob</dc:creator>
      <dc:date>2003-12-29T20:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 515e DMZ problems</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-dmz-problems/m-p/243437#M586355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have you done a clear xlate to wipe clean the translation slot table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2003 21:13:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-dmz-problems/m-p/243437#M586355</guid>
      <dc:creator>mostiguy</dc:creator>
      <dc:date>2003-12-29T21:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 515e DMZ problems</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-dmz-problems/m-p/243438#M586356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No sir i havnt. I will try this once i get back into the office. I got the feeling that my static was working correctly as when i would use telnet to port 80 it would just hang, not just die. My thinking was that the requests were getting through but the replies were not? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2003 23:24:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-dmz-problems/m-p/243438#M586356</guid>
      <dc:creator>bob</dc:creator>
      <dc:date>2003-12-29T23:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 515e DMZ problems</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-dmz-problems/m-p/243439#M586357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have cleard the xlate and still same problem. IE just sits there stating that its opening the page.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2003 14:39:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-dmz-problems/m-p/243439#M586357</guid>
      <dc:creator>bob</dc:creator>
      <dc:date>2003-12-30T14:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 515e DMZ problems</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-dmz-problems/m-p/243440#M586358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;from looking at your config you have and access list for the outside interface to allow only the following access:&lt;/P&gt;&lt;P&gt;tcp any host nnn.nnn.nnn.226 eq smtp &lt;/P&gt;&lt;P&gt;tcp any host nnn.nnn.nnn.226 eq pop3 &lt;/P&gt;&lt;P&gt;tcp any host nnn.nnn.nnn.226 eq www &lt;/P&gt;&lt;P&gt;tcp any host nnn.nnn.nnn.228 eq www &lt;/P&gt;&lt;P&gt;but as you only have one static command referencing dmz interface:&lt;/P&gt;&lt;P&gt;static (DMZ,outside) tcp nnn.nnn.nnn.228 www 192.168.5.5 www netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;only this one would be allowed.&lt;/P&gt;&lt;P&gt;also you have no fixup protocol http? you should use fixup protocol i think.&lt;/P&gt;&lt;P&gt;sam&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2003 14:53:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-dmz-problems/m-p/243440#M586358</guid>
      <dc:creator>ciscoacs</dc:creator>
      <dc:date>2003-12-30T14:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 515e DMZ problems</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-dmz-problems/m-p/243441#M586359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is correct, the reason is, is because im trying to move services from the inside interface (first three access-list) to the DMZ (last access-list). Currently i only allowing 80 to get into the dmz and thats all im concentrating right now. As soon as i have http traffic running smoothly i should be easily able to allow smtp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fixup protocol is a personal preference from my readings. I may choose to enable it once again in the near future. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2003 18:48:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-dmz-problems/m-p/243441#M586359</guid>
      <dc:creator>bob</dc:creator>
      <dc:date>2003-12-30T18:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 515e DMZ problems</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-dmz-problems/m-p/243442#M586360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have you tried to debug this making sure that the traffic is leaving the dmz interface of the pix and getting to the server?&lt;/P&gt;&lt;P&gt;command is= debug pack dmz src any dst xxx.xxx.xxx.228 proto tcp dport 80 tx&lt;/P&gt;&lt;P&gt;then you could debug from the server for the replies&lt;/P&gt;&lt;P&gt;command=&lt;/P&gt;&lt;P&gt;debug packet dmz src xxx.xxx.xxx.228 dst any proto tcp dport 80 tx&lt;/P&gt;&lt;P&gt;will show you where the trouble is. otherwise get a packet sniffer on that interface because your config looks fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2004 11:02:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-dmz-problems/m-p/243442#M586360</guid>
      <dc:creator>ciscoacs</dc:creator>
      <dc:date>2004-01-02T11:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 515e DMZ problems</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-dmz-problems/m-p/243443#M586361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would check the default gateway on the web server.  Make sure this is pointing to the DMZ interface.  You may also want to remove the global statement and NAT for the DMZ as your statics should take care of that (depends on the rest of your setup).  You probably will want to allow the WWW server to talk to some DNS server either internal or external.  &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2004 19:42:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-dmz-problems/m-p/243443#M586361</guid>
      <dc:creator>j.cusick</dc:creator>
      <dc:date>2004-01-06T19:42:04Z</dc:date>
    </item>
  </channel>
</rss>

