Hi @ajudge ,
I am using MM6108-EKH01 hardware and trying to access it’s webUI by running “10.42.0.1” in chrome/Firefox.
I can see the device is getting up but I cannot access the webui and getting IP unreachable error.
I connected a console with the kit and I can see that the IP is allocated to br0.
How can I reset or reconfigure the board to access the WebUI?
Please note, I have used this device earlier with the same IP address (10.42.0.1).
Thanks,
Arti
How can I reset or reconfigure the board to access the WebUI?
firstboot -y; reboot
using the console access you have available. This will reset the EKH01 to factory settings.
But I’m curious, so if you can check these before resetting:
What does ifconfig
(or ipconfig
if you’re using Windows) show on your PC. Are you getting a DHCP lease from the EKH01 in the 10.42.0.0/24 subnet?
Please share the output of cat /etc/config/dnsmasq
from your EKH01 via the console. Has the DHCP server been disabled?
Hi @ajudge,
Thanks for the quick response.
Please find the below output on my linux PC:
There is no such file at “/etc/config/dnsmasq”
Please find the below file /etc/config/dhcp
dhcp.zip (612 Bytes)
Please let me know if I can recover the board without any reset.
Thanks,
Arti
All your DHCP servers are disabled. Some of these are probably expected, but you’ll probably want at least one on.
Can you also share /etc/config/network
?
Hi @ajudge,
I did firstboot -y and I can access the webUI.
Thanks for your input.
We had one more query related to the easymesh setup on the kit.
Can we connect two mesh agents with one mesh controller?
Thanks
Yes you can connect multiple mesh agents to a mesh controller.
I would recommend making sure your evaluation kit software is up to date as recent versions have had some improvements made to the meshing software. Latest version is 2.7.2 and can be installed with the Upgrade utility in the WebUI, or by manually downloading the file from here and installing it via the WebUI.
Hi @ajudge ,
Yes I have older version of 2023. I tried to upgrade by clicking SYSTEM->upgrade but getting the below logs:
Make sure your device has a connection to the internet (if it’s just been factory reset, it probably does not).
Also make sure the time is synchronised in System → System.
Given you just did a factory reset, you may find it simpler to upload the file I linked.
Hi @ajudge ,
Thank you so much for the steps. I have the latest binary flashed on my Morse Micro kit.
I would also like to test the EasyMesh feature of this kit.
I have established a connection between one mesh controller, two mesh Access points and one Client and would like to measure the data loss when the Client disconnects from one AP and associates with the other.
Is there any feature in the webUI to validate the connection of client from one AP to other AP?
We appreciate any guidance or recommendations from your side.
Thanks,
Arti