hi, i played a bit with device
dir 620 rev A
and want to triage errors that occur. I installed the latest stable
latest stable
and boot is OK. However if i do factory reset via luci (or i believe the same 'firstboot' from failsafe mode)
then the device is not working anymore. it is pingable, failsafe works, but both dropbear and luci fail on normal mode.
Some more data after first boot: both dropbear and web server are listenable but...
<my comp>$ telnet 192.168.1.1 22
Trying 192.168.1.1...
Connected to 192.168.1.1.
Escape character is '^]'.
Connection closed by foreign host.
<my comp>$ telnet 192.168.1.1 80
Trying 192.168.1.1...
Connected to 192.168.1.1.
Escape character is '^]'.
GET /
HTTP/0.9 400 Bad Request
Connection: Keep-Alive
Keep-Alive: timeout=20
Content-Type: text/html
<h1>Bad Request</h1>Connection closed by foreign host.