its-ap-builder/files/ubnt-unifiac-lite/etc/config/network

15 lines
288 B
Plaintext
Raw Normal View History

2018-04-13 23:57:13 +02:00
config interface 'loopback'
option ifname 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config interface 'apctl'
2018-04-17 17:11:49 +02:00
option ifname 'eth0.2'
2018-04-13 23:57:13 +02:00
option proto 'dhcp'
config interface 'lan'
option type 'bridge'
option ifname 'eth0'
2018-04-17 17:11:49 +02:00
option proto 'static'