January 23, 20251 yr Hi all. I'm really struggling and have spent days on this. Any help would be very, very much appreciated. Issue: I can't access any web gui of containers within the docker network I created. My setup: I followed this documentation for macvlans here: https://docs.unraid.net/unraid-os/release-notes/6.12.4/#fix-for-macvlan-call-traces I created the docker network with the following: docker network create -d macvlan \ --subnet=172.18.0.0/16 \ --gateway=172.18.0.1 \ -o parent=eth1 \ dockernet Ive tried setting it to the eth0 and eth1. I can see the IP of the container in my Ubiquiti dream machine. I've tried adding a static route on the router. I dont know what else to try. I'm losing my mind at this point.
April 6, 20251 yr If anyone has any other options other than defaulting to ipvlan. The reason why I don't use ipvlan is because all the containers end up just showing up once on my router's device list since they all share the same Mac-address.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.