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.

How does a router's DHCP interact with Docker containers configured in br0 networking mode?

Featured Replies

I first plug my unRAID machine into the router and the router's DHCP assigns it 10.0.0.6. In my router configuration portal, indeed I see that my machine is assigned 10.0.0.6 in the attached devices list.

 

Running some containers in bridge mode and configuring port mappings allow me to access the containers' services through the LAN using 10.0.0.6:<port>. For example, Jellyfin is accessible through 10.0.0.6:8096.

 

Now, I add another container (pihole) and configure this to run on the custom network br0, assigning it a static IP address of 10.0.0.24. If I then check the attached devices list on my router configuration page, I see that my unRAID machine is now assigned 10.0.0.24, and yet Jellyfin is still accessible through 10.0.0.6:8096! How is this possible if as far as the router is concerned, there is no device with an IP address of 10.0.0.6?

 

*Router model: NETGEAR WAX204

Solved by Vr2Io

  • Solution

Because docker network have IPVLAN and MACVLAN mode, in IPVLAN mode, all containers use same MAC address ( real interfaces's MAC address ). Most consumer network equipment will list / count device by MAC address ones only, so you will got either one of IP's with same MAC address instead same MAC address with different IP.

Edited by Vr2Io

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.