> Install a routing daemon like gated, zebra, routed or something and expect
> it to need configuration.
>
> You can also use equal cost laod balancing for load sharing.
>
But i think it can be a problem if you have to diverent IP Adress Classes
on the two default geteways so that the provider don't accept ip's from
the other class.
Else you can make a thing like this
#!/bin/sh
while true ; do {
ping -c 1 gw1 1>/dev/null 2>&1 \
&& ip ro ch default via gw1 \
|| ip ro ch default via gw2
sleep 60
} ; done
Cu Thomas
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]