<?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 &amp; HTTP in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-http/m-p/492140#M528996</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Patrick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached the syslog file I received when trying to access externally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gary&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>Sat, 31 Dec 2005 22:57:31 GMT</pubDate>
    <dc:creator>gary.boon</dc:creator>
    <dc:date>2005-12-31T22:57:31Z</dc:date>
    <item>
      <title>PIX &amp; HTTP</title>
      <link>https://community.cisco.com/t5/network-security/pix-http/m-p/492137#M528991</link>
      <description>&lt;P&gt;I have a PIX 515 that I wish to allow HTTP requests through to an internal webserver. However as much as I've tried I cannot get this to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an external WAN IP assigned by my ISP through DHCP and an internal web server at 192.168.1.150.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My config file is here - but I can't figure out what is wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;asdm image flash:/asdm-501.bin&lt;/P&gt;&lt;P&gt;no asdm history enable&lt;/P&gt;&lt;P&gt;: Saved&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;PIX Version 7.0(1) &lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;name 192.168.1.150 INTERNALWEBSERVER&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0&lt;/P&gt;&lt;P&gt; nameif outside&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt; ip address dhcp setroute &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet1&lt;/P&gt;&lt;P&gt; nameif inside&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 192.168.1.1 255.255.255.0 &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;hostname pixfirewall&lt;/P&gt;&lt;P&gt;domain-name ctu.local&lt;/P&gt;&lt;P&gt;ftp mode passive&lt;/P&gt;&lt;P&gt;access-list inside_access_in extended permit ip any any &lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit tcp any interface outside eq www &lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;logging enable&lt;/P&gt;&lt;P&gt;logging asdm informational&lt;/P&gt;&lt;P&gt;mtu outside 1500&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;no failover&lt;/P&gt;&lt;P&gt;monitor-interface outside&lt;/P&gt;&lt;P&gt;monitor-interface inside&lt;/P&gt;&lt;P&gt;asdm image flash:/asdm-501.bin&lt;/P&gt;&lt;P&gt;no asdm history enable&lt;/P&gt;&lt;P&gt;arp timeout 14400&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface www INTERNALWEBSERVER www netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;access-group outside_access_in in interface outside&lt;/P&gt;&lt;P&gt;access-group inside_access_in in interface inside&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 192.168.100.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 icmp 0:00:02&lt;/P&gt;&lt;P&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00&lt;/P&gt;&lt;P&gt;timeout mgcp-pat 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;http server enable&lt;/P&gt;&lt;P&gt;http 192.168.1.0 255.255.255.0 inside&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 enable traps snmp&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh timeout 5&lt;/P&gt;&lt;P&gt;console timeout 0&lt;/P&gt;&lt;P&gt;dhcpd address 192.168.1.50-192.168.1.149 inside&lt;/P&gt;&lt;P&gt;dhcpd lease 3600&lt;/P&gt;&lt;P&gt;dhcpd ping_timeout 50&lt;/P&gt;&lt;P&gt;dhcpd enable inside&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;class-map inspection_default&lt;/P&gt;&lt;P&gt; match default-inspection-traffic&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt; class inspection_default&lt;/P&gt;&lt;P&gt;  inspect dns maximum-length 512 &lt;/P&gt;&lt;P&gt;  inspect ftp &lt;/P&gt;&lt;P&gt;  inspect h323 h225 &lt;/P&gt;&lt;P&gt;  inspect h323 ras &lt;/P&gt;&lt;P&gt;  inspect rsh &lt;/P&gt;&lt;P&gt;  inspect rtsp &lt;/P&gt;&lt;P&gt;  inspect esmtp &lt;/P&gt;&lt;P&gt;  inspect sqlnet &lt;/P&gt;&lt;P&gt;  inspect skinny &lt;/P&gt;&lt;P&gt;  inspect sunrpc &lt;/P&gt;&lt;P&gt;  inspect xdmcp &lt;/P&gt;&lt;P&gt;  inspect sip &lt;/P&gt;&lt;P&gt;  inspect netbios &lt;/P&gt;&lt;P&gt;  inspect tftp &lt;/P&gt;&lt;P&gt;  inspect http &lt;/P&gt;&lt;P&gt;  inspect pptp &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;service-policy global_policy global&lt;/P&gt;&lt;P&gt;Cryptochecksum:xxxxx&lt;/P&gt;&lt;P&gt;: end&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 08:37:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-http/m-p/492137#M528991</guid>
      <dc:creator>gary.boon</dc:creator>
      <dc:date>2020-02-21T08:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: PIX &amp; HTTP</title>
      <link>https://community.cisco.com/t5/network-security/pix-http/m-p/492138#M528993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the syslog output I receive when attempting to access a web site on my server - I've replaced my WAN IP with xx.xx.xx.xx:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3|Dec 31 2005 17:01:37|710003: TCP access denied by ACL from 192.168.1.50/1960 to inside:xx.xx.xx.xx/80&lt;/P&gt;&lt;P&gt;6|Dec 31 2005 17:01:37|305012: Teardown dynamic TCP translation from inside:INTERNALWEBSERVER/3659 to outside:xx.xx.xx.xx/1753 duration 0:00:30&lt;/P&gt;&lt;P&gt;6|Dec 31 2005 17:01:36|305012: Teardown dynamic TCP translation from inside:INTERNALWEBSERVER/3658 to outside:xx.xx.xx.xx/1752 duration 0:00:30&lt;/P&gt;&lt;P&gt;6|Dec 31 2005 17:01:36|305012: Teardown dynamic TCP translation from inside:INTERNALWEBSERVER/3657 to outside:xx.xx.xx.xx/1751 duration 0:00:30&lt;/P&gt;&lt;P&gt;6|Dec 31 2005 17:01:36|305012: Teardown dynamic TCP translation from inside:INTERNALWEBSERVER/3656 to outside:xx.xx.xx.xx/1750 duration 0:00:30&lt;/P&gt;&lt;P&gt;6|Dec 31 2005 17:01:35|305012: Teardown dynamic TCP translation from inside:INTERNALWEBSERVER/3655 to outside:xx.xx.xx.xx/1749 duration 0:00:30&lt;/P&gt;&lt;P&gt;6|Dec 31 2005 17:01:35|305012: Teardown dynamic TCP translation from inside:INTERNALWEBSERVER/3654 to outside:xx.xx.xx.xx/1748 duration 0:00:30&lt;/P&gt;&lt;P&gt;6|Dec 31 2005 17:01:35|305012: Teardown dynamic TCP translation from inside:INTERNALWEBSERVER/3653 to outside:xx.xx.xx.xx/1747 duration 0:00:30&lt;/P&gt;&lt;P&gt;3|Dec 31 2005 17:01:34|710003: TCP access denied by ACL from 192.168.1.50/1960 to inside:xx.xx.xx.xx/80&lt;/P&gt;&lt;P&gt;3|Dec 31 2005 17:01:27|710003: UDP access denied by ACL from 192.168.1.104/68 to inside:192.168.1.1/67&lt;/P&gt;&lt;P&gt;3|Dec 31 2005 17:01:24|710003: UDP access denied by ACL from 192.168.1.52/137 to inside:192.168.1.255/137&lt;/P&gt;&lt;P&gt;3|Dec 31 2005 17:01:24|710003: UDP access denied by ACL from 192.168.1.52/137 to inside:192.168.1.255/137&lt;/P&gt;&lt;P&gt;3|Dec 31 2005 17:01:23|710003: UDP access denied by ACL from 192.168.1.52/137 to inside:192.168.1.255/137&lt;/P&gt;&lt;P&gt;3|Dec 31 2005 17:01:22|710003: TCP access denied by ACL from 192.168.1.50/1959 to inside:xx.xx.xx.xx/80&lt;/P&gt;&lt;P&gt;3|Dec 31 2005 17:01:19|710003: UDP access denied by ACL from 192.168.1.104/68 to inside:192.168.1.1/67&lt;/P&gt;&lt;P&gt;3|Dec 31 2005 17:01:16|710003: TCP access denied by ACL from 192.168.1.50/1959 to inside:xx.xx.xx.xx/80&lt;/P&gt;&lt;P&gt;3|Dec 31 2005 17:01:15|710003: UDP access denied by ACL from 192.168.1.104/68 to inside:192.168.1.1/67&lt;/P&gt;&lt;P&gt;3|Dec 31 2005 17:01:15|710003: UDP access denied by ACL from INTERNALWEBSERVER/137 to inside:192.168.1.255/137&lt;/P&gt;&lt;P&gt;3|Dec 31 2005 17:01:14|710003: UDP access denied by ACL from INTERNALWEBSERVER/137 to inside:192.168.1.255/137&lt;/P&gt;&lt;P&gt;3|Dec 31 2005 17:01:14|710003: UDP access denied by ACL from INTERNALWEBSERVER/137 to inside:192.168.1.255/137&lt;/P&gt;&lt;P&gt;3|Dec 31 2005 17:01:13|710003: TCP access denied by ACL from 192.168.1.50/1959 to inside:xx.xx.xx.xx/80&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Dec 2005 17:26:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-http/m-p/492138#M528993</guid>
      <dc:creator>gary.boon</dc:creator>
      <dc:date>2005-12-31T17:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: PIX &amp; HTTP</title>
      <link>https://community.cisco.com/t5/network-security/pix-http/m-p/492139#M528995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gary,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From what I see everything looks to be configured right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)tcp nat looks right&lt;/P&gt;&lt;P&gt;2)your access-list looks right&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is what I would suggest is that you first try it from an external ip address not from one of your inside machines.  I'm not completly familar with 7.0 yet but with 6.3 and below you could not connect to your external interface ip address from an inside ip address.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try that and post what the syslog server reports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Dec 2005 22:33:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-http/m-p/492139#M528995</guid>
      <dc:creator>Patrick Laidlaw</dc:creator>
      <dc:date>2005-12-31T22:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: PIX &amp; HTTP</title>
      <link>https://community.cisco.com/t5/network-security/pix-http/m-p/492140#M528996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Patrick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached the syslog file I received when trying to access externally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gary&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>Sat, 31 Dec 2005 22:57:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-http/m-p/492140#M528996</guid>
      <dc:creator>gary.boon</dc:creator>
      <dc:date>2005-12-31T22:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: PIX &amp; HTTP</title>
      <link>https://community.cisco.com/t5/network-security/pix-http/m-p/492141#M528997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Patrick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the site externally again and it worked fine - just timed out the first time I tried it. Thanks for your help it seems 7 is the same as 6,3 and won't allow a connection from the inside to the outside interface to view a site.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gary&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Dec 2005 23:04:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-http/m-p/492141#M528997</guid>
      <dc:creator>gary.boon</dc:creator>
      <dc:date>2005-12-31T23:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: PIX &amp; HTTP</title>
      <link>https://community.cisco.com/t5/network-security/pix-http/m-p/492142#M528998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gary,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No problem I've had a lot of problems with that when I first started working with PIX firwalls. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The way a pix works is it won't allow a connection traversing in one interface which needs to terminate on another interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2006 04:40:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-http/m-p/492142#M528998</guid>
      <dc:creator>Patrick Laidlaw</dc:creator>
      <dc:date>2006-01-05T04:40:47Z</dc:date>
    </item>
  </channel>
</rss>

