w*s 发帖数: 7227 | 1 the idea is for linux system,
if 1st network is lost,
it can still use the 2nd network.
but how to configure this in /etc/network/interfaces ?
i mean DHCP servers for each much be different ?
thx ! |
a9 发帖数: 21638 | 2 bridge不知道行不行。
【在 w*s 的大作中提到】 : the idea is for linux system, : if 1st network is lost, : it can still use the 2nd network. : but how to configure this in /etc/network/interfaces ? : i mean DHCP servers for each much be different ? : thx !
|
x**m 发帖数: 941 | 3 如果是服务器上的静态地址的话,网卡绑定应该可行,而且最大限度利用你的带宽。不
过没有用过动态地址来做这个事情。
如果是非关键设备,我想到一个笨办法:用一个程序频繁监控第一网卡,如果断掉了,
开启第二个网卡。如果第一网卡又好了,把第二网卡关掉。在切换过程中间,网络可能
有短暂的中断。 |
x**m 发帖数: 941 | 4 对应具体环境的做法应该去搜索:nic teaming, nic bonding或者网卡绑定。 |
w*s 发帖数: 7227 | 5 wow, if line 1 is down, shouldn't linux be smart enough to fall over to line
2 automatically ?
【在 x**m 的大作中提到】 : 如果是服务器上的静态地址的话,网卡绑定应该可行,而且最大限度利用你的带宽。不 : 过没有用过动态地址来做这个事情。 : 如果是非关键设备,我想到一个笨办法:用一个程序频繁监控第一网卡,如果断掉了, : 开启第二个网卡。如果第一网卡又好了,把第二网卡关掉。在切换过程中间,网络可能 : 有短暂的中断。
|
j*a 发帖数: 14423 | 6 just test it yourself.
1. beginning: two NICs
2. 'ip ro'
3. shutdown one nic where your default route is pointing to
4. 'ip ro'
5. compare 2 and 4
line
【在 w*s 的大作中提到】 : wow, if line 1 is down, shouldn't linux be smart enough to fall over to line : 2 automatically ?
|