- 20
- 4
Hi there,
Very happy to find this place where I might get some precious help!
I'm running through docker and docker-compose, AdGuard (kind of PiHole) on my Synology NAS.
My NAS is up to date.
As I want to use it as DNS on my router, I need it run on the port 80 (as not all devices can manage a DNS with a specific port).
To be able to do that, I have create a docker macvlan network following a nice tutorial found online.
Nevertheless, a macvlan can be accessed by all devices on the network expect by the host (my NAS) itself.
I learned that today while search how to solve my issue for hours
I would like to find a way to solve this for the following reasons:
I have attached here the Reverse Proxy settings + the docker compose file.
Thanks for reading this. I hope someone as a solution.
Best
Very happy to find this place where I might get some precious help!
I'm running through docker and docker-compose, AdGuard (kind of PiHole) on my Synology NAS.
My NAS is up to date.
As I want to use it as DNS on my router, I need it run on the port 80 (as not all devices can manage a DNS with a specific port).
To be able to do that, I have create a docker macvlan network following a nice tutorial found online.
Nevertheless, a macvlan can be accessed by all devices on the network expect by the host (my NAS) itself.
I learned that today while search how to solve my issue for hours
I would like to find a way to solve this for the following reasons:
- It's annoying
- I can't access it from other containers
- My Syno can't use the DNS
- The reverse proxy from the Syno can't go its job to provide HTTPS as it cant access it
- Free 80/443 of my Syno, don't really like forcing stuff and didn't work
- Using ipvlan instead of macvlan but Synology current Docker version seems to not support it
I have attached here the Reverse Proxy settings + the docker compose file.
Thanks for reading this. I hope someone as a solution.
Best