kstr

Members
  • Posts

    3
  • Joined

  • Last visited

kstr's Achievements

Noob

Noob (1/14)

0

Reputation

  1. That was it. I enabled that and it works great now. Thanks!
  2. Hey guys, I have a bind9 DNS server set up in a docker on my NAS, which I am using to reach services in my internal network using hostnames instead of IPs. All traffic is goes to Nginx proxy manager which I have set up to redirect the traffic to the corresponding port. Current setup works perfectly for all services except of some small issues with the Unraid GUI. I can access the GUI from my network no problem by visiting the hostname I've set up (unraid.internal.xxx.com). Even though most functionality is working I am noticing the following problems with the GUI: When updating dockers, the pop up window that shows the progress pops up but remains blank and it never shows that it finishes. I have to wait a bit and refresh the page. This does not happen when connecting via the IP. The issue happens even when updating any docker (not the DNS server or nginx proxy manager). I can access the unraid terminal using the hostname. When I click the terminal button a new window opens up (http://unraid.internal.xxx.com/webterminal/) which never loads. Same if I manually browse to the link. When using IPs the terminal works fine. And last and most weird issue has to do with the widgets I've got going on. I am using the stock widget to monitor CPU usage and also the GPU statistics plugin to monitor the GPU. When accessing the UI through the hostname the CPU widget does not work (just sits at 0%) while the GPU widget is working. When accessing the UI through the IP, it's the other way around, the CPU widget works just fine while the GPU widget does not (shows 0%). Any ideas what the fix for my issues might be?
  3. Hi Everyone, I am facing a weird issue that I can't seem to resolve. I setup Deluge along with NordVPN (port forwarding off, privoxy enabled), Jackett docker going through the delugevpn privoxy, Sonarr and Radarr. Setup seems fine and everything seems to be working, I was getting good enough speeds (around 6MB/s on my 79Mbps braodband) and communication between all dockers works as expected. However today I have started facing some really weird issues. Multiple torrents started showing a tracker error "Tracker Status: Error End of file" and I'm getting consistently 0KBps upload speed. Download speed seems to be affected as well and it's mostly capped at 600KBps with the occasional torrent that works fine and gets a full download speed and some upload as well (while still showing that tracker error). So far I've tried the following, Restarting Torrents manually updating tracker (removes the error for a bit with no change to speed) Enabling/Disabling utp connections Changing VPN server/country (no difference whatsoever) multiple different torrents Restarting Dockers disabling privoxy There isn't much information on this trcker error anywhere online from what I can tell, and I can't verify what exactly it refers to either. I tried to check the deluge logs but there doesn't seem to be anything there. Only a warning is showing up occuring for all torrents I enable and again doesn;t point to something specific. [WARNING ][deluge.core.torrentmanager :1617] on_alert_performance: <torrent_name>: performance warning: max outstanding piece requests reached, outstanding_request_limit_reached I'm really hoping that this is not related to NordVPN port forwarding support as it seems like it's related to the tracker and I have to stick with Nord until 2023 . Any idea what the problem could be?