thelonelycoder
Part of the Furniture
What about that wget command from earlier?The router can ping itself and the ps fine:
Code:thegod@RT-N66U-87F0:/tmp/home/root# ping 192.168.1.1 PING 192.168.1.1 (192.168.1.1): 56 data bytes 64 bytes from 192.168.1.1: seq=0 ttl=64 time=0.348 ms 64 bytes from 192.168.1.1: seq=1 ttl=64 time=0.284 ms 64 bytes from 192.168.1.1: seq=2 ttl=64 time=0.255 ms 64 bytes from 192.168.1.1: seq=3 ttl=64 time=0.255 ms 64 bytes from 192.168.1.1: seq=4 ttl=64 time=0.249 ms 64 bytes from 192.168.1.1: seq=5 ttl=64 time=0.250 ms 64 bytes from 192.168.1.1: seq=6 ttl=64 time=0.255 ms 64 bytes from 192.168.1.1: seq=7 ttl=64 time=0.255 ms --- 192.168.1.1 ping statistics --- 8 packets transmitted, 8 packets received, 0% packet loss round-trip min/avg/max = 0.249/0.268/0.348 ms thesupremebeing@RT-N66U-87F0:/tmp/home/root# ping 192.168.1.2 PING 192.168.1.2 (192.168.1.2): 56 data bytes 64 bytes from 192.168.1.2: seq=0 ttl=64 time=0.291 ms 64 bytes from 192.168.1.2: seq=1 ttl=64 time=0.265 ms 64 bytes from 192.168.1.2: seq=2 ttl=64 time=0.254 ms 64 bytes from 192.168.1.2: seq=3 ttl=64 time=0.250 ms 64 bytes from 192.168.1.2: seq=4 ttl=64 time=0.258 ms 64 bytes from 192.168.1.2: seq=5 ttl=64 time=0.250 ms --- 192.168.1.2 ping statistics --- 6 packets transmitted, 6 packets received, 0% packet loss round-trip min/avg/max = 0.250/0.261/0.291 ms
The http://192.168.1.2/servstats is accessible from the browser too (it has always been)
Here is its output:
Code:pixelserv-tls version: v35.HZ12.Kj compiled: May 31 2017 04:30:23 options: 192.168.1.2 -l uts 0d 00:09 pixelserv uptime log 1 logging access to syslog (0=disabled 1=enabled) req 4 total # of requests (HTTP, HTTPS, success, failure etc) avg 462 bytes average length of request URL rmx 477 bytes maximum length of request URL tav 2009 ms average processing time (per request) tmx 5974 ms maximum processing time (per request) slh 0 # of accepted HTTPS requests slm 0 # of rejected HTTPS requests (missing certificate) sle 0 # of rejected HTTPS requests (certificate available but bad) slu 0 # of dropped HTTPS requests (unknown error) nfe 0 # of GET requests for server-side scripting gif 0 # of GET requests for GIF ico 1 # of GET requests for ICO txt 0 # of GET requests for Javascripts jpg 0 # of GET requests for JPG png 0 # of GET requests for PNG swf 0 # of GET requests for SWF sta 3 # of GET requests for HTML stats stt 0 # of GET requests for plain text stats ufe 0 # of GET requests /w unknown file extension rdr 0 # of GET requests resulted in REDIRECT response nou 0 # of GET requests /w empty URL pth 0 # of GET requests /w malformed URL 204 0 # of GET requests (HTTP 204 response) pst 0 # of POST requests (HTTP 501 response) hed 0 # of HEAD requests (HTTP 501 response) bad 0 # of unknown HTTP requests (HTTP 501 response) err 0 # of dropped requests (failed to accept client connection) tmo 0 # of dropped requests (client timeout before connection accepted) cls 0 # of dropped requests (client disconnect before connection accepted)