如何设置ipv6
unraid吧
全部回复
仅看楼主
level 1
根据下面的可以设置,但是小白的我看不懂,第一,DUID是什么,在哪里可以找到?第二,最后一条参数用命令怎么查看
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 )
下面这行,自己在unraid中用ps命令查看,记录下参数。然后修改为你自己机器中的参数
dhcpcd -b -q -t 10 -h my_Tower_Name -C resolv.conf -6 br0 fi
2022年03月25日 07点03分 1
level 2
放弃吧
2022年03月26日 12点03分 2
level 2
虚拟机用NGINX反向代理,比直接的好
2022年03月26日 12点03分 3
level 5
duid是个mac地址,在/boot/config/duid这个文件自己建
2023年09月01日 09点09分 4
level 3
ipv6好用!
2023年09月18日 03点09分 5
1