local_ranges and specific tailscale ip

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
smcoz
Newbie
Newbie
Posts: 5
Joined: September 26th, 2022, 10:53 pm

local_ranges and specific tailscale ip

Post by smcoz »

I am trying to set up access to the webui through a tailscale network without opening full access to the internet. I believe the best way to do this is to add a setting in "local_ranges". I have read the wiki entry for this. To maintain local lan access I understand that the entry in "local_ranges" would need to include my local lan ip range - 192.168.1.0/24. Can the "local_ranges" include a specific IP address rather than a range (eg 100.xxx.xxx.xxx)? I believe Tailscale assigns IPs to the mesh network as individual addresses rather than a range.

THanks in advance for any input
User avatar
safihre
Administrator
Administrator
Posts: 5338
Joined: April 30th, 2015, 7:35 am
Contact:

Re: local_ranges and specific tailscale ip

Post by safihre »

It can include specific IP's.
See the documentation: https://sabnzbd.org/wiki/configuration/3.6/special
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
User avatar
jcfp
Release Testers
Release Testers
Posts: 986
Joined: February 7th, 2008, 12:45 pm

Re: local_ranges and specific tailscale ip

Post by jcfp »

smcoz wrote: September 26th, 2022, 11:26 pmCan the "local_ranges" include a specific IP address rather than a range (eg 100.xxx.xxx.xxx)? I believe Tailscale assigns IPs to the mesh network as individual addresses rather than a range.
Ranges and single addresses aren't mutually exclusive: there's nothing stopping you from defining a range that includes but a single ip address, i.e. with prefix /32 or netmask /255.255.255.255.
smcoz
Newbie
Newbie
Posts: 5
Joined: September 26th, 2022, 10:53 pm

Re: local_ranges and specific tailscale ip

Post by smcoz »

Thanks for the help - much appreciated
Post Reply