home page does not load automatically

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I'm having a problem with my internet connection and there are similar
problems with some other desktops in my organization. On mine, I have a home
page defined (yahoo.com), but whenever I open the browser or hit the home
button, I go to yahoo.com but the page does not load automatically. It comes
up completely blank, no errors. I have to hit the refresh every time. I'm
running XP home edition. If I log in as another usre on the same desktop, I
have no problem, so it's something about one specific user profile.

Also, in work, on Win 2000 desktops, I have experienced a problem with
certain web sites failing to load. Looks like a DNS problem because it
usually results in a DNS error message. I've tried to flush the dns cache,
but that doesn't seem to work.

Any ideas for either of these problems?
 
In
tthrone said:
Hi,

I'm having a problem with my internet connection and
there are similar problems with some other desktops in my
organization. On mine, I have a home page defined
(yahoo.com), but whenever I open the browser or hit the
home button, I go to yahoo.com but the page does not load
automatically. It comes up completely blank, no errors.
I have to hit the refresh every time. I'm running XP
home edition. If I log in as another usre on the same
desktop, I have no problem, so it's something about one
specific user profile.

Also, in work, on Win 2000 desktops, I have experienced a
problem with certain web sites failing to load. Looks
like a DNS problem because it usually results in a DNS
error message. I've tried to flush the dns cache, but
that doesn't seem to work.

Any ideas for either of these problems?

Sounds more like an MTU problem than a DNS problem.
Try this ping -f yahoo.com -l 1472
Does it say 'Packet needs to be fragmented but DF set', does it time out or
does the ping return?
1472 bytes is the maximum MTU of the internet + 28 bytes overhead = 1500
bytes.
If it times out reduce the packet size until the ping returns and set the
MTU on the NIC to that number + 28 (if the ping returns at 1450 add 28 and
set the MTU to 1478)
 
Kevin,

Thanks for the advice. I tried this on my Win XP desktop and the ping
returns normally. I did a ping to yahoo.com both with and without the
options you listed and both returned normally.

I have to believe this is something that is being saved under the user
profile because if on the same machine, I log in as another user, there is no
problem. Is it possible that DNS or something else caches an old IP address
for yahoo.com so that when I try to load the home page it is blank? I can
change the home page option in windows explorer to something else, say
Google.com and it will load properly. But if I change back to yahoo.com, it
fails until I refresh. I tried to do ipconfig /flushdns, and it appears to
have worked, but this still occurs.

Thanks again for any other advice.
 
Correction!
If I log onto the same desktop as another user, and try to set yahoo.com as
a home page, it still does not load until I hit refresh. But, logged on as
any user, I can set other pages as the home page and they will load normally
when I start the browser or hit the home button. Seems to just pick on
Yahoo.com.
 
In
tthrone said:
Kevin,

Thanks for the advice. I tried this on my Win XP desktop
and the ping returns normally. I did a ping to yahoo.com
both with and without the options you listed and both
returned normally.

I have to believe this is something that is being saved
under the user profile because if on the same machine, I
log in as another user, there is no problem. Is it
possible that DNS or something else caches an old IP
address for yahoo.com so that when I try to load the home
page it is blank? I can change the home page option in
windows explorer to something else, say Google.com and it
will load properly. But if I change back to yahoo.com,
it fails until I refresh. I tried to do ipconfig
/flushdns, and it appears to have worked, but this still
occurs.

Turn off "Show friendly HTTP error messages" (Advanced tab of Internet
properties)
This is unlikely to be DNS giving you the wrong address.
You might try setting IE to check for new versions of stored pages every
time you visit the page. (General tab, Settings button, of internet
properties)
 
Back
Top