config 'interface' 'loopback' option 'ifname' 'lo' option 'proto' 'static' option 'ipaddr' '127.0.0.1' option 'netmask' '255.0.0.0' config 'interface' 'wlanmesh' option 'mtu' '1528' # this is for MESH on the Ethernet Port #config 'interface' 'ethmesh1' # option 'type' 'bridge' # option 'ifname' 'eth0' # option 'mtu' '1528' #config 'interface' 'mesh' # option 'type' 'bridge' # option 'ifname' 'bat0 tap0' # option 'auto' '1' #END MESH # this is for CLIENT on the Ethernet Port #config 'interface' 'mesh' # option 'type' 'bridge' # option 'ifname' 'eth0 bat0 tap0' # option 'auto' '1' # END CLIENT # this is for the WAN/VPN on the Ethernet Port config 'interface' 'unused' option 'ifname' 'eth0' option 'proto' 'static' config 'interface' 'mesh' option 'type' 'bridge' option 'ifname' 'bat0 tap0' option 'auto' '1' # END WAN/VPN