Search found 12 matches

by dev2024
April 30th, 2024, 7:03 pm
Forum: Debian/Ubuntu Package
Topic: "External internet access denied" error
Replies: 21
Views: 24607

Re: "External internet access denied" error

Thank you. Finally managed to get everything up and running. I don't know why the installation process didn't work for me. I did the entire setup including OS installation + 4 different seedbox scripts within 45 minutes so I'm not new to this. However, I really wish SAB's installation process could ...
by dev2024
April 30th, 2024, 6:15 am
Forum: Debian/Ubuntu Package
Topic: "External internet access denied" error
Replies: 21
Views: 24607

Re: "External internet access denied" error

Just a quick update. While running this command - sabnzbdplus -s 0.0.0.0:8080 -b0 -l2 --inet_exposure 4 everything is working. I added my server and it says SABNZB will run in the background etc. But the moment when i cancel the running process it stopped loading with this error " Lost connecti...
by dev2024
April 30th, 2024, 4:45 am
Forum: Debian/Ubuntu Package
Topic: "External internet access denied" error
Replies: 21
Views: 24607

Re: "External internet access denied" error

Good. Start from fresh. So: stop sabnzbd. Check and recheck it's not running find and rename all sabnzbd.ini files start SAB like this: sabnzbdplus -s 0.0.0.0:8080 -b0 -l2 --inet_exposure 4 access it again, and make sure you get the wizard. If no wizard: go back to step 1 Fill out the wizard with y...
by dev2024
April 30th, 2024, 4:09 am
Forum: Debian/Ubuntu Package
Topic: "External internet access denied" error
Replies: 21
Views: 24607

Re: "External internet access denied" error

Yep: the snap is still running, and probably restarting after you kill. Google-hit: sudo snap disable vlc so sudo snap disable sabnzbd or sudo snap disable sabnzbdplus then verify again. And if that fails: uninstall the sabnzbd snap, reboot, and verify again. Awesome. Thanks for your help. After di...
by dev2024
April 30th, 2024, 3:11 am
Forum: Debian/Ubuntu Package
Topic: "External internet access denied" error
Replies: 21
Views: 24607

Re: "External internet access denied" error

I stopped the services, killed the running processes, but when i run that command nothing happens - sabnzbdplus -s 0.0.0.0:8080 -b0 -l2 --inet_exposure 4 -f blabla$$.ini even after killing these processes are still running - root@server ~ # ps -aux | grep sab root 36453 0.0 0.0 2628 596 ? Ss 10:08 0...
by dev2024
April 30th, 2024, 2:33 am
Forum: Debian/Ubuntu Package
Topic: "External internet access denied" error
Replies: 21
Views: 24607

Re: Access denied error

OneCD wrote: April 30th, 2024, 12:58 am What are your local ranges set-to?

Code: Select all

grep local /var/snap/sabnzbd/common/sabnzbd.ini
On both servers, it's showing like this -

root@server ~ # grep local /var/snap/sabnzbd/common/sabnzbd.ini
local_ranges = ,
by dev2024
April 30th, 2024, 12:39 am
Forum: Debian/Ubuntu Package
Topic: "External internet access denied" error
Replies: 21
Views: 24607

Re: Access denied error

Run this on the server: curl -sL http://127.0.0.1:8080/sabnzbd/config | grep -iA1 'config file' ... adjusting the port number if-required. This is a simple loopback query. It will show you the location SABnzbd is using for its config file. Yesterday I tried the snap method - root@testbed:~# curl -s...
by dev2024
April 29th, 2024, 11:15 pm
Forum: Debian/Ubuntu Package
Topic: "External internet access denied" error
Replies: 21
Views: 24607

Re: Access denied error

Hello. can anyone assist please? I'm not sure why it's still not publicly accessible. How can I troubleshoot form here?
by dev2024
April 29th, 2024, 3:53 am
Forum: Debian/Ubuntu Package
Topic: "External internet access denied" error
Replies: 21
Views: 24607

Re: Access denied error

sander wrote: April 29th, 2024, 3:29 am Even then, accessing via 192.168.... should be doable, AFAIK.
I wont be able to run that on my browser. Or I'm nt understanding the question. Is there any other way for me to check if SAB is calling that particular .ini file?
by dev2024
April 29th, 2024, 2:35 am
Forum: Debian/Ubuntu Package
Topic: "External internet access denied" error
Replies: 21
Views: 24607

Re: Access denied error

OK, a real public IP address. Indeed with "inet_exposure = 4" it should work. The question is: is SAB really using that sabnzbd.ini with its settings? If you go into the VM, and start a browser there, and go into sabnzbd (http://127.0.0.1:8080, can you check Config: Config File: what is u...
by dev2024
April 29th, 2024, 1:55 am
Forum: Debian/Ubuntu Package
Topic: "External internet access denied" error
Replies: 21
Views: 24607

Re: Access denied error

Hi I DM'd you the IP. Thank you
by dev2024
April 29th, 2024, 1:16 am
Forum: Debian/Ubuntu Package
Topic: "External internet access denied" error
Replies: 21
Views: 24607

"External internet access denied" error

Hi I'm testing some automation so crated a fresh VM - ubuntu 22.04 and followed the installation guide. It got installed but when I access the url using the server IP, I'm getting - External internet access denied - and then the link here I already updated the .ini file and restarted the services - ...