-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 28-Jun-2002/23:20 -0400, Kalin Mintchev <[EMAIL PROTECTED]> wrote: >what about two "not default" gateways? >if i have two eth cards that reside on 2 different networks i'll need two >different gateways - one for each network... so if one goes down - the >other is still up and the machine is still serving.. how can this be done >without 2 gateways then?!!?!?.......
You have to figure out what network(s) will be served by each interface, then use the route command to assign the required route(s) to each interface. If you are operating within a closed network, and you know how to reach all parts of that network, then you may not need any default route. But if you aren't on a closed network (ie; you're on the Internet), or if the network is large and you don't know how to reach all of it, then you will need a default route, and it will have to be assigned to one interface. In either case, if you need the machine to continue to serve clients one both networks if one interface goes down, then you need a cron job to run a script that checks connectivity on each network. If the script finds that one network is down, it needs to delete all the routes associated with that interface and assign them to the other interface, then send an alert to a sysadmin. This will only work if all the clients are reachable through either interface. Tony - -- Anthony E. Greene <mailto:[EMAIL PROTECTED]> OpenPGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26 C484 A42A 60DD 6C94 239D AOL/Yahoo Messenger: TonyG05 HomePage: <http://www.pobox.com/~agreene/> Linux. The choice of a GNU generation <http://www.linux.org/> -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: Anthony E. Greene <mailto:[EMAIL PROTECTED]> 0x6C94239D iD8DBQE9HbNYpCpg3WyUI50RAiCQAKDk8prFAPi2fnoqo9e5rE4azSjtVwCaAsRY bbrvzKisSjjDXK67018YVZo= =lPUd -----END PGP SIGNATURE----- _______________________________________________ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list