summaryrefslogtreecommitdiff
path: root/ansible/roles/router/files/interfaces-eth1-eth2
diff options
context:
space:
mode:
authorIvan Dolgov <ivan@qvarnlabs.com>2016-09-13 11:51:32 +0300
committerLars Wirzenius <liw@liw.fi>2016-09-26 16:10:09 +0300
commitef137489a2af825da682169ed3a532c452e4f68c (patch)
tree70930116aa6186fddfedcb0649008762d23cad76 /ansible/roles/router/files/interfaces-eth1-eth2
parent92294c460d9a4442fc255ae393e94aa982e76252 (diff)
downloadminipc-router-ef137489a2af825da682169ed3a532c452e4f68c.tar.gz
Add hotspot
Diffstat (limited to 'ansible/roles/router/files/interfaces-eth1-eth2')
-rw-r--r--ansible/roles/router/files/interfaces-eth1-eth211
1 files changed, 0 insertions, 11 deletions
diff --git a/ansible/roles/router/files/interfaces-eth1-eth2 b/ansible/roles/router/files/interfaces-eth1-eth2
deleted file mode 100644
index 721f2ed..0000000
--- a/ansible/roles/router/files/interfaces-eth1-eth2
+++ /dev/null
@@ -1,11 +0,0 @@
-auto eth1
-iface eth1 inet static
- address 10.0.2.1
- netmask 255.255.255.0
- gateway 10.0.0.255
-
-auto eth2
-iface eth2 inet static
- address 10.0.3.1
- netmask 255.255.255.0
- gateway 10.0.0.255