EHS6 LAN can't access web interface | Telit Cinterion IoT Developer Community
July 7, 2017 - 9:44am, 3295 views
Hello,
we had EHS6 LAN runing for quite some time. No JAVA midlet was running on it, we just used it to send SMS over telnet.
After a while we recived report from the company where we were using it, that it started functioning as router and started assinging IP's over DHCP. I tried to connect to it trough VPN, but I coulden't even PING it.
So now I have it on my desk and I can connect to it trough SSH, but web interface is still not working? How can enable I back web interface and disable DHCP?
Best regards,
Jure
Hello,
This is the main functionality of EHS6T LAN to serve as a router. So DHCP is enabled by default. The terminal has OpenWrt Linux system on board so you can reconfigure via the SSH connection as you would do with any Linux.
Regards,
Bartłomiej
Hello,
I managed to disable DHCP and now I have to set IP at my computer to connect to EHS6L. But what could be the reason that web interface isn't working? I can connect using TELNET and SSH, but not webconfig.
As you can see from the SSH log, Lucy is installed.
Regards,
Jure
Hi Jure,
Could you please show how you are trying to access webconfig? Also what are your uci settings (uci show).
Best regards,
Michał
Hi Michal,
I managed to fix the problem. I added
option 'listen_http' '80'
option 'home' '/www'
to config like it's described here: https://wiki.openwrt.org/doc/uci/uhttpd
Only weird thing is, that I think that you could localy connect to webconfig when this parameters weren't added.
I connect to webconfig so that I open browser and enter device IP in the address bar.
Best regards,
Jure