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:
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

Gluetun works fine. I'm using it both for several other containers, and for proxying my browser through my...
Replies
3
Views
434
Thanks... I tried something similar with rsync. The docker volume lived in...
Replies
7
Views
619
I can’t find any option to restore just the settings. 1710356648 Phew, managed to fix it. Within the...
Replies
4
Views
503
Good to hear. Deluge has not been updated for almost two years now as an app, nevertheless. But it gives...
Replies
12
Views
1,104
  • Question
Open an issue on that GitHub page. The developers will be glad to assist. OP has posted two threads on...
Replies
5
Views
1,095
I'm happy with email notifications but in v0.3.3 of dockcheck the author added apprise notifications...
Replies
4
Views
1,231
I am also trying to setup a Z-wave USB dongle and am getting stuck after following the same steps as...
Replies
1
Views
1,143

Welcome to SynoForum.com!

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

Registration is free, easy and fast!

Trending threads

Back
Top