-
I made some changes to my network and I have managed to stop the container from working. I have spent a couple of hours trying to trace the problem, but without success. If anyone can suggest things to try, I would be most grateful. The container has been running without problems on my NAS for a long time. What I changed was:
To accommodate these changes for the haugene container, I made sure to update LOCAL_NETWORK to the new subnet. On the old router, I had forwarded port 9091 to the NAS, but now thinking about it I am wondering why this would be needed if the traffic is going in an OVPN tunnel – surely then, no traffic would be going over 9091? Testing on another client connected to the same firewall zone as the NAS, qbittorrent is working fine (without any port forwards on the router). Questions:
This is the console output from my container:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
No ports on the router need to be opened.. it’s all through the vpn tunnel. DNS is fine, based on your logs it looks fine, what is the problem? |
Beta Was this translation helpful? Give feedback.
-
SOLVED: The problem had nothing to do with haugene. My QNAP NAS has an annoying feature where they have a daemon that kills other OpenVPN processes than those created by the system's own OpenVPN app. I had resolved this a year ago by commenting out the correct line in /etc/daemon_mgr.conf, but a recent firmware update of the NAS that happened to coincide with my network changes had undone my change to /etc/daemon_mgr.conf. After again taking that line out of the /etc/daemon_mgr.conf file, doing "killall daemon_mgr" and starting it again with /sbin/daemon_mgr, everything is working again. |
Beta Was this translation helpful? Give feedback.
SOLVED: The problem had nothing to do with haugene. My QNAP NAS has an annoying feature where they have a daemon that kills other OpenVPN processes than those created by the system's own OpenVPN app. I had resolved this a year ago by commenting out the correct line in /etc/daemon_mgr.conf, but a recent firmware update of the NAS that happened to coincide with my network changes had undone my change to /etc/daemon_mgr.conf. After again taking that line out of the /etc/daemon_mgr.conf file, doing "killall daemon_mgr" and starting it again with /sbin/daemon_mgr, everything is working again.