<?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 515 TCP connections halted for HTTP based traffic in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-515-tcp-connections-halted-for-http-based-traffic/m-p/133578#M601249</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yusuf:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having a similar problem. My situation is such that I have two machines behind the PIX on the inside interface. One of them is a RedHat 9.0 box (dual-homed) and the other is an MS Proxy 2.0 box (dual-homed). The issue is that I can not seem to get to HTTP sites from the Redhat machine, however, I can get to FTP sites, and DNS works as well. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The MS Proxy works just fine - http, ftp, dns, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following on the PIX:&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 0 0 norandomseq&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see translations for both machines when I do a sh xlate, but the Redhat box still has problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions!? I'm kinda stumped!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aun.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 23 Aug 2003 12:55:15 GMT</pubDate>
    <dc:creator>aun.raza</dc:creator>
    <dc:date>2003-08-23T12:55:15Z</dc:date>
    <item>
      <title>PIX 515 TCP connections halted for HTTP based traffic</title>
      <link>https://community.cisco.com/t5/network-security/pix-515-tcp-connections-halted-for-http-based-traffic/m-p/133576#M601245</link>
      <description>&lt;P&gt;I have a PIX 515 with three interfaces. Outside, Inside, and DMZ. I have had no problems accessing or browsing the internet from inside to the outside. I have recently setup a DMZ to host a mail server, and communication is working fine inside and outside to the DMZ. The problem came when I added a MS portal server on the inside network and an HTTP server in the DMZ. They will communicate perfectly for an Hour or so and then fail with a transmission error almost as thought the PIX denied there requests. I have added the following fixup protocol commands thinking it might be having an intermittent problem on this other port, but had no luck. I am running version 6.2(2). I couldn't find any know bugs or field bulletins relating to this problem and am totally stumped. Anyone have any IDEAS? Oh yeah, I temporarily moved the two servers in the DMZ to bypass the firewall and they work without a problem. Move them back and it works for awhile and then suddenly stops&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fixup protocol http 9080&lt;/P&gt;&lt;P&gt;fixup protocol http 80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 06:55:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515-tcp-connections-halted-for-http-based-traffic/m-p/133576#M601245</guid>
      <dc:creator>adallica</dc:creator>
      <dc:date>2020-02-21T06:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515 TCP connections halted for HTTP based traffic</title>
      <link>https://community.cisco.com/t5/network-security/pix-515-tcp-connections-halted-for-http-based-traffic/m-p/133577#M601247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;2 things that you can try;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- remvoe the fixup and see if that helps;&lt;/P&gt;&lt;P&gt;no fixup protocol http 9080 &lt;/P&gt;&lt;P&gt;no fixup protocol http 80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- PIX by default randomizes TCP sequence numbers. Maybe your application doesn't like that or it is expecting something... you can disable randomization as follows;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see the following link for using the "norandomseq" option on static statements.&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_sw/v_63/cmdref/s.htm#1026694" target="_blank"&gt;http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_sw/v_63/cmdref/s.htm#1026694&lt;/A&gt;&lt;/P&gt;&lt;P&gt;static [(internal_if_name, external_if_name)] {global_ip | interface} local_ip [dns] [netmask&lt;/P&gt;&lt;P&gt;mask][max_conns [emb_limit [norandomseq]]]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the definition of what it does: "Do not randomize the TCP/IP packet's sequence number. Only&lt;/P&gt;&lt;P&gt;use this option if another inline firewall is also randomizing sequence numbers and the result is&lt;/P&gt;&lt;P&gt;scrambling the data. Use of this option opens a security hole in the PIX Firewall."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same command can also be used on NAT commands:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_sw/v_63/cmdref/mr.htm#1032129" target="_blank"&gt;http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_sw/v_63/cmdref/mr.htm#1032129&lt;/A&gt;&lt;/P&gt;&lt;P&gt;nat [(if_name)] nat_id local_ip [mask [dns] [outside] [max_conns [emb_limit [norandomseq]]]]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Definition: "Disables TCP Initial Sequence Number (ISN) randomization protection. Only use this&lt;/P&gt;&lt;P&gt;option if another in-line firewall is also randomizing sequence numbers and the result is scrambling&lt;/P&gt;&lt;P&gt;the data. Without this protection, inside hosts with weak self-ISN protection become more vulnerable&lt;/P&gt;&lt;P&gt;to TCP connection hijacking."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Yusuf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Aug 2003 23:59:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515-tcp-connections-halted-for-http-based-traffic/m-p/133577#M601247</guid>
      <dc:creator>yusuff</dc:creator>
      <dc:date>2003-08-10T23:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515 TCP connections halted for HTTP based traffic</title>
      <link>https://community.cisco.com/t5/network-security/pix-515-tcp-connections-halted-for-http-based-traffic/m-p/133578#M601249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yusuf:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having a similar problem. My situation is such that I have two machines behind the PIX on the inside interface. One of them is a RedHat 9.0 box (dual-homed) and the other is an MS Proxy 2.0 box (dual-homed). The issue is that I can not seem to get to HTTP sites from the Redhat machine, however, I can get to FTP sites, and DNS works as well. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The MS Proxy works just fine - http, ftp, dns, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following on the PIX:&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 0 0 norandomseq&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see translations for both machines when I do a sh xlate, but the Redhat box still has problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions!? I'm kinda stumped!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aun.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Aug 2003 12:55:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515-tcp-connections-halted-for-http-based-traffic/m-p/133578#M601249</guid>
      <dc:creator>aun.raza</dc:creator>
      <dc:date>2003-08-23T12:55:15Z</dc:date>
    </item>
  </channel>
</rss>

