Request for Question Clarification by
sublime1-ga
on
13 Oct 2003 18:57 PDT
mxnmatch...
It may not be possible to pin this down, especially if the
connection is somehow failing prior to your modem. I've
had some similar problems, though, and this is what you
can do:
Go to Start -> Control Panel -> Network Connections, and
right click on your connection. Select 'Properties' and
check the box which says "Show icon in taskbar when
connected". A pop-up balloon should alert you the next
time your connection goes south.
If you can see the flashing lights on your DSL modem, you
may notice that one of them (green, perhaps) which glows
steadily when your connection is good, goes out or starts
blinking when it goes bad. Both this and the pop-up balloon
are indications that your incoming signal is down.
In any case, when you realize that your connection is down,
go to Start -> Run, type in 'cmd' (no quotes), and hit
'Enter'. In the Command window, type in 'ipconfig /all'
and hit enter. This should tell you immediately what the
status of your connection is. If it's good, you'll see
an IP address associated with your ISP, as well as
similar addresses for your Default Gateway, DNS servers,
and DHCP server, if applicable. If those aren't in
evidence, your connection is probably down. To familiarize
yourself with what *should* be there, do the above while
your connection is good, so you'll see the difference.
If there's evidence that it's down, the next step is to
try to renew it (which won't work if your incoming signal
is absent). Type in 'ipconfig /release' and hit Enter.
A dialog will tell you when the connection is released,
or that it is already released (or you may get a different
message, so let us know). If the dialog indicates that the
connection is released, type 'ipconfig /renew' to renew it.
A dialog should then confirm the re-connection and provide
you with the IP address, etc.
I even created a batch file to automatically and quickly
run 'ipconfig /release', followed by 'ipconfig /renew',
to speed this up.
If you can't re-establish the connection by doing this, then
try be-booting and see if that works. When Windows opens,
use 'ipconfig /all' to see if its good. If it's not, then
it's likely that your provider is flaking out on you, and
the first thing they'll want to know is whether 'ipconfig /all'
is indicating a good connection.
Another good option for testing and tweaking your connection
is DSLreports.com. Use one of their Speed test locations,
and then use their Tweak test. This will give you a good
report on your connection and offer suggestions for making
it better, using a utility called DrTCP to tweak some
settings in the Windows Registry:
http://www.dslreports.com/tools
Let me know what you discover. It may turn out that your
provider is flaking out on you, and you'll need to call
Customer Service to work it out. Feel free to come back
with any Request for Clarification you may need.
sublime1-ga