summaryrefslogtreecommitdiff
path: root/ansible/roles/router/files/interfaces-eth1-eth2
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/roles/router/files/interfaces-eth1-eth2')
-rw-r--r--ansible/roles/router/files/interfaces-eth1-eth211
1 files changed, 11 insertions, 0 deletions
diff --git a/ansible/roles/router/files/interfaces-eth1-eth2 b/ansible/roles/router/files/interfaces-eth1-eth2
new file mode 100644
index 0000000..ec57997
--- /dev/null
+++ b/ansible/roles/router/files/interfaces-eth1-eth2
@@ -0,0 +1,11 @@
+auto eth1
+iface eth1 inet static
+ address 10.0.0.2
+ netmask 255.255.255.0
+ gateway 10.0.0.255
+
+auto eth2
+iface eth2 inet static
+ address 10.0.0.3
+ netmask 255.255.255.0
+ gateway 10.0.0.255