Worst case scenario you can try to overwrite the /etc/config/dhcp file for something it works for you.
Em ter., 28 de abr. de 2020 às 08:25, Perry Couprie <[email protected]> escreveu: > 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 > <https://groups.google.com/d/msgid/openwisp/492887a0-f908-4a08-bd11-346fd20925fd%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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/CAO5jQibPyBQFVnLvxnK6uPQtPmJCNud2%3DuvMn1XZ9CAOqjsz4A%40mail.gmail.com.
