Hi, first time Truenas user here and I'm having a nightmare
Trying to set up a prowler/sonarr/radarr/transmission system just to play with, probably overkill for my needs but I'd love to see it in action. This is a fresh Truenas 13 install and all plugin installs for the apps. I have transmission up and running and saving to a pool, I have an SMB share on that dataset and can play a downloaded file via that share. So the basic install seems ok. I accepted the standard install on the plugins, which gives a NAT solution where all of the services show on the same external ip address (192.168.1.27) on my network, accessible via different ports.
Where I am falling over is in trying to connect prowler to either sonarr or radarr. It fails the test button each time, with the following error in prowlarr (this is for sonarr obviously):
There is no equivalent error in the sonarr or radarr logs, presumably implying prowlarr isn't managing to get out to that api address at all? If I check from within the jails, each jail can ping 192.168.1.27 but none of them can curl against a non 80 port - so in sonarr jail for example both
I would have assumed that the standard plugin installs would "just work" but I'm new to this community so I'm not clear on what state these plugins are in. I see "straight to jail" install giudes preferring vnet with individual ip's - does the whole NAT thing just not work in this scenario?
Any help would be appreciated!
Where I am falling over is in trying to connect prowler to either sonarr or radarr. It fails the test button each time, with the following error in prowlarr (this is for sonarr obviously):
Code:
[v0.3.0.1730] System.Net.WebException: Connection refused (192.168.1.27:8989): 'http://192.168.1.27:8989/api/v3/indexer/schema' ---> System.Net.WebException: Connection refused (192.168.1.27:8989) ---> System.Net.Http.HttpRequestException: Connection refused (192.168.1.27:8989)
There is no equivalent error in the sonarr or radarr logs, presumably implying prowlarr isn't managing to get out to that api address at all? If I check from within the jails, each jail can ping 192.168.1.27 but none of them can curl against a non 80 port - so in sonarr jail for example both
curl 192.168.1.27:8989
and curl 192.168.1.27:9696
give connection refused, but locahost will suceed for that jails own service, e.g. in sonarr curl localhost:8989
works.I would have assumed that the standard plugin installs would "just work" but I'm new to this community so I'm not clear on what state these plugins are in. I see "straight to jail" install giudes preferring vnet with individual ip's - does the whole NAT thing just not work in this scenario?
Any help would be appreciated!