Windows XP computer with two NICs
Windows XP computer with two NICs
(OP)
I know something similar has been posted before, but mine is acting a little differently.
I have two NICs in one PC. One accesses our LAN & Internet, while the other connects via ethernet cable to modems, routers, etc in order to configure. So basically, that connection is just passing local 192.xx traffic back and forth between a connected device.
Regarding the interface that I only use to configure devices, I have set that TCP/IP metric to a higher number than that of my LAN connection. When I connect a device up to that secondary NIC, the LAN will stay up for a while< but then always go go down. Usually, it goes down after I have finished my configuring of device on the NIC and reboot it.
Any thoughts to keep get my LAN to stay up all the time?
I have two NICs in one PC. One accesses our LAN & Internet, while the other connects via ethernet cable to modems, routers, etc in order to configure. So basically, that connection is just passing local 192.xx traffic back and forth between a connected device.
Regarding the interface that I only use to configure devices, I have set that TCP/IP metric to a higher number than that of my LAN connection. When I connect a device up to that secondary NIC, the LAN will stay up for a while< but then always go go down. Usually, it goes down after I have finished my configuring of device on the NIC and reboot it.
Any thoughts to keep get my LAN to stay up all the time?
RE: Windows XP computer with two NICs
Kevin Wing
ACSS Small and Medium Enterprise (SME) Communications
ACS- Implement IP Office
ACA- Implement IP Office
Carousel Industries
RE: Windows XP computer with two NICs
RE: Windows XP computer with two NICs
If your NIC is configured by DHCP chances are a gateway gets passed to it. If the primary NIC also has a gateway assigned then this can cause the conflict.
By adding the second NIC and simply assigning it a network and mask, it should automatically route to the local LAN without requiring a gateway.
RE: Windows XP computer with two NICs
RE: Windows XP computer with two NICs
The thing to watch out for is that there is only one gateway assigned to the machine in total, not one for each LAN or ethernet device.
RE: Windows XP computer with two NICs
Alternatively, adding a custom route may solve your issue with the "route" command.
ROUTE ADD 0.0.0.0 MASK 0.0.0.0 X.X.X.X METRIC Y IF Z
^Gateway
By specifying the IF (interface), you may avoid these issues.
Of course X, Y, and Z are variables which will depend on your network configuration.
When your network connection fails, try going to the command line and typing "route print", is your internet traffic being routed over the wrong interface?
Chris Cantwell
http://www.DoItAllConsulting.com
http://www.DataPathinc.com
http://www.VoteForCantwell.com
RE: Windows XP computer with two NICs
When you say that second NIC is set for DHCP, I assume that it is automatically obtaining an address. That's fine, but you're making the NIC LOOK for a gateway to nowhere.
Windows only allows one Gateway. Go to the properties page of network connections then to the property page of the lan connection that is not connected to the internet. Under Internet Protocol (TCP/IP), specify a static IP address and subnet mask (get the info from command prompt ipconfig.exe, use the one that your were already assigned) under "Use the following IP address". Leave Default gateway blank. Save it and you're done.
(Now if you really want to be cute, bridge the connections. Just kidding.)