Login  Register

Re: Itus Firmware v2

Posted by Grommish on Apr 16, 2020; 9:21pm
URL: https://itus.accessinnov.com/FIRMWARE-Itus-Networks-Shield-Firmware-Upgrade-WIP-tp1726p1955.html

Road,

Make sure your attempting to access the luCI interface from BEHIND the Shield.  It is set to ONLY listen to 10.10.10.10 (the br-lan interface)

For testing purposes, if you want to add whatever IP is on eth0, you can ssh into the shield and type

uci add_list uhttpd.main.listen_http='x.x.x.x:80'
uci add_list uhttpd.main.listen_https='x.x.x.x:443'
service uhttpd reload

This will add additional IP:port binds for uhttpd.

If your eth0 pulls a 192.168.1.116 address (as shown from ssh)

uci add_list uhttpd.main.listen_http='192.168.1.16:80'
uci add_list uhttpd.main.listen_https='192.168.1.16:443'
service uhttpd reload
Running Itus Shield v2 Firmware