summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-08-09 17:11:02 +0300
committerLars Wirzenius <liw@liw.fi>2016-08-09 17:11:02 +0300
commit17d6c192fc9a72c755e3121d35c3dcdb8a44e115 (patch)
treee03547be7fb7d1793dba019ab13c3544be23efb2
parent67fb6bf82e2f490d6f7d23b70b1a842fac9342b9 (diff)
downloadminipc-router-17d6c192fc9a72c755e3121d35c3dcdb8a44e115.tar.gz
Drop LAN2 and LAN3 config
Only LAN4 port now in use.
-rwxr-xr-xrouter.customize12
1 files changed, 0 insertions, 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 <<EOF > "$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