On Wed, 30 Nov 2011 23:27:46 -0800, "Jon Danniken"
<jonSPAMMEN...@yahSPAMhoo.com> wrote:
>Char Jackson wrote:
>> You don't specifically mention which Operating System you're using, so
>> I'll assume a recent flavor of Windows.
>
>Hi Char, sorry, WinXP sp3. The router is an old Linksys BEFSR41 r4.2.
Cool, thanks. I'm using the same OS, so that makes it easier.
>> From a Command Prompt, check the output of "ipconfig /all" and "route
>> print". The first will show you the local interface IP address and
>> Gateway IP address of each NIC, among other things, while the second
>> command will show you the current routing table, including the IP
>> address of the Default Gateway and the metric of each interface.
>>
>> Using the output of those two commands, you should see what's
>> happening.
>
>Ah, thanks, I didn't know about the "route" command. Lots of stuff there.
>
>What stands out is the bottom-most line from the "route print" command, the
>"Default Gateway" IP. Normally, this is the IP of my main NIC, the NIC
>which connects to my DSL modem.
>
>When I plug in the router (with no WAN connected) to a different NIC, the
>"Default Gateway" switches to the IP of the NIC that the router is on.
>Since the router isn't connected to the internet, the computer has no
>internet access.
>
>If I wait a minute and use a browser window to call a website, it will first
>come up as unavailable, but after a few tries it will finally work.
>Checking the "route print" once more shows that the "Default Gateway" has
>once again returned to the IP of the NIC connected to the DSL modem, which
>gives the computer internet access.
>
>So what is it in Windows that is changing the Default Gateway for the
>computer from the DSL modem to the router?
Take a look in Start - Settings - Network Connections (right-click on
Network Connections so that it opens as a window or locate it in
Control Panel). In the Network Connections window, click on the
Advanced menu and select Advanced Settings. In the dialog that comes
up, see if the new LAN connection is listed as a higher priority than
the old (DSL) LAN connection. If so, you can click the arrow to change
their relative priorities. They'll probably be called Local Area
Connection 1 (and 2 for the second one). You want the DSL connection
to be a higher priority than the other connection.
I think that might give you what you want, but I do a couple more
things here. My second and third network connections don't have a
Default Gateway configured at all, so only traffic that's supposed to
use those interfaces can actually use them. When I want to use either
of those connections I create a specific route by opening a Command
Prompt and using the "route add blah blah" statement. In addition, my
second and third network connections are on different subnets from
each other, and both are different from my primary connection. That's
mostly to help me keep everything straight, but it's not a strict
requirement. The route command will allow you to specify which
interface to use to reach a specific destination, but in your case the
biggest thing seems to be the assignment of the Default Gateway, and I
think the Advanced Settings mentioned above will do that for you.