Linux dual NIC binding brief steps

Source: Internet
Author: User

Edit Eth0

Device=eth0
Type=ethernet
Onboot=yes
Master=bond0
Slave=yes
Bottproto=none

Edit Eth1


Device=eth1
Onboot=yes
Master=bond0
Slave=yes
Bottproto=none

Edit Bond0

Device=bond0
Bootproto=static
ipaddr=10.10.128.13
netmask=255.255.192.0
gateway=10.10.128.254
Onboot=yes
Userctl=no
To add a module:

[Email protected] network-scripts]# cat/etc/modprobe.d/bonding.conf
Alias Bond0 Bonding
Options Bonding miimon=100 mode=1

Load module:

[Email protected] network-scripts]# modprobe bonding

To view the network card mode:

[Email protected] proc]# cat/proc/net/bonding/bond0
Ethernet Channel Bonding driver:v3.7.1 (April 27, 2011)

Bonding mode:fault-tolerance (Active-backup)
Primary Slave:none
Currently Active Slave:eth1
MII Status:up
MII Polling Interval (ms): 100
Up Delay (ms): 0
Down Delay (ms): 0

Slave Interface:eth0
MII Status:up
speed:1000 Mbps
Duplex:full
Link Failure count:1
Permanent HW addr:40:f2:e9:b9:ab:68
Slave Queue id:0

Slave interface:eth1
MII Status:up
speed:1000 Mbps
Duplex:full
Link Failure count:0
Permanent HW addr:40:f2:e9:b9:ab:69
Slave Queue id:0


Linux dual NIC binding brief steps

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.