Advertisement

在centos系统中配置网络接口bond

阅读量:

文章结构概览

  • 指令
    • 设置流程
      • 设置bond
      • 移除bond
      • 查询bond

实际上,大量配置工作可通过文件完成,但采用ifenslave指令进行操作会更加便捷

命令

复制代码
    [root@EPC ~]# ifenslave -h
    Usage: ifenslave [-f] <master-if> <slave-if> [<slave-if>...]
       ifenslave -d   <master-if> <slave-if> [<slave-if>...]
       ifenslave -c   <master-if> <slave-if>
       ifenslave --help
    
       To create a bond device, simply follow these three steps :
       - ensure that the required drivers are properly loaded :
         # modprobe bonding ; modprobe <3c59x|eepro100|pcnet32|tulip|...>
       - assign an IP address to the bo

全部评论 (0)

还没有任何评论哟~