Thank you very much, Ron.
Indeed, both routers are physically present, but only one of them is
connected at a time on the PC. Does it make things a bit more
complicated if I have a fixed IP on one of the DSL line ?
brgds
Daniel
Hey Daniel,
This isn't really a problem at all. Simple actually.
Both routers have a WAN connection and ethernet ports for the local
network.
Most routers are configured from the factory with a local IP of
192.168.1.1. Usually DCHP is enabled as well. There is no problems having
more than one router on the same subnet, other than overlapping DHCP
scopes. You would need to limit each. Or, just set the PC to a static IP.
Reconfigure one to have a local IP of 192.168.1.254/255.255.255.0 and the
other leave on 192.168.1.1/255.255.255.0.
On your PC, just change the default gateway to either .1 or .254,
depending on which connection you want to use.
You can make 2 batch file's a place them on the desktop for easy
changing.
In DSL1.bat (or whatever you name it):
route delete 0.0.0.0
route add 0.0.0.0 mask 0.0.0.0 192.168.1.1
In DSL2.bat:
route delete 0.0.0.0
route add 0.0.0.0 mask 0.0.0.0 192.168.1.254
What you are doing is changing the default gateway by a command line
instead of going into Control Panel -> Network Connections -> Blah Blah
Blah.
Regards,
DanS