summaryrefslogtreecommitdiff
path: root/ansible/roles/router/files/switch
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/roles/router/files/switch')
-rw-r--r--ansible/roles/router/files/switch15
1 files changed, 15 insertions, 0 deletions
diff --git a/ansible/roles/router/files/switch b/ansible/roles/router/files/switch
new file mode 100644
index 0000000..ebf9da1
--- /dev/null
+++ b/ansible/roles/router/files/switch
@@ -0,0 +1,15 @@
+auto eth1
+iface eth1 inet manual
+
+auto eth2
+iface eth2 inet manual
+
+auto eth3
+iface eth3 inet manual
+
+auto br0
+iface br0 inet static
+ address 10.0.0.4
+ netmask 255.255.255.0
+ gateway 10.0.0.255
+ bridge_ports eth1 eth2 eth3