Docker Sonarr & Docker Radarr issue with Firewall.

Currently reading
Docker Sonarr & Docker Radarr issue with Firewall.

15
3
NAS
DS1520+
Operating system
  1. Windows
Mobile operating system
  1. Android
I have Sonarr & Radarr dockers working 100% and they can reach the indexers fine.

As soon as I turn on Synology Firewall (Attached is a screenshot of Firewall.) the indexers are blocked: All indexers are unavailable due to failures, All search-capable indexers are temporarily unavailable due to recent indexer errors, All rss-capable indexers are temporarily unavailable due to recent indexer errors:

4JM7Juvl.png


Saw on Reddit that I am not the only one with this issue. Any help please as I really want the firewall active?
 
Solution
I have Sonarr & Radarr dockers working 100% and they can reach the indexers fine.

As soon as I turn on Synology Firewall (Attached is a screenshot of Firewall.) the indexers are blocked: All indexers are unavailable due to failures, All search-capable indexers are temporarily unavailable due to recent indexer errors, All rss-capable indexers are temporarily unavailable due to recent indexer errors:

4JM7Juvl.png


Saw on Reddit that I am not the only one with this issue. Any help please as I really want the firewall active?
Add your docker subnet access to your lan on all ports. So 172.17.x.x to your LAN and take it from there.
I have Sonarr & Radarr dockers working 100% and they can reach the indexers fine.

As soon as I turn on Synology Firewall (Attached is a screenshot of Firewall.) the indexers are blocked: All indexers are unavailable due to failures, All search-capable indexers are temporarily unavailable due to recent indexer errors, All rss-capable indexers are temporarily unavailable due to recent indexer errors:

4JM7Juvl.png


Saw on Reddit that I am not the only one with this issue. Any help please as I really want the firewall active?
Add your docker subnet access to your lan on all ports. So 172.17.x.x to your LAN and take it from there.
 
Upvote 1
Solution
Last edited:
Add your docker subnet access to your lan on all ports. So 172.17.x.x to your LAN and take it from there.
If that alone does not help... add 172.19.0.0 / 255.255.0.0 to the firewall allow list
 
Upvote 0
Last edited:
docker0 is the default gateway for the subnet 172.17.0.0/16 and has the ip 172.17.0.1 (see: ip addr show docker0) . This device is always created by the docker installation.

docker_gwbridge is the default gateway for the subnet 172.18.0.0/16 and has the ip 172.18.0.1 (see: ip addr show docker_gwbridge) - afair this device is added when the swarm mode is initalized. No swarm mode == no device

docker-{ 8char alpanum} is the default gateway for the user derfined docker network following the schema 172.x.0.0/16 with its gateway ip 172.x.0.1. You can either find the network ranges in the ui or by running the command ip a | grep -E 'docker-[[:alnum:]]{8}'. A device is created per user defined docker network.

It should be sufficient to only whitelist the gateway ip of the network.

Though, If you'd create a user defined bridge network (from the ui, the shell or portainer) and put all these containers inside the same network, you could leverage service discovery via the networks internal dns (it's a docker feature for user defined networks) and use the container names when accessing another container in the same network using the services container port. For instance lets assuem your sabnzdb container is called sabnzb, then you would use http://sabnzbd:8080 in the sonarr container for the download client connection. But I guess the firewall you are asking about is to grant container generall internet access - the user defined networks just help for container to container communication.

Fun fact: those gateway ips can be used from inside a container, to access services from the host...
 
Upvote 0

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Similar threads

ZERO errors. The urls for sonarr gives unexpectedly dropped connection. Transmission has returned...
Replies
74
Views
13,242
So did I, and that's what made this so vexing to troubleshoot. That said, the "Settings" sections differ...
Replies
6
Views
21,336
@one-eyed-king Your comment about "stat" (this is new to me), showed me some differences I hadn't noticed...
Replies
18
Views
3,714
I don't have the step by step config you're after, but can tell you that you can SSH into a docker...
Replies
1
Views
324
Use bind volumes, and the CM Project feature. Hyper Backup can then backup the volumes, and with a copy of...
Replies
2
Views
296

Welcome to SynoForum.com!

SynoForum.com is an unofficial Synology forum for NAS owners and enthusiasts.

Registration is free, easy and fast!

Back
Top