From 8af5a74a605252168f32765aa0ed566cca276151 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 4 Jan 2024 01:32:12 +0300 Subject: [PATCH] tweaking... Signed-off-by: Alex A. Naanou --- ns/templates/etc/network/interfaces | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/ns/templates/etc/network/interfaces b/ns/templates/etc/network/interfaces index aeb8e8b..c676448 100644 --- a/ns/templates/etc/network/interfaces +++ b/ns/templates/etc/network/interfaces @@ -2,21 +2,15 @@ auto lo iface lo inet loopback iface lo inet6 loopback -# bootstrap... -auto wan -iface wan inet static - address ${WAN_IP} - gateway ${WAN_GATE} - hostname $(hostname) - auto lan iface lan inet static - address 10.0.0.1/24 - gateway 10.0.0.2 + address ${LAN_IP} + gateway ${LAN_GATE} hostname $(hostname) auto admin -iface admin inet dhcp +iface admin inet static + address ${ADMIN_IP} hostname $(hostname)