firmware/root_file_system/dir300b_ap/etc/config/network
2011-05-20 00:39:42 +00:00

18 lines
328 B
Text

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'