rhel7網路卡bond和team
配置網路卡bond
1. 建立主介面
nmcli con add type bond con-name bond0 ifname bond0 mode active-backup
2. 給主介面分配ip地址
nmcli con mod bond0 ipv4.addresses '11.16.25.100/24'
nmcli con mod bond0 ipv4.method manual
nmcli con mod bond0 connection.autoconnect yes
3. 建立從介面
nmcli con add type bond-slave ifname eno1 master bond0
nmcli con add type bond-slave ifname eno2 master bond0
4. 開啟主介面和從介面
nmcli con up bond-slave-eno2
nmcli con up bond-slave-eno1
nmcli con up bond0
網路卡teaming配置
#nmcli con add type team con-name team0 ifname team0 config '{"runner": {"name": "activebackup"}}'
#nmcli con mod team0 ipv4.addresses '192.168.0.100/24'
#nmcli con mod team0 ipv4.method manual
#nmcli con add type team-slave con-name team0-port1 ifname eno1 master team0
#nmcli con add type team-slave con-name team0-port2 ifname eno2 master team0
#teamdctl team0 state(檢視狀態)
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29551564/viewspace-2212526/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 實戰網路卡bond
- Linux雙網路卡繫結單個IP之(team)Linux
- 更改 RHEL7 或者 CentOS 7 的網路卡名稱CentOS
- 深度分析Linux下雙網路卡繫結七種模式 多網路卡的7種bond模式原理Linux模式
- RHEL7網路管理
- Linux虛擬網路卡TUN和TAPLinux
- 麒麟系統修改網路卡名步驟和網路卡佔用故障處理
- curl wget bondwget
- linux下打滿網路卡的頻寬和影響打滿網路卡的原因Linux
- Linux 中如何啟用和禁用網路卡?Linux
- linux 配置 bond 介面Linux
- 一張網路卡:同時使用千兆和萬兆網路
- 千兆網路卡與萬兆網路卡的區別在哪?
- VMware ESXi 7.0 U2 SLIC 2.6 & Unlocker 整合 Intel NUC 網路卡、USB 網路卡和 NVMe 驅動Intel
- 雲主機新增網路卡配置多網路卡策略路由路由
- Linux系統自定義網路卡並更改網路卡介面Linux
- VMwareNAT網路卡配置
- Team Queue
- 物聯網路卡和手機卡的區別
- 檢視Linux網路卡UUID和MAC地址---Linux命令LinuxUIMac
- NB物聯網路卡與物聯網路卡的區別
- Linux系統新增自定義網路卡並更改網路卡介面Linux
- 什麼是智慧網路卡?智慧網路卡的作用是什麼?
- 三大運營商網際網路卡套餐大全 網際網路卡套餐有哪些
- rhel7 udevdev
- RHEL7和RHEL6的主要變化
- 網路卡-國家碼
- linux 網路卡繫結Linux
- Linux網路卡繫結Linux
- Best Team With No Conflicts
- 有線網路卡與無線網路卡有什麼不同之處?
- Oracle 11gR2 RAC 單網路卡轉雙網路卡繫結配置Oracle
- 電腦網路卡是什麼?如何看網路卡是千兆還是百兆?
- 主備網路卡,網路無憂
- 太慢不能忍!CPU又拿硬碟和網路卡開刀了!硬碟
- Linux檢視網路卡流量方法的工具和命令彙總Linux
- windows主機批處理命令檢查網路卡網路自動重啟網路卡Windows
- rhel7 pgloader使用