From 17d6c192fc9a72c755e3121d35c3dcdb8a44e115 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 9 Aug 2016 17:11:02 +0300 Subject: Drop LAN2 and LAN3 config Only LAN4 port now in use. --- router.customize | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/router.customize b/router.customize index 46a723f..4932f28 100755 --- a/router.customize +++ b/router.customize @@ -42,18 +42,6 @@ EOF # DHCP on these ports. The LAN interfaces have a static config. cat < "$rootdir/etc/network/interfaces.d/router" -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 - auto eth3 iface eth3 inet static address 10.0.0.4 -- cgit v1.2.1