谢谢
解决方法 绑定模式为主动备份模式,并指定首选接口,使用主关键字指定首选接口:BONDING_OPTS="mode=1 miimon=100 primary=eth0"
因此,在此示例中,如果可用,则希望它始终为eth0.
primary
A string (eth0,eth2,etc) specifying which slave is the primary
device. The specifIEd device will
always be the active slave while it is
available. Only when the primary is
off-line will alternate devices be
used. This is useful when one slave is
preferred over another,e.g.,when one
slave has higher throughput than
another. The primary option is only
valID for active-backup mode.
用于linux绑定的The documentation实际上相当彻底.我强烈建议至少阅读更相关的部分.
总结以上是内存溢出为你收集整理的linux – 具有优先级的NIC主动/被动绑定全部内容,希望文章能够帮你解决linux – 具有优先级的NIC主动/被动绑定所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)