Hi there,
thanks for libremesh! My goal is to add another client wifi network. The
two from the 'standard' configuration are running and the mesh on 5 ghz
also, but if i try to add a third one, running lime-config gives me an
error.
In my etc/config/lime besides the other config options:
config wifi 'radio1'
list modes 'ieee80211s'
option htmode_5ghz 'HT40'
option ieee80211s_encryption 'psk2/aes'
option ieee80211s_key 'password'
option ieee80211s_mesh_id 'LiMe'
option ieee80211s_mesh_fwding '0'
option channel_5ghz '48'
option distance '100'
config wifi 'radio0'
list modes 'ap'
list modes 'apname'
option apname_ssid 'LibreMesh.org/%H'
option apname_key 'mypassword'
option apname_encryption 'psk2'
option ap_ssid 'IoT'
option ap_key 'mypassword'
option ap_encryption 'psk2'
option channel_2ghz '1'
option distance '100'
That is working. If i add another block in radio0 like this:
list modes 'ap2name'
option ap_ssid 'thirdSSID'
option ap_key 'mypassword'
option ap_encryption 'psk2'
I'am getting an error on the command line:
/usr/lib/lua/lime/wireless.lua:117: module 'lime.mode.ap2name' not
found: ...
Does some of you has an example of adding more SSID's via the
"lime-config-system" for me?
Regards
Julius