Thanks for the replies
Yes, this is a follow-on from my previous post where I was focussed on getting the webui working - wasn't sure whether to start a new thread or continue previous - apologies if I got it wrong.
Extract from the log:
Code: Select all
2022-10-15 12:25:31,432::INFO::[SABnzbd:1437] Starting web-interface on :::8080
2022-10-15 12:25:31,433::INFO::[_cplogging:213] [15/Oct/2022:12:25:31] ENGINE Bus STARTING
2022-10-15 12:25:33,008::INFO::[notifier:122] Sending notification: Warning - Refused connection from: ::ffff:172.20.0.1 [Readarr/0.1.0.1156 (ubuntu 20.04)] (type=warning, job_cat=None)
2022-10-15 12:25:33,008::WARNING::[interface:370] Refused connection from: ::ffff:172.20.0.1 [Readarr/0.1.0.1156 (ubuntu 20.04)]
2022-10-15 12:25:36,588::INFO::[_cplogging:213] [15/Oct/2022:12:25:36] ENGINE Serving on http://:::8080
2022-10-15 12:25:36,588::INFO::[_cplogging:213] [15/Oct/2022:12:25:36] ENGINE Bus STARTED
2022-10-15 12:25:36,589::INFO::[SABnzbd:1473] Starting SABnzbd.py-3.4.2
2022-10-15 12:25:36,596::INFO::[dirscanner:117] Dirscanner starting up
2022-10-15 12:25:36,597::INFO::[panic:239] Launching browser with http://127.0.0.1:8080/sabnzbd
2022-10-15 12:25:36,597::INFO::[postproc:233] Completed Download Folder /data/usenet is not on FAT
2022-10-15 12:25:36,599::INFO::[notifier:122] Sending notification: SABnzbd - SABnzbd 3.4.2 started (type=startup, job_cat=None)
2022-10-15 12:25:36,851::INFO::[notifier:122] Sending notification: Update Available! - SABnzbd 3.6.1 (type=other, job_cat=None)
2022-10-15 12:26:01,851::WARNING::[interface:370] Refused connection from: ::ffff:172.20.0.1 [Sonarr/3.0.6.1342 (ubuntu 18.04)]
2022-10-15 12:26:52,990::WARNING::[interface:370] Refused connection from: ::ffff:172.20.0.1 [Radarr/3.2.2.5080 (ubuntu 20.04)]
2022-10-15 12:27:03,019::WARNING::[interface:370] Refused connection from: ::ffff:172.20.0.1 [Readarr/0.1.0.1156 (ubuntu 20.04)]
2022-10-15 12:27:31,699::WARNING::[interface:370] Refused connection from: ::ffff:172.20.0.1 [Sonarr/3.0.6.1342 (ubuntu 18.04)]
2022-10-15 12:28:23,012::WARNING::[interface:370] Refused connection from: ::ffff:172.20.0.1 [Radarr/3.2.2.5080 (ubuntu 20.04)]
2022-10-15 12:28:33,035::WARNING::[interface:370] Refused connection from: ::ffff:172.20.0.1 [Readarr/0.1.0.1156 (ubuntu 20.04)]
2022-10-15 12:29:10,815::WARNING::[interface:370] Refused connection from: ::ffff:172.20.0.1 [Sonarr/3.0.6.1342 (ubuntu 18.04)]
2022-10-15 12:29:10,823::WARNING::[interface:370] Refused connection from: ::ffff:172.20.0.1 [Sonarr/3.0.6.1342 (ubuntu 18.04)]
Log from yesterday's attempt made reference to the tailscale IP (changed to 100.xx.xx.xx below):
Code: Select all
2022-10-14 15:23:29,093::INFO::[notifier:122] Sending notification: Warning - Refused connection from: ::ffff:100.xx.xx.xx [Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36] (type=warning, job_cat=None)
2022-10-14 15:23:29,093::WARNING::[interface:370] Refused connection from: ::ffff:100.xx.xx.xx[Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36]
I hope I've provided enough information.
As a side note, when connecting using a zerotier mesh network everything works as expected without the need for using "local_ranges" I think this is because zerotier adds additional network interfaces for each device which are then acting as a local network. I would rather use tailscale hence my troubleshooting efforts here.
Thanks again for your trouble.