From 2b3efa623720cc06c8b09a101970630903b8a75b Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 8 Sep 2016 16:13:41 +0300 Subject: Bring up eth1, eth2 on router box --- ansible/roles/router/files/interfaces-eth1-eth2 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ansible/roles/router/files/interfaces-eth1-eth2 (limited to 'ansible/roles/router/files/interfaces-eth1-eth2') 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 -- cgit v1.2.1