August 10, 20205 yr Dear All, I had a question regarding giving static IP to my individual docker by using br0 in docker setting, I had enabled "Setting -> Docker -> Preserve User......." setting followed SpaceInvaders tutorial. Initally all my docker had their own IP under br0, which i find it very neat to have all docker has a saperate ip address however it had stopped working and when i found that issue i try turn it back to bridge mode and all my dockers works again. So i stopped bothering with why it won't work with br0. However recently i need to set up pihole on unraid which i think it needed its own ip address to work. But im still facing the same issue but i do not know where to start fixing it. Can any sifu advise me? The attachment shows an example of krusader docker using br0, it will just go constant loading and never make it to the webgui.
August 15, 20205 yr My guess would be that your IP address for your container is outside of the dhcp pool for the br0 network. Try to pick an ip that is within that range (192.168.9.1 - 192.168.9.126) I've been able to successfully use the br0 network in my setup, although I don't have a dhcp pool set.
Archived
This topic is now archived and is closed to further replies.