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

12 lines
216 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 'lan'
option type 'bridge'
option ifname 'eth0'
2023-01-06 20:34:28 +01:00
option proto 'dhcp'