I will post it when I get my hands on it, but basically I made a macvlan which is using the server vlan, and then in the compose I set the network to that macvlan, which seems to be functional at least
- 1 Post
- 6 Comments
Joined 1 year ago
Cake day: December 7th, 2024
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Thanks for sharing this, I’ll give it a try and see how it goes
I mean at the moment I don’t have any bridges setup (other than the dockers own bridge) I thought maybe I could solve my issue with bridging
That is my gut feeling too, but as I mentioned in another comment all physical devices work fine in their respective subnet. This is happening before I move the containers to a new subnet, and before these changes everything was working fine.
Answer to your first question, he dockers successfully resolve and access internet
- Yes the OPNSense is the primary router and dhcp provider so all the subnets and vlans are defined and working with physical devices
I actually was having the same issue with the routing of server. How did you setup your bridge exactly? Do you mind sharing your netplan?


Thanks, that’s a great write up. One thing I didn’t ubderstand however is in your Docker macvlan, you set the parent to br0.10 and br0.20, where are those parents defined?
Maybe I misunderstood the macvlan documents but what I did was defining a vlan in server netplan vlan0.100 and set the macvlan parent to that vlan0.100. Is that not how it’s supposed to be?