SVN: rc-scripts/trunk/sysconfig/interfaces/ifcfg-bond0

glen glen at pld-linux.org
Tue Apr 17 17:33:49 CEST 2012


Author: glen
Date: Tue Apr 17 17:33:48 2012
New Revision: 12551

Added:
   rc-scripts/trunk/sysconfig/interfaces/ifcfg-bond0   (contents, props changed)
Log:
bonding sample


Added: rc-scripts/trunk/sysconfig/interfaces/ifcfg-bond0
==============================================================================
--- (empty file)
+++ rc-scripts/trunk/sysconfig/interfaces/ifcfg-bond0	Tue Apr 17 17:33:48 2012
@@ -0,0 +1,24 @@
+# $Id$
+# bonding setup
+
+# filename: ifcfg-bond0
+DEVICE=bond0
+IPADDR=192.168.0.1/24
+IPADDR1=10.10.0.1/21
+BOOTPROTO=none
+ONBOOT=yes
+
+# additionally create ifcfg-eth0 and ifcfg-eth1 as:
+# filename: ifcfg-eth0
+#DEVICE=eth0
+#SLAVE=yes
+#MASTER=bond0
+#BOOTPROTO=none
+#ONBOOT=yes
+
+# filename: ifcfg-eth1
+#DEVICE=eth1
+#SLAVE=yes
+#MASTER=bond0
+#BOOTPROTO=none
+#ONBOOT=yes


More information about the pld-cvs-commit mailing list