BitNotFound

Members
  • Posts

    4
  • Joined

  • Last visited

BitNotFound's Achievements

Noob

Noob (1/14)

0

Reputation

  1. I've been having an issue thats been preventing me from switching to Mullvad like I'd like to do. All I did was change the VPN provider to custom and put the wg0.conf file in the proper wireguard directory. I stripped out the IPv6 stuff from the config file. I can access the webUI from the server's local IP and port, but whenever I try to access it via reverse proxy I get a 504 timeout error. I have Nginx Proxy Manager running on a separate machine. It all worked properly when using PIA with the generated file. No log entries past "[info] qBittorrent process listening on port 8080" Nginx Proxy Manager has this in the error log for this proxy entry: 2023/05/04 16:12:12 [error] 1913618#1913618: *139310 upstream timed out (110: Connection timed out) while connecting to upstream, client: [IP ADDRESS], server: QB.DOMAIN.COM, request: "GET / HTTP/2.0", upstream: "http://[LOCAL IP]:8080/", host: "QB.DOMAIN.COM", referrer: "https://NPM.DOMAIN.COM" I ran curl on the local IP address from the NPM server and it comes up fine. If I run curl on the webUI's port it times out. It seems I can contact the Unraid server just fine, but attempts to contact the specific port for qBittorrent fail. Any ideas on where to start? UPDATE: I think I narrowed it down. I have the machines connected via Tailscale, and when I change the LAN_NETWORK variable to 100.0.0.0/8, which is what Tailscale uses, everything works, but now I can't access it from my local IP. Any better way to set this up so I can use both? UPDATE 2: I just discovered I can have multiple LAN networks in the LAN_NETWORK variable separated by a comma. All is good now that I have both in there.
  2. I'm getting an issue setting this up for the first time. The only things I changed from default were: MAC Address (According to the first post) Entered the AMP License Changed the password for the admin user (Not username) Set the appdata folder to one on an SSD mounted with unassigned devices Set the Timezone to America/Los_Angeles However when I start the container and open the WebUI I get an error when logging in that says Authentication System Failure (code 0) Reason: (Auth provider: Internal) With an OK Button at the bottom. I hit the OK button and in the login field area, it says Invalid Username or Password. Any ideas on what could be wrong? I set up this AMP container a week or two ago and it didn't have this issue. I deleted the appdata before installing, but I'm at a loss. Thanks!
  3. I was using Firefox. I don’t know why I never thought to check the browser side, but I tried on other browsers and other devices, and everything was fine. So I cleared all website data, cookies, cache and such, then restarted Firefox, and everything was fine! I guess some bad data stored in the browser. Your comment made me think of doing that to check, so thank you!
  4. I have been having an issue with Unraid for a few days and I can't seem to figure the issue out. As shown in the picture, all that appears is some colored blocks that look like corrupted text. This happens when I open the standard web terminal, as well as opening the console for any docker container. I can still run commands through it, and they still run as expected (cp, mv, rm), but all the output text appears corrupted as well. I am running 6.9.0-beta35 currently, but I started having the issue with 6.9.0-beta29. If anyone needs logs, I can gladly provide them! Thank you.