Hey guys,
I add a route like this:
route add -net 10.1.0.0/24 gw 66.92.74.135
And it shows up fine in my routing tables... But if the other machine
looses it's link to the 10.1.0.* address, my machine tries to route
those addresses to it's default route. I think the gateway sends some
kind of "It's not here anymore" packet? That's not a big deal since it
just gets dropped at my default gateway, but when the link to the
10.1.0.* address comes back up, my machine doesn't ever re-try to get to
it through the 66.92.74.135 gateway...
Is there a way to force a route so it always goes through the gateway?
Even after it does fail?
Thanks,
-Marc