January 27, 20242 yr By default there is a "Bridge" Network Type when creating a docker that will use the UnRaid's host IP address along with your port of the container. i.e. Unraid - 10.0.1.5 - br0 Container#1 - 10.0.1.5:6600 - bridge Container#2 - 10.0.1.5:6601 - bridge Most people and ports on here talk about adding a VLAN Network Type so that you can leverage a VLAN, for example, and set different IPs for each containers. i.e. Unraid - 10.0.1.5 - br0 Container#1 - 10.0.2.5:6600 - br0.2 Container#2 - 10.0.2.6:6600 - br0.2 I am trying to figure out how to create another "Bridge" Network Type but specific to a VLAN subnet. So I can use the same IP address but different ports for a set of containers. i.e. Unraid - 10.0.1.5 - br0 Container#1 - 10.0.2.5:6600 - bridge br0.2 Container#2 - 10.0.2.5:6601 - bridge br0.2
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.