[Fusionforge-commits] r10498 - trunk/tests/openvz

Christian Bayle cbayle at libremir.placard.fr.eu.org
Thu Sep 16 14:55:16 CEST 2010


Author: cbayle
Date: 2010-09-16 14:55:16 +0200 (Thu, 16 Sep 2010)
New Revision: 10498

Added:
   trunk/tests/openvz/interfaces.sample
Log:
Sample /etc/network/interface file to setup a bridge for openvz


Added: trunk/tests/openvz/interfaces.sample
===================================================================
--- trunk/tests/openvz/interfaces.sample	                        (rev 0)
+++ trunk/tests/openvz/interfaces.sample	2010-09-16 12:55:16 UTC (rev 10498)
@@ -0,0 +1,22 @@
+# This file describes the network interfaces available on your system
+# and how to activate them. For more information, see interfaces(5).
+
+# The loopback network interface
+auto lo
+iface lo inet loopback
+
+# The primary network interface
+#allow-hotplug eth0
+#iface eth0 inet dhcp
+auto vmbr0
+iface vmbr0 inet static
+	address 10.194.10.35
+	netmask 255.255.255.0
+	gateway 10.194.10.1
+	dns-nameservers 10.194.11.20 10.194.11.21
+	dns-search rd.francetelecom.fr
+	bridge_ports eth0
+	bridge_fd 9
+	bridge_hello 2
+	bridge_maxage 12
+	bridge_stp off




More information about the Fusionforge-commits mailing list