At work, we have two ADSL lines, one of which is faster than the other and tends to be used as the "main" route out of the office, but it has a dynamic IP address. The slower line has a static IP and has ports mapped for services I want to access remotely (eg SSH).
However, with the default gateway being set to the IP of the router on the faster line (say 192.169.10.1), this means that connections through the second router (say 192.168.11.1) don't work. My PC obviously has addresses on both subnets, and out to be able to respond to a connection coming in on the 192.168.11.x address replying via a default gateway on that subnet, but as I understand it I only have one default gateway.
So, how should I set this up?