charley008
171 天前
configure
set interfaces ethernet eth0 dhcpv6-pd prefix-only
set interfaces ethernet eth0 pppoe 0 dhcpv6-pd prefix-only
commit;save;exit
重启后 usg 的 cpu 还是会高占用。
其实可以在/srv/unifi/data/sites/default (不同版本地址不同:On Cloud Key, the install path for the .json file is: /srv/unifi/data/sites/[site name/default]/
On an Ubuntu, the install path for the .json file is: /usr/lib/unifi/data/sites/[site name/default]/)下新建 config.gateway.json ,内容如下
{
"interfaces": {
"ethernet": {
"eth2": {
"pppoe": {
"0": {
"dhcpv6-pd": {
"prefix-only": "''"
}
}
}
}
}
}
}
这样每次重启就不会消失这个 prefix-only 了