Page 1 of 1

local_ranges and specific tailscale ip

Posted: September 26th, 2022, 11:26 pm
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

Re: local_ranges and specific tailscale ip

Posted: September 27th, 2022, 7:24 am
by safihre
It can include specific IP's.
See the documentation: https://sabnzbd.org/wiki/configuration/3.6/special

Re: local_ranges and specific tailscale ip

Posted: September 27th, 2022, 1:27 pm
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.

Re: local_ranges and specific tailscale ip

Posted: September 27th, 2022, 6:05 pm
by smcoz
Thanks for the help - much appreciated