您的位置:首页 > 运维架构 > Linux

centos7 网卡配置及bond配置

2017-07-27 21:04 441 查看
配置网卡
nmcli connection modify ens0 ipv4.addresses xxx.xxx.xxx.xxx/xx ipv4.gateway xxx.xxx.xxx.xxx

nmcli connection modify ens0 ipv4.method manual

 
创建bond0
nmcliconnection add type bond con-name bond0 ifname bond0
绑定两个网卡
nmcliconnection add type bond-slave con-name ens0 ifname ens0 master bond0autoconnect yes

nmcliconnection add type bond-slave con-name ens1 ifname ens1 master bond0autoconnect yes

  

配置及启动bond0

nmcli connection modify bond0 ipv4.addresses xxx.xxx.xxx.xxx/xx ipv4.gateway xxx.xxx.xxx.xxx

nmcli connection modify bond0 ipv4.method manual

nmcliconnection up bond0
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: