April 5, 20188 yr Is there something stopping docker allowing me to add a second eth port with the same subnet as the primary one that unraid is using? What I am trying to accomplish is assign an Ethernet port for a container, as a custom interface on my main subnet with its own ip assigned from my DHCP server (or internally on the correct pool range). In the docker container edit page under network I can only see only one eth interface per subnet. Edited April 5, 20188 yr by TheGood
April 5, 20188 yr Docker imposes a limitation of one network per gateway IP address. Besides, if this was the normal case, then you'd be better off adding br0 and eth1 (or br1) to bond0 (just not sure which bonding mode)
Archived
This topic is now archived and is closed to further replies.