[Debconf-video-commits] r770 - fai-config/files/etc/network/interfaces

Holger Levsen holger at alioth.debian.org
Wed Jul 4 00:45:55 UTC 2012


Author: holger
Date: 2012-07-04 00:45:54 +0000 (Wed, 04 Jul 2012)
New Revision: 770

Modified:
   fai-config/files/etc/network/interfaces/localstream1
   fai-config/files/etc/network/interfaces/storage1
Log:
disable vlan15 until the machines are moved

Modified: fai-config/files/etc/network/interfaces/localstream1
===================================================================
--- fai-config/files/etc/network/interfaces/localstream1	2012-07-04 00:28:22 UTC (rev 769)
+++ fai-config/files/etc/network/interfaces/localstream1	2012-07-04 00:45:54 UTC (rev 770)
@@ -1,9 +1,11 @@
 # generated by FAI
-auto lo vlan15
+#auto lo vlan15
+auto lo eth0
 iface lo inet loopback
-iface vlan15 inet static
+#iface vlan15 inet static
+iface eth0 inet static
 	address 172.31.12.1
 	netmask 255.255.0.0
 	broadcast 172.31.255.255
 	gateway 172.31.15.1
-	vlan_raw_device eth0
+#	vlan_raw_device eth0

Modified: fai-config/files/etc/network/interfaces/storage1
===================================================================
--- fai-config/files/etc/network/interfaces/storage1	2012-07-04 00:28:22 UTC (rev 769)
+++ fai-config/files/etc/network/interfaces/storage1	2012-07-04 00:45:54 UTC (rev 770)
@@ -1,10 +1,12 @@
 # generated by FAI
-auto lo vlan15
+#auto lo vlan15
+auto lo eth0
 iface lo inet loopback
-iface vlan15 inet static
+#iface vlan15 inet static
+iface eth0 inet static
 	address 172.31.11.1
 	netmask 255.255.0.0
 	broadcast 172.31.255.255
 	gateway 172.31.15.1
-	vlan_raw_device eth0
+#	vlan_raw_device eth0
 




More information about the Debconf-video-commits mailing list