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.
> 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?
> I have 2 NICs in my main PC that are members of 3 different subnets.
> The primary NIC has a single IP address while the secondary NIC has
> two IP addresses. I see no slowdowns and no weird traffic activity
> regardless of which NIC or which subnet I'm accessing.
Hopefully I can figure this all out so I can function at that level.
Thanks,
Jon