ipv6 issue

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
wafa
Newbie
Newbie
Posts: 3
Joined: December 12th, 2023, 4:20 am

ipv6 issue

Post by wafa »

Hi,

I'm trying to connect via ipv6 on qnap, ver 4.0.1 with no luck. I've been trying to change in config "SABnzbd-Host" to "::" (without quotes). It get accepted but after restart "0.0.0.0" is back. Tried to change config.ini manually, the same after restart. Any ideas?

Thanks
User avatar
sander
Release Testers
Release Testers
Posts: 8832
Joined: January 22nd, 2008, 2:22 pm

Re: ipv6 issue

Post by sander »

How is SABnzbd started? You can see in SABnzbd -> Config.

On one of my SAB instances, that Config page says

Code: Select all

	"/usr/bin/sabnzbdplus" "--daemon" "--pidfile" "/var/run/sabnzbdplus/pid" "--server" "0.0.0.0"
... which hard-forces 0.0.0.0
wafa
Newbie
Newbie
Posts: 3
Joined: December 12th, 2023, 4:20 am

Re: ipv6 issue

Post by wafa »

Hi sander,

Thank you very much! You saved my day :)
User avatar
sander
Release Testers
Release Testers
Posts: 8832
Joined: January 22nd, 2008, 2:22 pm

Re: ipv6 issue

Post by sander »

wafa wrote: December 12th, 2023, 6:14 am Hi sander,

Thank you very much! You saved my day :)
Good to hear, but how did you solve it?
wafa
Newbie
Newbie
Posts: 3
Joined: December 12th, 2023, 4:20 am

Re: ipv6 issue

Post by wafa »

Just deleted --server" "0.0.0.0" in the start parameter and changed SABnzbd-Host to "::"
User avatar
sander
Release Testers
Release Testers
Posts: 8832
Joined: January 22nd, 2008, 2:22 pm

Re: ipv6 issue

Post by sander »

wafa wrote: December 12th, 2023, 6:49 am Just deleted --server" "0.0.0.0" in the start parameter and changed SABnzbd-Host to "::"
Good! So you found out where that start parameter was set?

Out of curiosity: why do you want SAB to be listening on IPv6? To allow easy access from Internet?
Post Reply