summaryrefslogtreecommitdiff
path: root/multitech/recipes/multitech/config/network/interfaces
diff options
context:
space:
mode:
Diffstat (limited to 'multitech/recipes/multitech/config/network/interfaces')
-rw-r--r--multitech/recipes/multitech/config/network/interfaces9
1 files changed, 9 insertions, 0 deletions
diff --git a/multitech/recipes/multitech/config/network/interfaces b/multitech/recipes/multitech/config/network/interfaces
index e34c39c..546fd29 100644
--- a/multitech/recipes/multitech/config/network/interfaces
+++ b/multitech/recipes/multitech/config/network/interfaces
@@ -10,6 +10,15 @@ iface eth0 inet static
address 192.168.2.1
netmask 255.255.255.0
+# Bridge interface with eth0 (comment out eth0 lines above to use with bridge)
+# iface eth0 inet manual
+#
+# auto br0
+# iface br0 inet static
+# bridge_ports eth0
+# address 192.168.2.1
+# netmask 255.255.255.0
+
# Wifi client
# NOTE: udev rules will bring up wlan0 automatically if a wifi device is detected
# and the wlan0 interface is defined, therefore an "auto wlan0" line is not needed.