firmware/bsp/dir300b_ap/root_file_system/etc/config/network

19 lines
328 B
Plaintext

config 'interface' 'loopback'
option 'ifname' 'lo'
option 'proto' 'static'
option 'ipaddr' '127.0.0.1'
option 'netmask' '255.0.0.0'
config 'interface' 'mesh'
option 'type' 'bridge'
option 'ifname' 'wlan0 tap0'
option 'stp' '1'
config 'interface' 'wan'
option 'ifname' 'eth0.2'
option 'proto' 'dhcp'