SABnzbd only accessible from localhost

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
realisticsqrl
Newbie
Newbie
Posts: 3
Joined: May 4th, 2022, 2:55 am

SABnzbd only accessible from localhost

Post by realisticsqrl »

I'm running SABnzbd on Ubuntu and it works perfectly on localhost.
But when I try to access the web interface from another device on the same network, the page is unreachable.
I have read some topics on this forum and tried some suggestions, but none of these seem to be the issue...

First of all, my SABnzbd Host & Port are set to the following:
SABnzbd Host: 0.0.0.0
SABnzbd Port: 8090
HTTPS disabled

On my Ubuntu device, I can reach the web interface from all following addresses:
localhost:8090
127.0.0.1:8090
192.168.0.103:8090

When I try to access 192.168.0.103:8090 from another device on the same network, the page is unreachable.
I have tried this on several Windows laptops and Android phones.

I have ufw enabled, and added a rule to allow access from anywhere:

Code: Select all

Status: active

To                         Action      From
--                         ------      ----      
8090                       ALLOW       Anywhere   
Even with ufw disabled, the issue isn't resolved, so most likely not a firewall issue.

Also, I have checked that my device is listening on port 8090:

Code: Select all

tcp        0      0 0.0.0.0:8090            0.0.0.0:*               LISTEN      off (0.00/0/0)
Any suggestions to solve this problem would be very welcome :)
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: SABnzbd only accessible from localhost

Post by sander »

Does ufw do any logging?
Can your Windows/Android devices access another service on your Ubuntu? Can they ping the Ubuntu machine?
User avatar
OneCD
Hero Member
Hero Member
Posts: 631
Joined: March 4th, 2017, 3:47 pm

Re: SABnzbd only accessible from localhost

Post by OneCD »

Just throwing this out there: are the devices you’re trying to reach SAB from all connected wirelessly? Are you using any sort of AP isolation in your router?
Stuff I like: Apache bash cron DD-WRT Debian DNSMasq Entware FireFox GitHub ImageMagick Kate KDE LibreELEC Netrunner NFS NVIDIA OpenVPN Orvibo-S20 pfSense Python Raspberry-Pi RAID SABnzbd Transmission Usenet VirtualBox Watcher3 XFCE
realisticsqrl
Newbie
Newbie
Posts: 3
Joined: May 4th, 2022, 2:55 am

Re: SABnzbd only accessible from localhost

Post by realisticsqrl »

sander wrote: May 4th, 2022, 4:41 am Does ufw do any logging?
Can your Windows/Android devices access another service on your Ubuntu? Can they ping the Ubuntu machine?
I have just searched my logs for the port number and local IP of connecting device, which returned the following 2 lines several times:
May 4 12:39:50 bvdw-OptiPlex-7010 kernel: [12305.520208] [UFW AUDIT] IN= OUT=enp3s0 SRC=192.168.0.103 DST=192.168.0.107 LEN=80 TOS=0x00 PREC=0xC0 TTL=64 ID=37863 PROTO=ICMP TYPE=3 CODE=10 [SRC=192.168.0.107 DST=192.168.0.103 LEN=52 TOS=0x00 PREC=0x00 TTL=128 ID=51146 DF PROTO=TCP SPT=50266 DPT=8090 WINDOW=64240 RES=0x00 SYN URGP=0 ]
May 4 12:39:51 bvdw-OptiPlex-7010 kernel: [12305.752870] [UFW AUDIT] IN= OUT=enp3s0 SRC=192.168.0.103 DST=192.168.0.107 LEN=80 TOS=0x00 PREC=0xC0 TTL=64 ID=37876 PROTO=ICMP TYPE=3 CODE=10 [SRC=192.168.0.107 DST=192.168.0.103 LEN=52 TOS=0x00 PREC=0x00 TTL=128 ID=51147 DF PROTO=TCP SPT=50267 DPT=8090 WINDOW=64240 RES=0x00 SYN URGP=0 ]
And yes, I use my Android phone to access other services on my ubuntu machine, such as Sonarr, Radarr, Plex,...
realisticsqrl
Newbie
Newbie
Posts: 3
Joined: May 4th, 2022, 2:55 am

Re: SABnzbd only accessible from localhost

Post by realisticsqrl »

OneCD wrote: May 4th, 2022, 5:07 am Just throwing this out there: are the devices you’re trying to reach SAB from all connected wirelessly? Are you using any sort of AP isolation in your router?
I have tested my devices both with wireless and wired connection, so I think that shouldn't be the issue.
Just checked my router settings, AP isolation was and still is turned off.
Thanks for the ideas!
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: SABnzbd only accessible from localhost

Post by sander »

I'm not a UFW user, so you have to interpret that yourself. And compare with when accessing Sonarr etc.
Post Reply