Jump to content

unraid uses both NICs alternately


Recommended Posts

Make eth0 and eth1 separate interfaces (not bonded).

Both eth0 and eth1 must have the bridge function enabled.

eth0 is your management interface and has either a fixed IP or dynamic IP assigned

eth1 is going to be the interface for your containers, it can have either a fixed or dynamic IP assignment (similar to eth0)

 

Under Docker settings unselect br0 and select br1. It is recommended to set a DHCP pool which does not conflict with the DHCP range of your router.

If you want the server to be able to talk to containers, then enable the setting "Host access to custom networks"

 

In the container settings, choose custom network br1 and optionally set a fixed address.

 

Link to comment
On 2/5/2020 at 2:30 PM, bonienl said:

Make eth0 and eth1 separate interfaces (not bonded).

Both eth0 and eth1 must have the bridge function enabled.

eth0 is your management interface and has either a fixed IP or dynamic IP assigned

eth1 is going to be the interface for your containers, it can have either a fixed or dynamic IP assignment (similar to eth0)

 

Under Docker settings unselect br0 and select br1. It is recommended to set a DHCP pool which does not conflict with the DHCP range of your router.

If you want the server to be able to talk to containers, then enable the setting "Host access to custom networks"

 

In the container settings, choose custom network br1 and optionally set a fixed address.

 

Thanks bonienl for your help - works perfect 👍

Edited by Zonediver
Link to comment

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...