As stated in the title, all network services—including the web management interface, the web pages of containers in Docker, and even Samba—have all stopped working. Whenever I try to access any web page for an application on my QNAP device, it keeps redirecting to this page showing the PR_CONNECT_RESET_ERROR status.
I’ve tried every method I can think of: switching browsers, clearing cache, disabling the proxy (which wasn’t enabled anyway), and even following instructions I found from an international post suggesting to enable services one by one via SSH:
cd /etc/init.d
sudo ./Qthttpd.sh stop
sudo ./thttpd.sh stop
sudo ./thttpd.sh start
sudo ./Qthttpd.sh start
But I still can’t connect to the NAS through putty; here’s the error message I get:
Connection closed by foreign host.
Disconnected from remote host (GuFamilyNas) at 19:40:52.
However, other background tasks like backup and file uploads through QFilePro are all working normally.
Below are some additional network settings I can think of. If anyone has encountered similar issues, or if any QNAP engineers see this, I’d appreciate your help in resolving this:
- I registered a free Let’s Encrypt SSL certificate through QNAP.
- Currently, the network cable from the Chunghwa Telecom modem connects to a Buffalo router
(firmware: DD-WRT v24SP2-MULTI (09/27/12) std) - On the router, both the QNAP device and my computer are connected via direct network cables,
with port-mapping set up for related applications to point to the QNAP.
