M
Mark
Hi all,
I want to configure a laptop (winxp) in a way that it can use two
different lan configurations.
first lan:
IP 192.168.1.38
gateway 192.168.1.140
second lan:
IP 192.168.3.98
gateway 192.168.3.175
I configured the lan connection with the first set of parameters, then
I clicked on advanced and added the second IP adn the second gateway
address.
I typed "route -p add 0.0.0.0 mask 0.0.0.0 192.168.3.175" to add the
second gateway, but when I type "route print" I have:
network address 0.0.0.0 mask 0.0.0.0 gateway 192.168.3.175 interface
192.168.1.38 metric 20
the 3.175 gateway is assigned to the first IP, and I cannot access
internet.
The interface "sees" only the first IP address (192.168.1.38), how can
I modify the routing table in a way that it shows:
network address 0.0.0.0 mask 0.0.0.0 gateway 192.168.3.175 interface
192.168.3.98 metric 20 ????
Thank you!
I want to configure a laptop (winxp) in a way that it can use two
different lan configurations.
first lan:
IP 192.168.1.38
gateway 192.168.1.140
second lan:
IP 192.168.3.98
gateway 192.168.3.175
I configured the lan connection with the first set of parameters, then
I clicked on advanced and added the second IP adn the second gateway
address.
I typed "route -p add 0.0.0.0 mask 0.0.0.0 192.168.3.175" to add the
second gateway, but when I type "route print" I have:
network address 0.0.0.0 mask 0.0.0.0 gateway 192.168.3.175 interface
192.168.1.38 metric 20
the 3.175 gateway is assigned to the first IP, and I cannot access
internet.
The interface "sees" only the first IP address (192.168.1.38), how can
I modify the routing table in a way that it shows:
network address 0.0.0.0 mask 0.0.0.0 gateway 192.168.3.175 interface
192.168.3.98 metric 20 ????
Thank you!