September 6, 20232 yr Hey guys, i am trying to setup a docker environment on ubuntu server and would really like my host and my macvlan containers to talk to each other. Does anyone know, how limetech implemented that feature and how i could reproduce this on ubuntu? I would highy appreciate any answer that helps me solve this issue
September 6, 20232 yr 1 hour ago, Joly0 said: Hey guys, i am trying to setup a docker environment on ubuntu server and would really like my host and my macvlan containers to talk to each other. Does anyone know, how limetech implemented that feature and how i could reproduce this on ubuntu? I would highy appreciate any answer that helps me solve this issue I think it is adding a 2nd dft route with a different metric. rc.docker section is here https://github.com/unraid/webgui/blob/1cfe7937619e2cb5782dc71325cab26f30b3640c/etc/rc.d/rc.docker#L443
September 6, 20232 yr Author Ok, i was able to get host to container networking working by running these commands: ip link add mac0 link eth0 type macvlan mode bridge ip addr add 192.168.1.150/24 dev mac0 ip link set mac0 up But i am not quite sure how to add container to host networking now
September 7, 20232 yr Author I have literally no idea how this route thing works to get container to host communication working....
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.