<?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 Cannot access certain websites behind Pix 501 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/cannot-access-certain-websites-behind-pix-501/m-p/2066871#M397764</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've got a PIX 501, and I'm having the &lt;EM&gt;same problem&lt;/EM&gt;.&amp;nbsp; Secondly, it's DEFINATELY the PIX.&amp;nbsp; I have three systems (two win 7, one G5 MAC running Leopard) that can't connect to Facebook, Wikipedia, or a number of other odd urls, regardless of which browser you use.&amp;nbsp; Only one other sysrem (Old P4 running XP Pro) connects to Wiki and FB with no problems.&amp;nbsp; Put any of the other systems on a static outside the firewall and the problems vanish.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Until last month, I was running a spit-and-bailing wire PIX 515.&amp;nbsp; Everything was runninjg smooth as a swiss watch.&amp;nbsp; Then the 515 died a horrid death (power supply fried, cap on the mainboard phyisically burned).&amp;nbsp; All these problems surfaced the minute I put the old PIX 501 back into service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've searched far and wide for a fix, and I'm confident that THERE ISN'T A FIX.&amp;nbsp; This unit and the 506 had limited memory....they got left out of IOS updates after V6.x (I think...correct me if I'm wrong).&amp;nbsp; Mine was made during the late 90's, and (from a support standpoint) it was dropped like a hot potato a LONG time ago.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to save yourself some serious hassles, apply the following work-around:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.) Go on Ebay and spend $40-$50 USD (as low as $20 if you fish around) on a used PIX 515 or 515E.&amp;nbsp; While you're there, note that 501's are selling for slightly less than a six-back of cheap beer.&lt;/P&gt;&lt;P&gt;2.) Update the 515 to the latest IOS package it'll take (it's 8 point something...I forget)&lt;/P&gt;&lt;P&gt;3). Copy-and-paste the major parts of the config from the 501 to the 515.&lt;/P&gt;&lt;P&gt;4). Verify everything is working, then consign the 501 to the scrap heap.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Nov 2012 04:36:52 GMT</pubDate>
    <dc:creator>uranusdemilo</dc:creator>
    <dc:date>2012-11-12T04:36:52Z</dc:date>
    <item>
      <title>Cannot access certain websites behind Pix 501</title>
      <link>https://community.cisco.com/t5/network-security/cannot-access-certain-websites-behind-pix-501/m-p/2066860#M397752</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a PIX 501 with 6.2 FW.&amp;nbsp; The firewall inside network is connected to a Windows server (Mailserver).&amp;nbsp; I can get access to most websites on all clients as well as on the server.&amp;nbsp; However, there are some particular websites, such as facebook.com that the server and all but one client cannot access.&amp;nbsp; I get a "cannot display the webpage" in internet explorer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have disabled the Windows firewall and AV.&amp;nbsp; I have also scanned for any malware and no malware was found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could this be a problem from the PIX?&amp;nbsp; I found on the forums a "fixup protocol dns" solution, but my PIX version does not support it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is my config:&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;enable password df.GtQet9.guB18T encrypted&lt;/P&gt;&lt;P&gt;passwd 2KFQnbNIdI.2KYOU encrypted&lt;/P&gt;&lt;P&gt;hostname PIX&lt;/P&gt;&lt;P&gt;domain-name xxx.com&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;name 192.168.1.2 MailServer&lt;/P&gt;&lt;P&gt;object-group service Mail tcp-udp&lt;/P&gt;&lt;P&gt;&amp;nbsp; description Mail utility ports&lt;/P&gt;&lt;P&gt;&amp;nbsp; port-object eq 25&lt;/P&gt;&lt;P&gt;&amp;nbsp; port-object eq 3389&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any host 10.0.0.10 eq smtp&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any host 10.0.0.10 eq 3389&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any host 10.0.0.10 eq 8080 &lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any host 10.0.0.10 eq 32001&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any host 10.0.0.10 eq https&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any host 10.0.0.10 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 10baset&lt;/P&gt;&lt;P&gt;interface ethernet1 10full&lt;/P&gt;&lt;P&gt;mtu outside 1500&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;ip address outside 10.0.0.10 255.255.255.0&lt;/P&gt;&lt;P&gt;ip address inside 192.168.1.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;pdm location MailServer 255.255.255.255 inside&lt;/P&gt;&lt;P&gt;pdm location 192.168.1.0 255.255.255.255 inside&lt;/P&gt;&lt;P&gt;pdm location 192.168.1.21 255.255.255.255 inside&lt;/P&gt;&lt;P&gt;pdm logging informational 100&lt;/P&gt;&lt;P&gt;pdm 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 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface smtp MailServer smtp netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface 3389 MailServer 3389 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface 8080 MailServer 8080 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface 32001 MailServer 32001 netmask 255.255.255.255 0 0 norandomseq&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface https MailServer netmask 255.255.255.2.255 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface www MailServer www netmask 255.255.255.0 0 0&lt;/P&gt;&lt;P&gt;access-group outside_access_in in interface outside&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 10.0.0.138 1&lt;/P&gt;&lt;P&gt;timeout xlate 0:05: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;http server enable&lt;/P&gt;&lt;P&gt;http 192.168.1.21 255.255.255.255 inside&lt;/P&gt;&lt;P&gt;http MailServer 255.255.255.255 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 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 192.168.1.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh timeout 5&lt;/P&gt;&lt;P&gt;dhcpd address MailServer-192.168.1.33 inside&lt;/P&gt;&lt;P&gt;dhcpd lease 3600&lt;/P&gt;&lt;P&gt;dhcpd ping_timeout 750&lt;/P&gt;&lt;P&gt;dhcpd auto_config outside&lt;/P&gt;&lt;P&gt;terminal width 80&lt;/P&gt;&lt;P&gt;Cryptochecksum:fa4e4f01595a9e0fbc3f8a6110d1de8c&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tiziana&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 00:07:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-access-certain-websites-behind-pix-501/m-p/2066860#M397752</guid>
      <dc:creator>Tiziana Cassar</dc:creator>
      <dc:date>2019-03-12T00:07:12Z</dc:date>
    </item>
    <item>
      <title>Cannot access certain websites behind Pix 501</title>
      <link>https://community.cisco.com/t5/network-security/cannot-access-certain-websites-behind-pix-501/m-p/2066861#M397753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hello Tiziana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are facing the issue only with server PC right ? can you check whether you are able to resolve the IP for facebook.com&lt;/P&gt;&lt;P&gt;with teh help of nslookup on the server.. I dont really find a reason to blame your PIX as the same website is working from other client PC's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Harish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2012 12:47:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-access-certain-websites-behind-pix-501/m-p/2066861#M397753</guid>
      <dc:creator>Harish Balakrishnan</dc:creator>
      <dc:date>2012-10-10T12:47:22Z</dc:date>
    </item>
    <item>
      <title>Cannot access certain websites behind Pix 501</title>
      <link>https://community.cisco.com/t5/network-security/cannot-access-certain-websites-behind-pix-501/m-p/2066862#M397754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No it's not just the server.&amp;nbsp; We have a total of 4 clients and one server.&amp;nbsp; The server and 3 clients have a problem with accessing certain websites.&amp;nbsp; Another client has no problems accessing these same websites.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can resolve the IP for facebook.com and nslookup s ok as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tiziana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2012 14:11:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-access-certain-websites-behind-pix-501/m-p/2066862#M397754</guid>
      <dc:creator>Tiziana Cassar</dc:creator>
      <dc:date>2012-10-10T14:11:11Z</dc:date>
    </item>
    <item>
      <title>Cannot access certain websites behind Pix 501</title>
      <link>https://community.cisco.com/t5/network-security/cannot-access-certain-websites-behind-pix-501/m-p/2066863#M397755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hello Tiziana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Little tricky to troubleshoot &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" height="16" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif" width="16"&gt;&lt;/SPAN&gt; .. Can we bypass the ASA and test with a client PC where we have issue seen&lt;/P&gt;&lt;P&gt;Basically you can place the client PC in the same VLAN of outside network and give an IP from outside range with a gateway of 10.0.0.138.. just to confirm the issue lies with the PIX!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;harish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2012 14:16:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-access-certain-websites-behind-pix-501/m-p/2066863#M397755</guid>
      <dc:creator>Harish Balakrishnan</dc:creator>
      <dc:date>2012-10-10T14:16:55Z</dc:date>
    </item>
    <item>
      <title>Cannot access certain websites behind Pix 501</title>
      <link>https://community.cisco.com/t5/network-security/cannot-access-certain-websites-behind-pix-501/m-p/2066864#M397757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Already tried that and client PC can connect ok when not connected to the firewall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes very tricky to troubleshoot!&amp;nbsp; I was thinking it was something related to the server/Windows but I have exhausted all options now and thought it may be a firewall issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tiziana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2012 14:31:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-access-certain-websites-behind-pix-501/m-p/2066864#M397757</guid>
      <dc:creator>Tiziana Cassar</dc:creator>
      <dc:date>2012-10-10T14:31:06Z</dc:date>
    </item>
    <item>
      <title>Cannot access certain websites behind Pix 501</title>
      <link>https://community.cisco.com/t5/network-security/cannot-access-certain-websites-behind-pix-501/m-p/2066865#M397758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;UL&gt;&lt;LI&gt;Is there anything in the Pix log that indicates that connections are being dropped?&lt;/LI&gt;&lt;LI&gt;Does "show asp drop" tell you anything? (it has been a while - I think 6.3 supports this)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If all else fails I would set up some packet captures the inside and outside interface simultaneously.&amp;nbsp; Attempt the connection.&amp;nbsp; Copy the packet captures somewhere you can get at them with a protocol analyzer and compare.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At least, that would be my troubleshooting course.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2012 14:57:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-access-certain-websites-behind-pix-501/m-p/2066865#M397758</guid>
      <dc:creator>jedavis</dc:creator>
      <dc:date>2012-10-10T14:57:46Z</dc:date>
    </item>
    <item>
      <title>Cannot access certain websites behind Pix 501</title>
      <link>https://community.cisco.com/t5/network-security/cannot-access-certain-websites-behind-pix-501/m-p/2066866#M397759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried some debugging, but I saw no output when trying to access these websites/&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Show asp drop command was not find (this PIX is 6.2).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try and install Wireshark and see if I find some useful info.&amp;nbsp; This is at my client's side, so I need to set a day to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tiziana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2012 11:57:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-access-certain-websites-behind-pix-501/m-p/2066866#M397759</guid>
      <dc:creator>Tiziana Cassar</dc:creator>
      <dc:date>2012-10-11T11:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot access certain websites behind Pix 501</title>
      <link>https://community.cisco.com/t5/network-security/cannot-access-certain-websites-behind-pix-501/m-p/2066867#M397760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I cannot ping from inside interface (to any website).&amp;nbsp;&amp;nbsp; How do I allow ICMP replies so I can troubleshoot?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tiziana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2012 12:03:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-access-certain-websites-behind-pix-501/m-p/2066867#M397760</guid>
      <dc:creator>Tiziana Cassar</dc:creator>
      <dc:date>2012-10-11T12:03:02Z</dc:date>
    </item>
    <item>
      <title>Cannot access certain websites behind Pix 501</title>
      <link>https://community.cisco.com/t5/network-security/cannot-access-certain-websites-behind-pix-501/m-p/2066868#M397761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hello Tiziana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can give &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fixup protocol icmp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Harish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2012 12:23:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-access-certain-websites-behind-pix-501/m-p/2066868#M397761</guid>
      <dc:creator>Harish Balakrishnan</dc:creator>
      <dc:date>2012-10-11T12:23:20Z</dc:date>
    </item>
    <item>
      <title>Cannot access certain websites behind Pix 501</title>
      <link>https://community.cisco.com/t5/network-security/cannot-access-certain-websites-behind-pix-501/m-p/2066869#M397762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tiziana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have exactly the same issue. Facebook hasn't worked on any of the machines on my inside network for around a year, I am using a PIX501 with 6.2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After all my troubleshooting so far it appears to be a TCP checksum related issue. I compared a session in wireshark going to both facebook and google and only facebook reports the issues. Everything works great behind my firewall except for facebook which works about 1/100 times. I know it's my firewall because when I bypass the firewall it works straight away and I can access facebook.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There must be a command I can use on my PIX that will fix the issue? anyone?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Andrew &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2012 12:14:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-access-certain-websites-behind-pix-501/m-p/2066869#M397762</guid>
      <dc:creator>andrewsmith159</dc:creator>
      <dc:date>2012-10-16T12:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot access certain websites behind Pix 501</title>
      <link>https://community.cisco.com/t5/network-security/cannot-access-certain-websites-behind-pix-501/m-p/2066870#M397763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrew,&lt;/P&gt;&lt;P&gt;Yes I am pretty sure it's from my PIX as well because I can connect to these websites once I bypass it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also ran wireshark and noticed the TCP checksum errors.&amp;nbsp; I am not sure this is the cause of the problem however, as from what I read from the wireshark support forums, this is usually from the network drivers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also noticed a lot of "TCP Previous Segment Lost: TCP DUP ACK" only for facebook.com (no such errors were noticed for other websites).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope there is some PIX fix!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2012 12:45:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-access-certain-websites-behind-pix-501/m-p/2066870#M397763</guid>
      <dc:creator>Tiziana Cassar</dc:creator>
      <dc:date>2012-10-16T12:45:35Z</dc:date>
    </item>
    <item>
      <title>Cannot access certain websites behind Pix 501</title>
      <link>https://community.cisco.com/t5/network-security/cannot-access-certain-websites-behind-pix-501/m-p/2066871#M397764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've got a PIX 501, and I'm having the &lt;EM&gt;same problem&lt;/EM&gt;.&amp;nbsp; Secondly, it's DEFINATELY the PIX.&amp;nbsp; I have three systems (two win 7, one G5 MAC running Leopard) that can't connect to Facebook, Wikipedia, or a number of other odd urls, regardless of which browser you use.&amp;nbsp; Only one other sysrem (Old P4 running XP Pro) connects to Wiki and FB with no problems.&amp;nbsp; Put any of the other systems on a static outside the firewall and the problems vanish.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Until last month, I was running a spit-and-bailing wire PIX 515.&amp;nbsp; Everything was runninjg smooth as a swiss watch.&amp;nbsp; Then the 515 died a horrid death (power supply fried, cap on the mainboard phyisically burned).&amp;nbsp; All these problems surfaced the minute I put the old PIX 501 back into service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've searched far and wide for a fix, and I'm confident that THERE ISN'T A FIX.&amp;nbsp; This unit and the 506 had limited memory....they got left out of IOS updates after V6.x (I think...correct me if I'm wrong).&amp;nbsp; Mine was made during the late 90's, and (from a support standpoint) it was dropped like a hot potato a LONG time ago.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to save yourself some serious hassles, apply the following work-around:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.) Go on Ebay and spend $40-$50 USD (as low as $20 if you fish around) on a used PIX 515 or 515E.&amp;nbsp; While you're there, note that 501's are selling for slightly less than a six-back of cheap beer.&lt;/P&gt;&lt;P&gt;2.) Update the 515 to the latest IOS package it'll take (it's 8 point something...I forget)&lt;/P&gt;&lt;P&gt;3). Copy-and-paste the major parts of the config from the 501 to the 515.&lt;/P&gt;&lt;P&gt;4). Verify everything is working, then consign the 501 to the scrap heap.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2012 04:36:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-access-certain-websites-behind-pix-501/m-p/2066871#M397764</guid>
      <dc:creator>uranusdemilo</dc:creator>
      <dc:date>2012-11-12T04:36:52Z</dc:date>
    </item>
    <item>
      <title>Cannot access certain websites behind Pix 501</title>
      <link>https://community.cisco.com/t5/network-security/cannot-access-certain-websites-behind-pix-501/m-p/2066872#M397765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, it was the PIX.&amp;nbsp; I had managed to get the XP and Windows 7 to access the websites by changing the MTU size on the end stations and the PIX to 1492.&amp;nbsp; But when I tried the same with the MACs, I still could not access these websites.&amp;nbsp; What I did was buy an ASA5505 and now all websites can be accessed!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tiziana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2012 07:49:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-access-certain-websites-behind-pix-501/m-p/2066872#M397765</guid>
      <dc:creator>Tiziana Cassar</dc:creator>
      <dc:date>2012-11-12T07:49:32Z</dc:date>
    </item>
  </channel>
</rss>

