From 2e58a2044ed76a645e36c041e37536cb5b0fd452 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Fri, 6 Jan 2023 20:34:28 +0100 Subject: [PATCH] Move managment interface to lan --- access-points/files/ubnt-unifiac-lite/etc/config/network | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/access-points/files/ubnt-unifiac-lite/etc/config/network b/access-points/files/ubnt-unifiac-lite/etc/config/network index 934ba39..69d6232 100644 --- a/access-points/files/ubnt-unifiac-lite/etc/config/network +++ b/access-points/files/ubnt-unifiac-lite/etc/config/network @@ -5,11 +5,7 @@ config interface 'loopback' option ipaddr '127.0.0.1' option netmask '255.0.0.0' -config interface 'apctl' - option ifname 'eth0.2' - option proto 'dhcp' - config interface 'lan' option type 'bridge' option ifname 'eth0' - option proto 'static' \ No newline at end of file + option proto 'dhcp'