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.

Unraid to lose connection

Featured Replies

After I upgraded from 6.11.5 to 6.12.8, there is still a problem of using macvlan causing Unraid to lose connection.

 

I used bond between eth0 and eth1 and opened the bridge. Then in the custom network of docker, I opened the macvlan of br0.  Two days later, I discovered that Unraid had lost contact. 

 

After restarting, I plan to use eth1 as a separate macvlan network port.

So I unbonded eth1 and opened it in docker's custom network. But after I start the array, I cannot see the docker custom network generated by the system. 

 

The configuration is similar to this: 

Untitled.thumb.png.cebbdd828344398ddb529b56e3b8946d.png

Docker network only has bridge and host. What's the reason? In version 6.11.5, it can run normally according to the description in https://www.jackiewu.top/article/how-to-solve-macvlan-and-ipvlan-issues.

 

Currently I can only create a custom network for eth1 through the docker network command. 

 

For eth1, I haven't assigned any ip address to it or opened a bridge or anything. Can this solve the problem of lost connection?

 

218022906_.thumb.PNG.0e21e759b6cb8da97e8f8fc8e81dc90b.PNG

Edited by csu

  • Community Expert

Because of the language cannot see if bridging is enabled or disabled, can you confirm? To keep using macvlan you must disable bridging

  • Author
20 minutes ago, JorgeB said:

Because of the language cannot see if bridging is enabled or disabled, can you confirm? To keep using macvlan you must disable bridging

Bridging of eth1 is turned disabled.  I think this should solve the problem of lost connection.

 

But I don’t know why the custom network set through the docker settings WEB UI cannot take effect and can only be created through the docker network create command.

  • Author
1 minute ago, csu said:

Bridging of eth1 is turned disabled.  I think this should solve the problem of lost connection.

 

But I don’t know why the custom network set through the docker settings WEB UI cannot take effect and can only be created through the docker network create command.

676383812_.thumb.PNG.0ba9ef1e53400ab3ab949347ba74ca74.PNG

This is my eth1 configuration. 

And this is the command I used

" docker network create -d macvlan \
  --subnet=192.168.1.0/24 \
  --ip-range=192.168.1.128/25 \
  --gateway=192.168.1.5 \
  -o parent=eth1 macvlan”

 

I think this should solve the problem of lost connection.

  • Community Expert
1 hour ago, csu said:

But I don’t know why the custom network set through the docker settings WEB UI cannot take effect and can only be created through the docker network create command.

This I'm afraid I cannot help with, but maybe someone else can.

  • Author

I think it is because I set the address segment of the custom network eth1 and the address segment of the management network port to the same address segment, that is, 192.168.1.0/24, which is not allowed by the Unraid system. When I changed the address segment to 192.168.0.0/24, the system will automatically generate a custom network eth1.

 

However, the system itself does not prompt that this is not allowed and does not report an error. And through the docker network create command, such a network can be created. I am not sure whether this is a bug.

  • Community Expert
7 minutes ago, csu said:

I am not sure whether this is a bug.

Me neither, maybe @bonienlcan help.

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.