Hello,
I am sorry if this has been posted before and answered. I was unable to locate my exact scenario with a working solution provided.
I currently have a Synology NAS with docker installed. I created a macVLAN with the following configurations.
Network 192.168.1.0/24
DHCP Range 192.168.1.10-192.168.1.239
Docker Host / Synology 192.168.1.215
macVLAN
Subnet 192.168.1.0/24
IP Range 192.168.1.240/28
Gateway 192.168.1.1
I have 3 containers on this macvlan and all are able to communicate with each other. They are also able to access my gateway and access the internet. However when I try and ping 192.168.1.215 I am getting a route issue. I noticed in my ARP table 215 did not have a mac address it was listed as unknown.
What is the cleanest solution to have my containers access my host?
I am trying to create a reverse proxy to some applications on the Synology NAS that are not docker containers.
Thank You.