diff --git a/gate-traefik/templates/etc/network/interfaces b/gate-traefik/templates/etc/network/interfaces index 7a21af8..ec763d7 100644 --- a/gate-traefik/templates/etc/network/interfaces +++ b/gate-traefik/templates/etc/network/interfaces @@ -2,16 +2,16 @@ auto lo iface lo inet loopback iface lo inet6 loopback -auto lan -iface lan inet dhcp - #address 10.1.1.2 - hostname $(hostname) - auto admin iface admin inet dhcp #address 10.0.0.2 hostname $(hostname) +auto lan +iface lan inet dhcp + #address 10.1.1.2 + hostname $(hostname) + auto wan iface wan inet static address ${WAN_IP}