On Tuesday, 28 April 2020 11:28:25 CEST Oguzhan Kayhan wrote: [...]
Now my config is as follows on both wifi nodes
wireless: config wifi-iface 'wmesh' option device 'radio0' option ifname 'mesh0' option mode 'mesh' option mesh_id 'test' option mesh_fwding '0' option mesh_ttl '1' option mcast_rate '18000' option encryption 'none'
[...]
Now here comes the second part.. How can I make the encryption over mesh?
This is not an Gateworks OpenWrt 18.x support mailing list btw. And the OpenWrt documentation [1,2] explains how to do this.
Anyway, you can enable it on OpenWrt by selecting wpad-mesh-openssl (or wpad-mesh on older OpenWrt versions). and then using something like:
config wifi-iface 'wmesh' option device 'radio0' option ifname 'mesh0' option mode 'mesh' option mesh_id 'test' option mesh_fwding '0' option mesh_ttl '1' option mcast_rate '18000' option encryption 'psk2+ccmp' option key 'thisisaverysecretkey'
But as said earlier, the gateworks OpenWrt 18.x is in rather bad shape. So expect that there are a lot of important fixes [3,4,5,6,7,8,9,10,11,12,13,..] missing.
Kind regards, Sven
[1] https://openwrt.org/docs/guide-user/network/wifi/mesh/batman [2] https://openwrt.org/docs/guide-user/network/wifi/mesh/80211s [3] https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=166741240afd396c41... [4] https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=8f24653184536e1f82... [5] https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=eba3b028e46dbfe54f... [6] https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=ff8df2b3f9c161edc3... [7] https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=a4322eba2b129adde4... [8] https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=3a456683e5da7ed3a2... [9] https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=6e0fa4a76db667d7f0... [10] https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=574e4377fad5137595... [11] https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=547042398afac3ce70... [12] https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=ba5ec6b77c94a21bbd... [13] https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=96f4792fdb036ecf5c...