From 6b83b10523b8ace9816a93c1777f92101cdf7142 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Mon, 25 Aug 2025 13:59:24 +0300 Subject: [PATCH] Remove static IPs from network interfaces --- files/networking/interfaces | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/files/networking/interfaces b/files/networking/interfaces index 5afbeb8..28000f2 100644 --- a/files/networking/interfaces +++ b/files/networking/interfaces @@ -12,12 +12,9 @@ allow-hotplug enp0s25 iface enp0s25 inet dhcp auto enp0s25.20 -iface enp0s25.20 inet static - address 192.168.2.10/27 - gateway 192.168.2.1 - hw-mac-address 90:1b:0e:5b:18:fa +iface enp0s25.20 inet dhcp + hw-mac-address 90:1b:0e:5b:18:fb auto enp0s25.69 -iface enp0s25.69 inet static - address 192.168.69.20/26 - hw-mac-address 90:1b:0e:5b:18:fa +iface enp0s25.69 inet dhcp + hw-mac-address 90:1b:0e:5b:18:fc