Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Bridge vs custom eth0

Featured Replies

Short answer is there an advantage using bridge over custom eth0 when setting up a docker, they both seem to work or is it just to run whatever the default is which seems to be bridge?  i'm running the latest unRAID 6.5.2- rc1

Bridge mode

- shares IP with unRAID

- usually ok but sometimes annoying because container wants a specific port that's already in use by unRAID or another container.

- your network cannot distinguish between container traffic and NAS services (hard to perform QoS or specific VPN routing)

 

Custom eth0/br0

- allows your container to have a different IP from unRAID.

- This is mostly OK since this means stuff like QoS and selective VPN routing can be done.

- However, this prevents all communications between the container and unRAID (which prevents stuff like reverse proxying) unless you have VLANs or extra network interfaces.

  • 3 years later...
On 5/5/2018 at 7:52 AM, ken-ji said:

Bridge mode

- shares IP with unRAID

- usually ok but sometimes annoying because container wants a specific port that's already in use by unRAID or another container.

- your network cannot distinguish between container traffic and NAS services (hard to perform QoS or specific VPN routing)

 

Custom eth0/br0

- allows your container to have a different IP from unRAID.

- This is mostly OK since this means stuff like QoS and selective VPN routing can be done.

- However, this prevents all communications between the container and unRAID (which prevents stuff like reverse proxying) unless you have VLANs or extra network interfaces.

 

Hey - I know its been a while but was curious what the difference is between Custom: eth0 and Custom: br0? 

 

Thanks

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...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.