雙網路卡繫結
-----linux
1. vi /etc/sysconfig/network-scripts/ifcfg-bond0
DEVICE=bond0
ONBOOT=yes
BOOTPROTO=none
NETMASK=255.255.255.0
IPADDR=123.0.0.54
BROADCAST=123.0.0.255
NETWORK=123.0.0.0
USERCTL=no
TYPE=Ethernet
2.vi /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
BOOTPROTO=none
ONBOOT=yes
MASTER=bond0
SLAVE=yes
USERCTL=NO
TYPE=Ethernet
3.vi /etc/sysconfig/network-scripts/ifcfg-eth1
DEVICE=eth1
BOOTPROTO=none
ONBOOT=yes
MASTER=bond0
SLAVE=yes
USERCTL=NO
TYPE=Ethernet
4. vi /etc/modprobe.conf 最後行加入
alias bond0 bonding
options bond0 miimon=100 mode=1 ##mode=0 loadblance on switch support , mode=1 failover , mode=6 loadblance
5.vi /etc/rc.d/rc.local 最後行加入
ifenslave bond0 eth0 eth1
6.reboot
---windows on HP server
使用HP Network configuration Utility
1. vi /etc/sysconfig/network-scripts/ifcfg-bond0
DEVICE=bond0
ONBOOT=yes
BOOTPROTO=none
NETMASK=255.255.255.0
IPADDR=123.0.0.54
BROADCAST=123.0.0.255
NETWORK=123.0.0.0
USERCTL=no
TYPE=Ethernet
2.vi /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
BOOTPROTO=none
ONBOOT=yes
MASTER=bond0
SLAVE=yes
USERCTL=NO
TYPE=Ethernet
3.vi /etc/sysconfig/network-scripts/ifcfg-eth1
DEVICE=eth1
BOOTPROTO=none
ONBOOT=yes
MASTER=bond0
SLAVE=yes
USERCTL=NO
TYPE=Ethernet
4. vi /etc/modprobe.conf 最後行加入
alias bond0 bonding
options bond0 miimon=100 mode=1 ##mode=0 loadblance on switch support , mode=1 failover , mode=6 loadblance
5.vi /etc/rc.d/rc.local 最後行加入
ifenslave bond0 eth0 eth1
6.reboot
---windows on HP server
使用HP Network configuration Utility
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/28539951/viewspace-1299864/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- linux雙網路卡繫結Linux
- redhat 6.3 雙網路卡繫結Redhat
- Linux 繫結雙網路卡Linux
- Linux 雙網路卡繫結Linux
- Redhat AS 5.4 雙網路卡繫結Redhat
- centos 6.5 雙網路卡繫結CentOS
- 【轉】redhat 雙網路卡繫結Redhat
- liunx下雙網路卡繫結
- CentOS 5.4上雙網路卡(多網路卡)繫結CentOS
- RHEL6 雙網路卡繫結
- 關於AIX雙網路卡繫結AI
- linux redhat 雙網路卡繫結LinuxRedhat
- NIC bonding 雙網路卡繫結
- Linux 雙網路卡繫結實踐Linux
- 虛擬機器雙網路卡繫結虛擬機
- linux6.5 雙網路卡繫結Linux
- Linux 雙網路卡繫結技術Linux
- RedHat Linux 5 雙網路卡繫結RedhatLinux
- Linux下雙網路卡繫結bond0Linux
- SUSE linux雙網路卡繫結一個IPLinux
- Redhat linux雙網路卡繫結一個IPRedhatLinux
- Oracle 11gR2 RAC 單網路卡轉雙網路卡繫結配置Oracle
- Liunx 網路卡繫結
- Linux雙網路卡繫結單個IP之(team)Linux
- 華為server centos 6.5雙網路卡繫結操作步驟ServerCentOS
- Linux網路卡繫結Linux
- 剖析網路卡繫結模式模式
- linux 網路卡繫結Linux
- Linux下雙網路卡繫結bond配置例項詳解Linux
- OEL6.4(BOND)雙網路卡繫結實戰—附加說明
- Linux(09):網路卡繫結Linux
- Oracle RAC 與 網路卡繫結Oracle
- 網路卡繫結七種模式模式
- linux rac 網路卡繫結Linux
- CentOS 5中改造RAC的private ip實現雙網路卡繫結CentOS
- 深度分析Linux下雙網路卡繫結七種模式 多網路卡的7種bond模式原理Linux模式
- linux6.5 網路卡繫結Linux
- Linux雙網路卡繫結實現負載均衡和失效保護Linux負載