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.

The network card and docker system settings are normal, with IPV6 and IPV4 addresses. In the Docker application network type subnet, the IPV6 address cannot be obtained, and the IPV4 address is normal

Featured Replies

UNRiAD uses MAcvlan eth1 network interface, and the IPV6 address is not displayed in the application network type. There are both IPV6 and IPV4 network IPs in the network card and Docker system settings. If I use a separate IPV6 network in the network card settings, the custom network card Eth1 interface will not be displayed in the DOCKER application. If only IPV4+IPV6 is needed, only the IPV4 subnet will be displayed in the application. How should this be handled? Thank you

  • Community Expert

run docker inspect comands and see what unraid did... they disabled ipv6 for ther bridges to gurantee ipv4 comunications...

if you want ipv6 cros talk you need to run adational script and systemctl to have dockers see ipv6...

 

#!/bin/bash

# Delay before starting
sleep 10

# Apply sysctl settings
apply_sysctl_settings() {
    echo "Applying sysctl settings..."
    sysctl -w net.ipv6.conf.all.forwarding=1
    sysctl -w net.ipv6.conf.br0.accept_ra=2
    sysctl -w net.ipv6.conf.br0.accept_ra_rt_info_max_plen=64
    sysctl -w vm.overcommit_memory=1

    echo "Verifying sysctl settings..."
    sysctl net.ipv6.conf.all.forwarding
    sysctl net.ipv6.conf.br0.accept_ra
    sysctl net.ipv6.conf.br0.accept_ra_rt_info_max_plen
    sysctl vm.overcommit_memory
}

apply_sysctl_settings

 

this done't fix teh docker networks as they esentail have to be deleted and recreatd with the ipv6 data added...

 

other unriad setting affect this as well... 

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.