Quote:

Try adding two routes to 0.0.0.0, one via each gateway, without the default flag, and then remove the existing default route. This should allow the server to choose the appropriate route.

ie;
route del default
route add -net 0.0.0.0 gw isp1.gateway.ip metric 1 dev isp1.ethernet.interface
route add -net 0.0.0.0 gw isp2.gateway.ip metric 1 dev isp2.ethernet.interface


Spot on. Though I didn't have to delete the original route, just add a new default for the second gateway

Right, Linux down only Win2k to go...

I think I'll go and investigate the Win2k route command (though I have only one interface there so that might be a problem)
_________________________
Remind me to change my signature to something more interesting someday