Linux網路卡team
1 啟用 team
cat <
alias bond0 bonding
EOF
2 設定 網路卡eth0為team模式
cat <
BOOTPROTO=none
DEVICE=eth0
ONBOOT=yes
TYPE=Ethernet
MASTER=bond0
SLAVE=yes
EOF
3 設定 網路卡eth1為team模式
cat <
BOOTPROTO=none
DEVICE=eth1
ONBOOT=yes
TYPE=Ethernet
MASTER=bond0
SLAVE=yes
EOF
4 設定 team網路卡及team相關引數
cat <
DEVICE=bond0
ONBOOT=yes
STARTMODE="onboot"
BONDING_MASTER="yes"
BONDING_MODULE_OPTS="mode=1 miimon=50"
BONDING_SLAVE0="eth0"
BONDING_SLAVE1="eth1"
IPADDR=10.204.54.50
NETMASK=255.255.254.0
GATEWAY=10.204.54.1
EOF
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24867586/viewspace-712544/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Linux雙網路卡繫結單個IP之(team)Linux
- rhel7網路卡bond和team
- linux 網路卡繫結Linux
- Linux網路卡繫結Linux
- Linux系統自定義網路卡並更改網路卡介面Linux
- Mac Linux 重啟網路卡MacLinux
- Linux 7 配置網路卡(nmcli)Linux
- Linux修改網路卡的名字Linux
- LINUX下手工新增網路卡Linux
- Linux Ubuntu 修改網路卡名字LinuxUbuntu
- Linux(09):網路卡繫結Linux
- Linux系統新增自定義網路卡並更改網路卡介面Linux
- rocky linux 重啟網路卡命令Linux
- linux檢視網路卡型號Linux
- Linux 雙網路卡雙IP配置Linux
- Linux虛擬網路卡TUN和TAPLinux
- linux網路卡配置檔案詳解Linux
- Linux 虛擬網路卡技術:MacvlanLinuxMac
- 檢視Linux網路卡UUID和MAC地址---Linux命令LinuxUIMac
- Linux 中如何啟用和禁用網路卡?Linux
- 更改Linux系統的網路卡名稱Linux
- linux下打滿網路卡的頻寬和影響打滿網路卡的原因Linux
- linux下一個網路卡配置多個IPLinux
- Linux案例01:eth0網路卡異常Linux
- Linux網路卡配置檔案 引數詳解Linux
- 深度分析Linux下雙網路卡繫結七種模式 多網路卡的7種bond模式原理Linux模式
- linux系統使用shell命令過濾物理網路卡Linux
- Kali Linux破解wifi密碼(無須外接網路卡)LinuxWiFi密碼
- Linux中虛擬網路卡是什麼?有何作用?Linux
- 千兆網路卡與萬兆網路卡的區別在哪?
- 雲主機新增網路卡配置多網路卡策略路由路由
- Linux檢視網路卡流量方法的工具和命令彙總Linux
- VMwareNAT網路卡配置
- Team Queue
- NB物聯網路卡與物聯網路卡的區別
- deepin linux的無線網路解決-網路卡驅動(手動)安裝Linux
- Linux系統如何檢視網路卡的資訊及數量?Linux
- Debian/Linux安裝 Realtek 8811cu無線網路卡驅動Linux
- Linux 5.8支援新的Marvell/Aquantia Atlantic “A2”網路卡Linux