diff --git a/files/ubnt-unifiac-lite/etc/config/network b/files/ubnt-unifiac-lite/etc/config/network index e395da5..934ba39 100644 --- a/files/ubnt-unifiac-lite/etc/config/network +++ b/files/ubnt-unifiac-lite/etc/config/network @@ -6,10 +6,10 @@ config interface 'loopback' option netmask '255.0.0.0' config interface 'apctl' - option ifname 'eth1.2' + option ifname 'eth0.2' option proto 'dhcp' config interface 'lan' option type 'bridge' option ifname 'eth0' - option proto 'dhcp' + option proto 'static' \ No newline at end of file