summaryrefslogtreecommitdiff
path: root/ansible/roles/router/files/interfaces-eth1-eth2
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-09-08 16:13:41 +0300
committerLars Wirzenius <liw@liw.fi>2016-09-08 16:13:41 +0300
commit2b3efa623720cc06c8b09a101970630903b8a75b (patch)
treefff6eadc7f0338ac18b414f6eeb143ee40e365c1 /ansible/roles/router/files/interfaces-eth1-eth2
parente3cf8b710918536ea951a6064a340dbaa4dea3ad (diff)
downloadminipc-router-2b3efa623720cc06c8b09a101970630903b8a75b.tar.gz
Bring up eth1, eth2 on router box
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