This is an old revision of the document!
These steps you have to do ONCE ONLY
#Do this in the working directory e.g. cd 21.02.0 git clone git://git.code.sf.net/p/radiusdesk/openwrt-meshdesk openwrt-meshdesk
#cd to the working directory cp -R ./openwrt-meshdesk/zzz-MESHdesk ./openwrt/package
#cd to the working directory cp -R ./openwrt-meshdesk/files ./openwrt
#cd to the working directory cp -R ./openwrt-meshdesk/luci-app-meshdesk ./openwrt/feeds/luci/applications
#cd to the working directory cd ./openwrt scripts/feeds update -i #Install the package to make it visible scripts/feeds install luci-app-meshdesk
Package | Location | Comment |
---|---|---|
zzz-MESHdesk | Base system | |
kmod-batman-adv | Kernel Modules → Network Support | Keep the default options |
lua-mosquitto | Languages → Lua | |
libiwinfo-lua | Languages → Lua | |
luasocket | Languages → Lua | |
libuci-lua | Libraries | |
luci | Luci → Collections | |
luci-compat | Luci → Modules | Needs this modules for our package VERY IMPORTANT |
luci-app-meshdesk | Luci → Applications | Luci App to enable and disable central management |
luci-theme-material | Luci → Themes | Modern theme that is easy to customize |
luci-lib-httpclient | Luci → Libraries | |
luci-lib-httpprotoutils | Luci → Libraries | |
luci-lib-json | Luci → Libraries | |
luci-lib-jsonc | Luci → Libraries | |
coova-chilli | Network → Captive Portals | Select OpenSSL as SSL Library. Also select Enable the JSON interface.. and ..Coova miniportal… |
curl | Network → File Transfer | |
relayd | Network → Routing and Redirection | |
wpad IEEE 802.1x Auth/Supplicant (built-in full) | Network → WirelessAPD | Un-select wpad-basic |
batctl-full | Network | Un-select batctl-default |
mosquitto-client-ssl | Network | Note the CLIENT package |
config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option ula_prefix 'auto' config device option name 'br-lan' option type 'bridge' list ports 'eth0.1' config interface 'lan' option device 'br-lan' option proto 'static' option ipaddr '192.168.1.1' option netmask '255.255.255.0' option ip6assign '60' config device option name 'eth0.2' option macaddr '9c:9d:7e:f6:22:1c' config interface 'wan' option device 'eth0.2' option proto 'dhcp' config interface 'wan6' option device 'eth0.2' option proto 'dhcpv6' config switch option name 'switch0' option reset '1' option enable_vlan '1' config switch_vlan option device 'switch0' option vlan '1' option ports '4 2 6t' config switch_vlan option device 'switch0' option vlan '2' option ports '0 6t'
config interface 'loopback' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' option ifname 'lo' config interface 'lan' option ifname 'eth0.1' option type 'bridge' option proto 'dhcp' config interface 'client_0' option proto 'dhcp' config interface 'client_1' option proto 'dhcp' config switch option name 'switch0' option reset '1' option enable_vlan '1' config switch_vlan option device 'switch0' option vlan '1' option ports '0 6t' config switch_vlan option device 'switch0' option vlan '2' option ports '4 2 6t'
config interface 'loopback' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' option ifname 'lo' config interface 'lan' option ifname 'wan' option type 'bridge' option proto 'dhcp' config interface 'client_0' option proto 'dhcp' config interface 'client_1' option proto 'dhcp'
#change directory to where the LEDs are cd /sys/class/leds/ ls #These are the LEDs available blue:power mt76-phy0 mt76-phy1 yellow:power #turn it off echo "0" > yellow\:power/brightness #turn it on echo "1" > yellow\:power/brightness #turn it off echo "0" > blue\:power/brightness #turn it on echo "1" > blue\:power/brightness
config hardware 'xiaomi_4a_100' option morse_led '/sys/class/leds/blue:power/brightness' option internet_led '/sys/class/leds/yellow:power/brightness' option wifi_led 'led0'
config settings 'settings' option hardware 'xiaomi_4a_100' option id_if 'eth0' option lan_up_file '/tmp/lan_up'
Don't make the name of the hardware section more than 14characters. Longer names break things during deployment.
vi /etc/MESHdesk/reporting/report_to_server.lua #Look for this section if(ok_flag)then internetLED('0'); -- NOTE Here we can swap thme around eg make it 0 to turn off a red LED when the internet is OK checkForContollerReboot('1'); else internetLED('1'); checkForContollerReboot('0'); end
Item | Typical value | Comment |
---|---|---|
settings → hardware | xiaomi_4a_100 | Must match a hw definition in the file itself |
settings → id_if | eth0 | eg eth0, eth1 or wan - NOT eth0.1 (for those boards its just eth0) |
settings → skip_radio_0 | 0 | set to 1 when radio0 is a 5G radio and you don't want to use it for config SSID |
Item | Typical value | Comment |
---|---|---|
internet1 → disabled | 1 | change it to 0 in order for the device to be centrally controlled |
internet1 → dns | cloud.radiusdesk.com | Supply Dummy Value If Not Using DNS System |
internet1 → protocol | https | Can be http or https |
internet1 → ip | 176.31.15.210 | Fallback when FQDN does not resolve on FQDN not used |
"wireless": [ { "wifi-device": "radio1", "options": { "channel": 1, "disabled": 0, "hwmode": "11g", "htmode": "HT20" } }, { "wifi-iface": "two", "options": { "device": "radio1", "ifname": "two0", "mode": "ap", "network": "ex_two", "encryption": "none", "ssid": "_Replace_", "key": "", "hidden": false, "isolate": false, "auth_server": "", "auth_secret": "" } }, { "wifi-iface": "web_by_w", "options": { "device": "radio1", "mode": "sta", "network": "web_by_w", "encryption": "psk2", "key": "radiusdesk", "ssid": "meshdesk_config", "disabled": "1" } } ],
{ "interface": "lan", "options": { "ifname": "eth0.1", "type": "bridge", "proto": "static", "ipaddr": "10.50.50.50", "netmask": "255.255.255.0" } },
{ "interface": "lan", "options": { "ifname": "wan", "type": "bridge", "proto": "static", "ipaddr": "10.50.50.50", "netmask": "255.255.255.0" } },