NIC bonding with two uplinks
Posted
by Karolis T.
on Server Fault
See other posts from Server Fault
or by Karolis T.
Published on 2009-06-23T19:48:04Z
Indexed on
2010/05/13
15:44 UTC
Read the original article
Hit count: 344
Is bonding the preferred way of implementing ISP redundancy?
In the texts I've seen, bond device has a netmask, gateway of it's own. How can this be obtained if there are two different gateways from two uplinks, which one to choose?
Do I need any special routing rules to go with it or does simply configuring separate interfaces (using Debian, /etc/network/interfaces), i.e eth1, eth2 for their corresponding uplinks and bonding them to bond0 handle routing automatically?
If I want to NAT client machines, do they use bond device's IP as a gateway? Does the bond0 device is the device that goes into iptables nat rules?
Thanks
© Server Fault or respective owner