- Follow via:
- RSS
- Email Alert
Cisco Pix 506e firewall blocking Win07 from accessing a specific website?
I have boiled it down to possibly the issue originating from the configuration of our CISCO Pix 506e firewall. It has been in service for over ten years with very little or no updates. I have no experience with this hardware. It seems you need a CISCO service contract to be able to download utilites or firmware for hardware you own. Our agency does not have a current contract.
Is there a configuration or setting that could cause our agency's website from opening in a window 2007 PC?
Clarifications
Answers (16)
Lots more information needed...
But, how are we to help unless we can see the configuration of the PIX?? Strip out all static IP's on the net, username/passwords, sensitive or identifying information. etc.
Just a thought, but is DNS working OK on the internal network? XP may be using WINS or NetBIOS to resolve names... Can you ping the address on the Win7 Machine from the internal network?
Replies
I will attempt to copy config file and post. I will not be in the office again until Monday evening.
port blocking
Like http://www.the-web-site.com:8080/the-page.htm
If so, you will need to open that port outbound.
Post your config like cmiller says and check the link for a port and let us know.
Replies
Thanks for the response.
I doubt it's the PIX unless the web site is external.
side note: "updates" to Cisco's IOS would not be the issue. The issue would be ACLs, extended ACLs, which are Cisco's IOS method of filtering traffic. Cisco ACLs have an implicit deny at the end of it and is not viewable in the ACL configuration. That implicit deny means that if an ACL is used, traffic that is not specifically allowed, is denied. ACLs can be configured to filter traffic in a multitude of ways from ip address to a range of addresses to specific content type, to MAC addresses, and can be implimented on either the internal interface, or external interface. If you know nothing about Cisco or very little, hire a consultant or hire Cisco to fix it.
Replies
Are their service contract hardware specific?
I'm also surprised Cisco didn't quote you a price for TACS support
http://www.cisco.com/web/services/ordering/contracts/index.html
more ideas
So, a couple more questions to help sort this out.
server inside or outside, or dmz
if inside in dmz, where is that compared to pix?
07 and xp on same network and ip range?
dns working internally?
Have the xp machines been rebooted recently?
Name, ip or network change recently on server?
A ping from xp and 07 to name of server yields what address (inside or outside) even if this fails, this is good information to have. If you get an inside address on the xp and outside address on the 07, that is a clue.
Lastly, when you say from home it works, is that over a vpn or directly over the internet?
Replies
Our network setup starting a Comcast gateway to the CISCO pix then to 3 - 24 port 3COM switches that all workstations, network printers and electronic door locks communicate.
I won't be in the office until this evening to submit the CISCO Pix configuration and to try eliminate CISCO from network (connect gateway directly to switches) then attempt to connect to the agency's website through a window 07 box.
PIX versison 6.1
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable passwd
hostname pixfirewall
domain-name cisco.com
fixup protocol ftp 21
fixup protocol http 80
fixup protocol h323 1720
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol sip 5060
fixup protocol skinny 2000
names
access-list inbound permit icmp any any echo-reply
pager lines 24
interface ethernet0 auto
interface ethernet1 auto
icmp permit any unreachable outside
mtu outside 1500
mtu inside 1500
ip audit info action alarm
ip audit attack action alarm
pdm history enale
arp timeout 14400
global 1 interface
nat 1 0.0.0.0 0.0.0.0 00
access-group inbound in interface outside
route outside
route inside
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:0
p 0:30:00 sip_media 0:02:00
timeout uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server RADIUS protocol radius
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
no sysopt route dnat
telnet 0.0.0.0. 0.0.0.0 inside
telnet timeout 5
ssh 0.0.0.0 0.0.0.0 outside
ssh timeout 60
dhcpd address inside
dhcpd dns
dhcpd lease 604800
dhcpd ping_timeout 1500
dhcpd domain Mcleodusa.net
dhcpd enable inside
terminal width 80
The item that catches my eye is "dhcpd domain mcleodusa.net" This is a company we used years ago when we go our first high speed internet connection. We have since switched to a local company Soltec which was eventually bought by Iserv. Late last year we dropped Iserv and moved to Compcast for our high speed internet connection. I have notice when I do a ipconfig /all at any of the agency's computers the following is listed "DNS
Suffix Search List.........mcleodusa.net.
I removed the PIx from the network and connect the Comcast Gateway directly to the switch inwhich the PIX was connected. I booted our server and one of the windows 07 computers. The 07 computer could not connect to the server but did have an internet connection. It could open the agency's website. Since the PIX was the dhcp server, all the ip addresses were a dfferent range therefore the window 07 could not connect to the agency's server that has a static IP in a dfferent range. The subnet were the same.
Does this conclude that the PIX is the issue. What is the next step?
to reach a web site by name, you need DNS to resolve the name to an address
If the DNS server does not have a record for the name and the address associated with the name, DNS will forward unresolved queries to root hint DNS servers. They the root hint servers don't resolve the name, the error is returned to the client in the browser as page and not be displayed.
you still haven't said where the web site is hosted. If it's hosted internally, then an internal DNS server should resolve the name to the correct address and send the query to the web server which then returns the web site in the users browser. If DNS does not resolve the name or if the users are using the incorrect DNS to resolve names, the user will get the page can not be displayed.
Replies
hmm
Have you tried manually assigning an ip address to the 07 machine? Also, do you have access to your internal dns servers to see how the server is listed in there?
Couple other things to try. Have you tried another browser on the 07?
When you access the server from inside, are you using the full dns name,? or just http://servername? If your thought on the mcleodusa.net is true, it could be trying to resolve your server at that domain, rather than your own. You definitely have a head scratcher here.
Replies
This morning I set static IP address for a windows 07 box and set the DNS server addresses. I attempted to connect to the agency website with no success. I rebooted the computer and tried to connect to the agency website, again, with no success.
I must admit upfront I do not have a lot of experience dealing with DNS servers. So any information I may provide on this subject is not being provided with 100% confidence. When doing a ipconfig /all at a command prompt it show that the preferred DNS are ip addresses belonging to Comcast our internet & email provider. I called them one day to see if the issue could be on their side. The tech had me connect a windows 07 box directly to their Comcast gateway and see if it could connect to the website. I did and the computer was able to connect to the agency website. The Comcast tech indicated since it could connect to the website the issue is not due to comcast.
I have tried to connect to the agency website using Chrome and Foxfire with no success. Having said that on a couple occassions when attempting to connect to the website using Chrome once the initial opening failed the browser offers a "reload" option. When I've selected it the website would open. I've researched to see if it may be possible to load IE 8.0 on a windows 07 box and see if I could open the webite but I've not found info showing how to do that when IE v. 9.0 is OEM on the computer.
When trying to open the agency website I have tried both the url address and the ip address with both failing in IE9, Chrome and Firefox.
My 2 cents
http://www.gliffy.com/pubdoc/3741740/M.png
My Suggestions:
Here is my understanding:
Assumption A : If Webserver is outside the local network.
1. If domain name is accessible by XP workstations then it should be accessible by WIN7 as well. PIX does not care about the client OS.
2. Manually assign local IP address + DNS to one of the WIN7 computer and try if it works.
3. Note down the IP/DNS configuration of one of the working XP computer , turn it off and assign the same IP/DNS config to the WIN7 computer see it works.
4. Make sure do not launch the website from the shortcut. Open up the browser and type the domain name directly in the browser.
5. Try with different browser if required.
6. Try to ping the domain name as well as your dns server.
7. Open up the command prompt and type nslookup www.your-domain.com and see if your DNS server is able to resolve the domain name to an ip address.
8. Try changing the DNS to 8.8.8.8 and run ipconfig /flushdns and try again.
Assumption B: If webserver is inside the local network
1. In order to reach the webserver behind the PIX using the public domain from the local network, one of the following has to be true:
i. DNS doctrine has been done on the PIX.
ii. You have hosted local DNS with the local network and your clients have been configured for local DNS.
iii. Client host file has of local IP address with the public domain name, such as:
192.168.2.4 www.your-domain-name.com your-domain-name.com
2. Check the contents of the host file on XP clients:
3. Try reaching the website using the local IP address of the server such as http://192.168.2.4
It is safe to post entire PIX configuration provided you mask public IP, passwords (even if it is encrypted),domain names, or any other object name referencing your domain/company.
Replies
I've tried assigning a ip and DNS to the Windows 07 boxes and using an alternative DNS with the same results that the website cannot be opened.
I followed items 1 - 8 with no success, however after running ipconfig /dnsflush I used Chrome to attempt to open the agency's website once the ERR_TIMED_OUT error was shown, I immediately selected the "reload" option and the home page opened. I then clicked a link to another website page and it opened. When I then selected a pdf file link I received the ERR_TIMED_OUT error. I tried again to open the website in Chrome, got the same error, selected "reload" but this time it failed. I ran the ipconfig /dnsflush command again and tried to open the agency website in Chrome with the expectation of it failing but hoping that once select "reload' option it would open the agency website. It did not. It seems that the domain is not responding fast enough for the browser and time out is occurring.
My knowledge of the PIX is pretty much what I have learned trying to resolve this issue. I believe what I have previously posted is the complete PIX config. I obtain this information by starting a telnet session. "Open" using PIX IP address. I then enter password and then typed "enable" and typed password again. Finally, I used "sh config" to get to the config information. Is there another command that would show more config info?
Item 6. Pinging the website and domain server were successful.
My 2 Cents
http://www.gliffy.com/pubdoc/3741740/M.png
My Suggestions:
Here is my understanding:
Assumption A : If Webserver is outside the local network.
1. If domain name is accessible by XP workstations then it should be accessible by WIN7 as well. PIX does not care about the client OS.
2. Manually assign local IP address + DNS to one of the WIN7 computer and try if it works.
3. Note down the IP/DNS configuration of one of the working XP computer , turn it off and assign the same IP/DNS config to the WIN7 computer see it works.
4. Make sure do not launch the website from the shortcut. Open up the browser and type the domain name directly in the browser.
5. Try with different browser if required.
6. Try to ping the domain name as well as your dns server.
7. Open up the command prompt and type nslookup www.your-domain.com and see if your DNS server is able to resolve the domain name to an ip address.
8. Try changing the DNS to 8.8.8.8 and run ipconfig /flushdns and try again.
Assumption B: If webserver is inside the local network
1. In order to reach the webserver behind the PIX using the public domain from the local network, one of the following has to be true:
i. DNS doctrine has been done on the PIX.
ii. You have hosted local DNS with the local network and your clients have been configured for local DNS.
iii. Client host file has of local IP address with the public domain name, such as:
192.168.2.4 www.your-domain-name.com your-domain-name.com
2. Check the contents of the host file on XP clients:
3. Try reaching the website using the local IP address of the server such as http://192.168.2.4
It is safe to post entire PIX configuration provided you mask public IP, passwords (even if it is encrypted),domain names, or any other object name referencing your domain/company.
Is this still a problem that needs looking at?
If the fine gentlemen before me haven't already sorted this for you please feel free to contact me. If I can have your PIX config and some clarification on your network topology for this scenario I'd be happy to review the situation.
I see from the bits of the config you've posted you have SSH access to the PIX from the outside enabled so please use the service encryption on the PIX or simply make sure any passwords are blanked from the config. The previous poster's suggestion about blanking domain names is also a good idea. Depending on the exact problem I may need to see all the IP addressing but you could use a find/replace on the config file to replace real public IPs with fake alternatives (just make sure any rules changed are consistent with the rest of the config or it will get confusing REALLY quickly :)).
*** It's worth noting that DNS is certainly the place to start if the workstations attempting to visit the website cannot reach it by name, but can by it's public IP address (as sanjiv2 suggests, above). ***
Cheers
Replies
I've submitted a purchase requisite, yesterday, to purchase an extended service agreement with CISCO for the PIX. Can't get any assistance without one. We are a small government agency that like many are barely keeping the doors open, financially. I was hesitant to make the purchase not 100% confident that it is the PIX causing the issue.
As I mention in a previous response, my knowledge of PIX is limited to what I have learned since trying to resolve this issue. The config info I posted previously is the entire file minus password, domain name and ip addesses.
I'd be happy to post further information but will need procedural guidance.
I am assuming that the win XP and Win7 PCs are on the inside of the firewall, on the same subnet, connected to the same switch and are sharing the same DNS resolver. I am also assuming that the webserver you are having difficulty accessing is on the PIX's outside port, beyond the comcast gateway and that routing is fine between the PCs and your webserver (traceroute from the windows PCs to the webservers IP address).
1) have you tried clearing your translations on the PIX when the issue occurs? (Telnet to the pix, 'enable' and type your passsword, 'configure terminal' and 'clear xlate' - beware - this action kills all currently held translations across the PIX so connections may need to re-establish)
If this works the issue could be with the XLATE configuration you have. Try reducing the xlate timers.
2) If the XP machines can always access fine but the Win7 PCs can't the issue may not be with xlates, routing or (assumptions holding) the DNS resolution. Try adding a DNS fixup using a large value (1024 should do to start - again: telnet, enable, configure terminal, 'fixup protocol dns maximum-length 1024' ).
I notice you aren't using a fixup on your DNS protocol, hence the suggestion. I must admit though, if your DNS queries aren't traversing the PIX this fix wouldn't have any impact so I have to ask - where is the device that resolves your DNS queries? Ouside the PIX, Inside the PIX or in a DMZ?
I could be very wrong with these ideas as I can't get at my test PIX to test this theory (it's in use). Just thinking on the fly.
Your two suggestions on commands to try on the CISCO are well beyond my comprehension on what they do. I feel that I might want to try them at a time when no one is connected to the network (after hours). I might come in this weekend or try Monday evening. Is there any severe repercussions on doing these commands? Is there commands to undo in case of an emergency?
Your question "where is the device that resolves your DNS queries? ". Here is the best answer I can give you. At any of the agency's PC the ipconfig /all command shows the DNS server address as those that belong to Comcast our internet and email provider. So I assume it is the Comcast Gateway box to the outside of the PIX. When I removed the PIX from the network and connected the Comcast Gateway directly to the 3COM switches the XP and 07 boxers had internet connection and the 07 boxes could connect to the agency's website. However neither boxes could connect to the agency network because they were assigned IP address (10.1...) outside the series used by our network (192.168...).
A third question that did occur:
3) Is the Comcast simply routing layer 3 or is it NATting the traffic to another address range? If you don't know but have access to the Comcast router you should be able to tell reasonably easily.
The two commands I gave you sound scarier than they are. A quick 'n' dirty explanation is:
Xlate is simply a 'translation' that the PIX holds in memory to facilitate traffic across the PIX's various interfaces. Once you've ENABLEd in the PIX, use SHOW XLATE to see what I mean. Once the PIX knows an address for a connection on each interface it holds it in memory and re-uses it as long as one side or the other is continuing to try and communicate. Using CLEAR XLATE empties the PIX of all these remembered translations essentially meaning each new connection has to be re-learned as it's requested. Any established connections are dropped and have to be retried to get through.
As for the FIXUP, now I know your DNS is going out past the comcast I can tell you that it may help you. The fixup command I gave you essentially tries to 'fix' DNS protocol packets to a size of 1024. This is in case overlarge DNS queries (which Win7 can easily create!) are not making it across the PIX properly.
I hope that makes things a little clearer.
BTW, if you aren't getting ICMP responses via traceroute until really later in the hops then you aren't getting echo replies from a lot of intervening items. On the PIX you could try setting up an access-list associated with the inside interface and use the rule:
access-list acl_inside permit icmp any any
where 'acl_inside' is the name of the rule you create. That will allow the PIX to respond to ICMP packets.
One word of warning - while 'permit ICMP any any' is a handy troubleshooting step, it's not a great idea to leave this open on OUTSIDE interfaces - leaves the PIX vulnerable to ping of death and similar DDoS attacks.
I did the XLATE command but it seemed to fail to clear out all remembered translations. After completeing a CLEAR XLATE I would do a SHOW XLATE and it would still display a list of translations.
I haven't tied the FIXUP hope to as soon as possible. Would it be safe to do this during business day while users are connected to the network?
I have a question on your suggestion touse access-list acl_inside permit icmp any any" command. You recommend not to leave this open. What is the command to close?
On my question about the Comvcast, sorry - I over complicated that . The key point is whether the Comcast router is NATting connections outbound. If you don't know, don't worry for now while we have other things to do.
On FIXUP, yes, that's safe to enter during a working day. DON'T save it to the startup-config until you know it's working right. If it causes issues for you either:
a) telnet and 'enable' on the PIX, type configure terminal [enter], and type 'no fixup protocol dns maximum-length 1024' [enter]
b) telnet and 'enable' on the PIX, type 'reload' [enter]. This will restart the PIX firewall and revert it to your saved startup-config file. ONLY DO THIS IF YOU KNOW YOUR STARTUP-CONFIG HAS ALL THE SETTINGS IN IT YOU NEED.
I only emphasise that as I once knew a cisco newbie who didn't realise that settings changes weren't stored by default on a Cisco device. he made changes month after month only ever editing the running-config of the device. When a power cut hit, he was at a loss as to why none of his routers worked any more (the running-configs cleared and the routers reverted to the startup-config files which were, obviously, default!).
On the access_list, as long as you don't mind internal systems pinging the firewall, the command I gave you is safe. Just remember to associate the access-list with an access-group with an interface. Damned PIX. never logical
To remove an access-list, access-group or pretty much any other config in the PIX simply retype the command again but put 'NO' in front of the command. So in this case:
'no access-list acl_inside permit icmp any any'
Easy enough when you've had a bit of time with it
If I have mixed that up with something else, I'll be MOST put out!
Sorry - crisis of confidence for a moment there
I ran the access-list and tried connecting to agency website on a windows 2007 box still unsuccessful. I did run the no access-list later.
I honestly don't know how to do this. When I ran the access-list command I just typed it as you showed in one of your response. (access-list acl_inside permit icmp any any).
In your ICMP case all you need is to telnet, enable and conf t (as usual), then:
access-group acl_inside in interface inside
You have one already, associatd with the outside interface. See your existing access-group command? What that says is you've associated the access-list called 'outside' with the interface called 'outside'.
Only one access-group can be associated with an interface at any time but you can have lots of access-list statements under the same name all bundled together using the access-group command. All you've got to do is keep the naming consistent.
I hope that helps.
I ran the commands, again, using the correct acl-inside and the correct interface name. Still not able to connect to the agency's website. However, when the connection failed the Windows Network Diagnosis reported "Your computer appears to be correctly configured but the device or resource (agency's webite name) is not responding. I've not gotten that before. The diagnosis does not offer any corrective action.
I see an error in a statment
One last idea from me
go to the c:\windows\system32\drivers\etc and edit the hosts file using notepad.
Leave everything in the file and at the bottom, after the ## comments, add the ip address and hostname of the server exactly as it would resolve on the internet and exactly as the remarks show it. dont add number symbol to your line. This will bypass dns for the web site.
If this works, it will buy you some time to look into the dns and pix issues. These 07 machines have the windows firewall turned on or off? If on, you can try switching that off as well, to rule it out.
I'm still confused with the dns part of this. I assume you have internal dns servers (maybe not) and they should use external helpers. When you did your ipconfig /all are you getting internal or external dns server ip addresses?
Replies
If you've purchases a Cisco service contract with TACS support
There are to many "could be this" to solve the problem your having reaching an external web site from within your local network through the PIX firewall. As sinjiv2 mentioned, if your XP machines can reach the external web site without problems, your Windows 7 machines should as well, provided both are using the same addressing and DNS schemes.
Is the Comcast Gateway a DSL/Cable Modem or Router?
Your question "where is the device that resolves your DNS queries? ". Here is the best answer I can give you. At any of the agency's PC the ipconfig /all command shows the DNS server address as those that belong to Comcast our internet and email provider. So I assume it is the Comcast Gateway box to the outside of the PIX. When I removed the PIX from the network and connected the Comcast Gateway directly to the 3COM switches the XP and 07 boxers had internet connection and the 07 boxes could connect to the agency's website. However neither boxes could connect to the agency network because they were assigned IP address (10.1...) outside the series used by our network (192.168...).
If you connect the comcast gateway to your switches, computers should NOT pull DHCP addresses if Comcast Gateway is just a DSL/Cable modem and if your assigned only 1 routable internet address. If your assigned a block of routable internet address, and the Comcast Gateway is in bridged mode, then computers could pull those public addresses.
If ithe Comcast Gateway is a DSL/Cable router and has DHCP enabled on it's LAN port, then computers could pull addresses, and could be assigned the private 10.X.X.X 255.0.0.0 subnet IF that is the default LAN addressing [which typically for consumer and small business routers, isn't not]
If that's the case, then one needs to question why the PIX is in there in the first place, as the Comcast "router" [if the device is a router] is handling NAT and firewall duties. You could configure the Comcast router, if that's what it is, to handle what the PIX was doing, and remove the PIX from the network configuration.
Check the model of the Comcast device and see if it's a DSL/Cable modem or DSL/Cable router.
Replies
What browser?
IE9 handles non fully qualified domain names differently than any of it's predecessors so that brings about some potential gotchas...
Some people will type my portal.company.com while others may be using just myportal ... Per ie9 it made no difference but in ie9 the string may actually convert to a bing/google search. You can turn off this setting of course.
But along those same lines... A programmer on your site could be referencing the non-FQDN explicitly in code too which is not advisable ... If they programmed images to load from simply myportal/foo.jpg for instance you can be in a situation where some parts of site work and not others... But in this example the issue would more relate to improper dns suffix completion vs the prior where it's the browser thinking what you typed is a search string (BUT... The reasons it revert to search string vs knowing it was an intranet site can relate to improper DNA suffix configuration).
Also does the site use Only http protocol or is it using any others? any Direct links to files? That may present other potential issues such as whether it is using smb vs smb2.
As a test i would uninstall ie9 from a win7 machine to go back to ie8 to eliminate that issue first and foremost...
Replies
WIth your explanation about the Comcast Gateway I'm going to contact Comcast and ask a few questions. I've contacted them before but didn't ask the right questions or inform them that we had a PIX between their gateway and our network.
on the subject of DNS Suffixs
In your PIX config, you have
as the dhcp domain name. A whois lookup of mcleodusa.net produces this:dhcpd domain Mcleodusa.net
Registrant:
WINDSTREAM COMMUNICATIONS, INC.
6400 C Street SW
PO Box 3177
Cedar Rapids, IA 52406
US
Domain name: MCLEODUSA.NET
Administrative Contact:
Inc., McLeodUSA
6400 C Street SW
PO Box 3177
Cedar Rapids, IA 52406
US
281.465.1200
Technical Contact:
Inc., McLeodUSA
6400 C Street SW
PO Box 3177
Cedar Rapids, IA 52406
US
281.465.1200
Registration Service Provider:
PAETEC,
800-340-2555
http://www.paetec.com
This company may be contacted for domain login/passwords,
DNS/Nameserver changes, and general domain support questions.
Registrar of Record: TUCOWS, INC.
Record last updated on 11-Apr-2012.
Record expires on 20-Oct-2012.
Record created on 21-Oct-1996.
Registrar Domain Name Help Center:
http://tucowsdomains.com
Domain servers in listed order:
NS2.MCLEODUSA.NET 209.253.113.11
NS3.MCLEODUSA.NET 209.253.113.
It's possible, but maybe not probable, clients are being told the DNS server is mcleodusa.net by the PIX firewall in which to resolved DNS queries. If mcleodusa.net is not your DNS servers then this might be the reason Windows 7 clients can't reach your external web site, as the DNS listed in the PIX cant resolve the query and doesn't forward the unresolved query, by virtual of rejecting queries.
BUT, if you have statically assigned DNS servers in clients, with another DNS server address, such as your ISP's DNS servers then this DNS option in DHCP on the PIX this shouldn't matter. The client computers will use the DNS servers that are configured.
BUT, the other difference with Windows 7 than Windows XP is Windows 7 supports IPv6 [and the PIX 506 doesn't] so, it's possible, but not probable, that Windows 7 is using IPv6, which is on by default, and using information obtained from the PIX such as DNS servers, which may be the wrong ones. A test is to turn off IPv6 on the Windows 7 boxes and only use IPv4 see if that makes a difference. It may or may not.
Lots of good information from all posters here and armed with that, you'll get a good idea of the information you need to discover, to narrow down the potential cause of the problem of your external web site, not displaying in Windows 7 machines.
Replies
Our agency's network is a workgroup, no domain.
My 2 Cents
With PIX in the path:
Windows XP box can access a website over the Internet by typing "http://ip address of website"
Windows 7 box cannot access same website over the Internet by typing "http://ip address of website"
Without PIX in the path:
Both Win7 and Win XP boxes can access this website
If the above is correct, here is what I suggest trying:
On the PIX, run the following commands:
conf t
access-list inbound permit tcp any eq 80 any
access-list inbound permit tcp any eq 443 any
no fixup protocol http 80
exit
This has the effect of turning of http inspection while allowing responses from web servers through the outside interface. Now try accessing the website from Windows 7 and see if it makes a difference.
To return to the previous config run the following commands:
conf t
no access-list inbound permit tcp any eq 80 any
no access-list inbound permit tcp any eq 443 any
fixup protocol http 80
exit
Replies
Looking forward to the day that i try one of these, much appreciated, suggestions and the Windows 07 will open the website. This issue really shouldn't be that big a deal but seem important that an agency's computers can open their own website. We haven't had any other issues with the Window 07 computers that couldn't be resolved quickly.
I ran the three commands, you recommened, and lost all internet connection. Windows Network Diagnosis reported "Wndows can't communicate with the device or resource (primary DNS server)."
Running the three commands again with the "no": in front of the first two and removing the "no" from the third command did not work to reestablish the internet connection. I power downed the PIX to reestablish internet.

































