Unable to open a web page

  • Thread starter Thread starter Brenda J
  • Start date Start date
B

Brenda J

All of a sudden I can't open a web site that I used to go
to all the time. It's www.reviewjournal.com and I can
access it from my laptop on my home network but not my
desktop. I tried flushing the dns at ipconfig but that
didn't fix the problem. I need to access this site for
my job and I'm very frustrated. Please help!
 
I've recently started using filtering software to stop popups, etc. I've
found I have to be careful now becuase some sites may get filtered out
completely and I get a blank page when I try to open. Turning off the
filter will work. On one configuration, I can add the url to an exception
list that allows the page to pass the filter. Would this be it??
 
Brenda J said:
All of a sudden I can't open a web site that I used to go
to all the time. It's www.reviewjournal.com and I can
access it from my laptop on my home network but not my
desktop. I tried flushing the dns at ipconfig but that
didn't fix the problem. I need to access this site for
my job and I'm very frustrated. Please help!

Find > Files/folders (may be hidden system file) for:
"HOSTS" or "hosts" - rename, *if* found, to "NOHOSTS"
or "nohosts" (no quotes) - Close all instances of IE during this operation.
Reboot if you feel necessary.

HTH

--
siljaline

MS - MVP Windows IE/OE
______________________

(Reply to group, as return address
is invalid - that we may all benefit)
 
I wish that were the case. I don't have a filtering
software installed. I also tried to ping the site and it
times out and fails. I've tried so many things to fix
this that I'm at a loss. I even tried the live online
help with my cable modem provider and they referred me
back to Microsoft, saying it's a third party problem, not
my Internet connection.
 
Thank you, I did this and renamed two files to "nohosts"
and "NOHOSTS" but that didn't work. Any other
suggestions? I'm desperate to fix this.
 
Brenda J said:
All of a sudden I can't open a web site that I used to go
to all the time. It's www.reviewjournal.com and I can
access it from my laptop on my home network but not my
desktop. I tried flushing the dns at ipconfig but that
didn't fix the problem. I need to access this site for
my job and I'm very frustrated. Please help!

It may be a problem with the DNS that you are using on your desktop.
Does the same lookup get done if you try pinging that server name
in each case? Don't worry if the request times out; you are only
doing it to see if the lookup is available.

ping www.reviewjournal.com -n 1

If that works perhaps there is a timing problem with the DNS.
That often seems to be the case when the server name is an alias
for a real server name but that doesn't seem to be the case with
this name:

<example nslookup result>
Non-authoritative answer:
Name: www.reviewjournal.com
Address: 12.9.217.42
</example nslookup result>

In any case what you could do is add an entry to your HOSTS file
for this name and see if that works any better.

You can see the syntax given in the HOSTS.SAM file:
Address in column 1, at least one space and then the symbolic name.
<example line to add to HOSTS>
12.9.217.42 www.reviewjournal.com
</example line to add to HOSTS>

Depending on your OS for the override to work it must go in the correct
HOSTS file (uppercase, no extension) in the correct subdirectory
and a reboot may be necessary to activate it. E.g. NT4 required a reboot,
XP doesn't.


If that works you will have some information to present to your ISP
in order to get it fixed eventually. You don't want to leave DNS overrides
in HOSTS indefinitely in case something later changes after you have
forgotten about the override.


Another possibility is that the lookup is fine but the routing is different
in each case. You could try comparing the output from
tracert www.reviewjournal.com
done on each system to see if there are any significant timing differences.

Unfortunately because of all the morons who have exploited ICMP
in their denial-of-service attacks the diagnostic value of these commands
has been greatly depreciated as sites have taken counter measures.
There may be some clues you can still get from them but not as much
as was once possible.


Good luck

Robert Aldwinckle
---
 
Back
Top