November 27, 20232 yr Hi, - I currently run Unraid 6.12.4 - IPVLAN mode - I have 2 NIC's and use 1 NIC for all docker traffic, VM's and and host UI. I have a single container that lives on my network bridge (BR0) with the IP Address 192.168.1.40. Everything works as expected, But i cant create a DHCP reservation for this container in my router as the MAC Address shows as the same MAC address as my Unraid Server Host. And i'd l need to be unique to save the DHCP reservation. Do i need to move my networking mode over to MACVLAN to get a unique MAC Address for my Fixed IP Address container on BR0? As it stands i've limited the DHCP scope to give me 50 or so fixed addresses for issues like this so it's not crucial, but i find it more convenient to keep track of DHCP reservations on the router than find and update servers with fixed addresses.. Any advice? Cheers. Edited November 28, 20232 yr by thestraycat added
November 28, 20232 yr Community Expert Yes you need to use macvlan if you want unique mac address per container, otherwise they will share the nic's mac (ipvlan setting). The caveat being macvlan historically has caused some instability in some systems, although that seems to be largely fixed in 6.12+
November 28, 20232 yr Author Yeah i remember those... hence why i moved over to IPVLAN! Cheers for the reply. I thought it might be the case.
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.