]> git.pld-linux.org Git - projects/rc-scripts.git/blame_incremental - sysconfig/interfaces/ifcfg-bond0
remove $Id$ lines
[projects/rc-scripts.git] / sysconfig / interfaces / ifcfg-bond0
... / ...
CommitLineData
1# bonding setup
2
3# filename: ifcfg-bond0
4DEVICE=bond0
5IPADDR=192.168.0.1/24
6IPADDR1=10.10.0.1/21
7BOOTPROTO=none
8ONBOOT=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
This page took 0.02459 seconds and 4 git commands to generate.