What is send was the mesh template. In the device config i defined the
static ipaddress.
My compleet is as follows. In this setup the router acts a dumb acces
point. So i need to disable dhcp on the lan interface.
package system
config system 'system'
option description 'Test router'
option hostname 'mesh-node-kantoor'
option maintainer 'XXXXXXXXXXXXXXX'
option timezone 'CET-1CEST,M3.5.0,M10.5.0/3'
option zonename 'Europe/Amsterdam'
package network
config interface 'lan'
list bridge_members 'eth0.1'
list bridge_members 'mesh0'
list dns_servers '8.8.8.8'
list dns_servers '8.8.4.4'
option gateway '192.168.100.1'
option ifname 'lan'
option ipaddr '192.168.100.152'
option netmask '255.255.255.0'
option proto 'static'
config interface 'mesh0'
option ifname 'mesh0'
option proto 'none'
package wireless
config wifi-device 'radio0'
option channel '6'
option disabled '0'
option htmode 'HT20'
option hwmode '11g'
option legacy_rates '0'
option noscan '1'
option txpower '20'
option type 'mac80211'
config wifi-iface 'wifi_mesh0'
option device 'radio0'
option ifname 'mesh0'
option mesh_fwding '1'
option mesh_id 'Highway'
option mesh_rssi_threshold '0'
option mode 'mesh'
option network 'lan'
>
--
You received this message because you are subscribed to the Google Groups
"OpenWISP" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web, visit
https://groups.google.com/d/msgid/openwisp/492887a0-f908-4a08-bd11-346fd20925fd%40googlegroups.com.