Cannot login on laptop [Unraid]

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
Barnoe69
Newbie
Newbie
Posts: 1
Joined: December 4th, 2025, 3:57 pm

Cannot login on laptop [Unraid]

Post by Barnoe69 »

So my SABnzbd in on a rack server running Unraid and its a docker.

All was fine, could access the SABnzbd list from any device on the local network with a user/pass

Then while downloading my server crashed.... it locked up with fans screaming, so i pulled the plug.
Restarted server and it automatically runs it checks after a bad shutdown.

Since then i cannot access SABnzbd with my laptop which is my usual device for doing so?
I checked and it logs in and works fine on my phone?

when i try logging in i go to the IP address and get "External internet access denied" then the link im not allowed to post.


i checked the ini file and it still says "Host = 0.0.0.0"

any ideas?
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: Cannot login on laptop

Post by sander »

Still a problem?
User avatar
Widofnir
Newbie
Newbie
Posts: 26
Joined: February 3rd, 2012, 3:20 am

Re: Cannot login on laptop [Unraid]

Post by Widofnir »

I also have the same problem. Restarted my server today, and now sabnzbd (Docker) denies all my local ip-addresses.

When I enter http://sabnzbd.lan, I get this error:

Code: Select all

External internet access denied - https://sabnzbd.org/access-denied
I did not change anything. Just restarted my server.
sabnzbd: 4.5.5 [11ba9ae]

Error-log;

Code: Select all

WARNING::[interface:414] Abgelehnte Verbindung von: ::ffff:172.32.17.1 (X-Forwarded-For: 192.168.178.26) [<REDACTED>]
WARNING::[interface:414] Abgelehnte Verbindung von: ::ffff:172.32.17.1 (X-Forwarded-For: 172.29.0.2) [Sonarr/4.0.16.2944 (alpine 3.22.2)]
WARNING::[interface:414] Abgelehnte Verbindung von: ::ffff:172.32.17.1 (X-Forwarded-For: 172.28.0.2) [Radarr/6.0.4.10291 (alpine 3.22.2)]
Current workaround:
I edited sabnzbd.ini, and changed inet_exposure to 4 (default: 0).

Any ideas what's going wrong here out of a sudden?
If you need any more logs, I am happy to help.

Kind regards,
$me
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: Cannot login on laptop [Unraid]

Post by sander »

Release notes say "Enable verify_xff_header by default." ... so related?

BTW: German language, but 172.32.17.1 is T-mobile USA ... how come?
User avatar
Widofnir
Newbie
Newbie
Posts: 26
Joined: February 3rd, 2012, 3:20 am

Re: Cannot login on laptop [Unraid]

Post by Widofnir »

Better workaround (for me):
- edit sabnzbd.ini
- changed local_ranges

Code: Select all

old: local_ranges = ,
new: local_ranges = 192.168.178.0/24, 172.0.0.0/8
- restart container
User avatar
Widofnir
Newbie
Newbie
Posts: 26
Joined: February 3rd, 2012, 3:20 am

Re: Cannot login on laptop [Unraid]

Post by Widofnir »

sander wrote: December 12th, 2025, 3:16 pm Release notes say "Enable verify_xff_header by default." ... so related?
I just enabled that setting. Still same error.
No idea, why this happened out of the blue. ???
sander wrote: December 12th, 2025, 3:16 pmBTW: German language, but 172.32.17.1 is T-mobile USA ... how come?
Docker uses the 172.16.0.0/16 network by default for its internal networking. I also extended it in my case to 172.32.0.0

EDIT:
UFFFF. 172.32.0.0 is indeed a puplic address. Huge mistake on my side. Thanks for that info!!!
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: Cannot login on laptop [Unraid]

Post by sander »

Good. So working now?

If so: good that "Enable verify_xff_header by default." kicked in; SAB is now checking the real source IP address when a proxy is in between as seen in X-Forwarded-For
User avatar
Widofnir
Newbie
Newbie
Posts: 26
Joined: February 3rd, 2012, 3:20 am

Re: Cannot login on laptop [Unraid]

Post by Widofnir »

sander wrote: December 13th, 2025, 7:25 am Good. So working now?
Yep, it's working again as expected, as soon as I changed the network address of my sabnzbd-container.
Was absolutely my fault!
sander wrote: December 13th, 2025, 7:25 amIf so: good that "Enable verify_xff_header by default." kicked in; SAB is now checking the real source IP address when a proxy is in between as seen in X-Forwarded-For
Hell, yes! :D
Without sabnzbd (and you ofc) I would not recognized my error in networking. HUGE Thank you for that!

Keep up the good work! :-)
Post Reply