[root@libin network-scripts]# cat ifcfg-eth6 DEVICE="eth6" BOOTPROTO="none" HWADDR="81:5B:12:2F:3A:11" #NM_CONTROLLED="yes" ONBOOT="yes" TYPE="Ethernet" UUID="13aae73c-03b8-48b3-aad8-655b119ea72b" MASTER=bond0 SLAVE=yes [root@libin network-scripts]# cat ifcfg-eth7 DEVICE="eth7" BOOTPROTO="none" HWADDR="81:5B:12:2F:3A:12" #NM_CONTROLLED="yes" ONBOOT="yes" TYPE="Ethernet" UUID="0764a5c4-ac12-47ed-b155-96be8e948d2e" MASTER=bond0 SLAVE=yes [root@libin network-scripts]# cat ifcfg-eth10 DEVICE="eth10" BOOTPROTO="none" HWADDR="81:5B:12:2F:39:13" #NM_CONTROLLED="yes" ONBOOT="yes" TYPE="Ethernet" UUID="a5b07313-0c1f-43fe-99b9-23b1d838f055" MASTER=bond0 SLAVE=yes [root@libin network-scripts]# cat ifcfg-eth11 DEVICE="eth11" BOOTPROTO="none" HWADDR="81:5B:12:2F:39:14" #NM_CONTROLLED="yes" ONBOOT="yes" TYPE="Ethernet" UUID="f4f07a46-2ee2-43e7-84a9-4baef83020ce" MASTER=bond0 SLAVE=yes #IPADDR=10.159.128.87 #GATEWAY=10.159.128.1 #NETMASK=255.255.255.128 [root@libin network-scripts]# cat ifcfg-bond0 DEVICE=bond0 BOOTPROTO=none IPADDR=192.168.124.135 NETMASK=255.255.255.0 GATEWAY=192.168.124.1 ONBOOT=yes TYPE=Ethernet BONDING_OPTS="mode=1 miimon=100"
标签:bond0,network,Ethernet,网卡,libin,Linux,DEVICE,红帽,yes From: https://www.cnblogs.com/libin-linux/p/16618871.html