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.

Set IPv6 interface identifier

Featured Replies

Since it seems UNRAID OS is generating IPv6 interface identifiers randomly (if not let me know how these are actually generated) it would be very nice to add the possibilities to:

1) set the IPv6 address freely (already there)

2) use/enforce DHCPv6

2) use/enforce SLAAC but allow

    2.1) setting the interface identifier accordingly to EUI-64

    2.2) set tokenized interface identifiers (see man-pages)

    2.3) setting the interface identifier randomized

Edited by fxp555

  • 4 months later...

https://www.cnblogs.com/osnosn/p/13771929.html

 

append a line in file:"config/go" , "/bin/sh /boot/cnofig/modify_dhcpcd.sh"

#!/bin/bash
# filename: config/modify_dhcpcd.sh
# usage: unraid-6.8.2 , modify dhcpcd.conf , duid
#      set SLAAC ipv6 in eui64, use own DUID.
#   create by yourself:"config/duid" (DUID) -> "05:0a:0c:12:13:14:15:16"
/bin/cp /boot/config/duid /var/lib/dhcpcd/duid
/bin/sed -i 's/^#slaac hwaddr/slaac hwaddr/g;s/^slaac private/#slaac private/g' /etc/dhcpcd.conf
if [ -f /run/dhcpcd-br0-6.pid ]; then
   kill $(cat /run/dhcpcd-br0-6.pid )
   dhcpcd -b -q -t 10 -h my_Tower_Name -C resolv.conf -6 br0
fi

 

Edited by osn

Archived

This topic is now archived and is closed to further replies.

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.