]> TLD Linux GIT Repositories - rc-scripts.git/blob - sysconfig/interfaces/ifcfg-bond0
- from PLD
[rc-scripts.git] / sysconfig / interfaces / ifcfg-bond0
1 # bonding setup
2
3 # filename: ifcfg-bond0
4 DEVICE=bond0
5 IPADDR=192.168.0.1/24
6 IPADDR1=10.10.0.1/21
7 BOOTPROTO=none
8 ONBOOT=yes
9
10 # additionally create ifcfg-eth0 and ifcfg-eth1 as:
11 # filename: ifcfg-eth0
12 #DEVICE=eth0
13 #SLAVE=yes
14 #MASTER=bond0
15 #BOOTPROTO=none
16 #ONBOOT=yes
17
18 # filename: ifcfg-eth1
19 #DEVICE=eth1
20 #SLAVE=yes
21 #MASTER=bond0
22 #BOOTPROTO=none
23 #ONBOOT=yes