Page 1 of 1

SABnzbd only accessible from localhost

Posted: May 4th, 2022, 3:22 am
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 :)

Re: SABnzbd only accessible from localhost

Posted: May 4th, 2022, 4:41 am
by sander
Does ufw do any logging?
Can your Windows/Android devices access another service on your Ubuntu? Can they ping the Ubuntu machine?

Re: SABnzbd only accessible from localhost

Posted: May 4th, 2022, 5:07 am
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?

Re: SABnzbd only accessible from localhost

Posted: May 4th, 2022, 6:11 am
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,...

Re: SABnzbd only accessible from localhost

Posted: May 4th, 2022, 6:17 am
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!

Re: SABnzbd only accessible from localhost

Posted: May 4th, 2022, 10:12 am
by sander
I'm not a UFW user, so you have to interpret that yourself. And compare with when accessing Sonarr etc.