Hi All:
We have a RUT950:
root@CORS285:~# cat /etc/version
RUT9XX_R_00.06.08.6
The dropbear port was changed to 22222 and it works fine, we have ssh access.
When we try and connect to the WebUI we get this:
Bad Gateway
The process did not produce any response
I have checked and double checked the /etc/config/network and /etc/config/firewall files and they are correct.
We have 400 units deployed and this is the only unit doing this.
root@CORS285:~# netstat -a -t -n -p
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:22222 0.0.0.0:* LISTEN 2034/dropbear
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 2108/uhttpd
tcp 0 0 0.0.0.0:53 0.0.0.0:* LISTEN 6353/dnsmasq
tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN 2108/uhttpd
tcp 0 336 192.168.59.225:22222 192.168.102.221:43301 ESTABLISHED 25658/dropbear
tcp 0 0 :::22222 :::* LISTEN 2034/dropbear
tcp 0 0 :::80 :::* LISTEN 2108/uhttpd
tcp 0 0 :::53 :::* LISTEN 6353/dnsmasq
tcp 0 0 :::443 :::* LISTEN 2108/uhttpd
The webservice is running on port 80 with PID 2108.
root@CORS285:~# ps -w | grep 2108
2108 root 4196 S /usr/sbin/uhttpd -f -h /www -r CORS285 -x /cgi-bin -u /ubus -t 600 -T 30 -k 20 -A 1 -n 3 -N 100 -D -R -p
Its running.
We've rebooted a few times and it comes up the same.
Any idea on how to fix this?
Other than this, the router is working fine.
Cheers,
john