bosen 发表于 2021-8-23 13:27:35

怎么用命令重启网卡或者ipv6?

   现在使用 脚本更新IPv6 同步阿里云,每次同步完后要手动重启群晖系统,不想老重启群晖,怕那天连不上

hhf000 发表于 2021-8-23 21:40:44

来看看,学习下。

momo 发表于 2021-8-24 11:37:10

去买腾讯云的域名吧,群晖ddns直接支持。不需要搞什么脚本

bosen 发表于 2021-8-24 21:47:59

momo 发表于 2021-8-24 11:37
去买腾讯云的域名吧,群晖ddns直接支持。不需要搞什么脚本

用的是移动宽带,只有IPv6公网地址,那请问有了腾讯的域名怎么设置呢

frx 发表于 2021-8-25 09:43:37

可以试试:synonet 的 --set_ip,说明如下--set_ip -4/-6 ethx {flush | add | del} {empty | ip/prefix_len}ex1 : --set_ip -4 eth0 add 192.168.55.66/16ex2 : --set_ip -6 eth0 del 2001:b011:4002:f0:211:32ff:fe22:efcb/64ex3 : --set_ip -4 eth0 flushex4 : --set_ip -6 eth0 flushnote : it's different from --manual, ifcfg doesn't modified
我的群辉因为路由器重启后ipv6的网关会消失,使用了下面的脚本来刷新网关:#!/bin/bashif test -z "$(ip -6 route | grep 'default' | awk '{print $3}')"thensynonetdtool --refresh-gateway -6echo "Refresh IPv6 Gateway Successful"elseecho "The gateway is normal"fi

Bond007 发表于 2021-8-25 20:59:44

学习一下!

bzlzm 发表于 2022-11-7 15:24:24


感谢楼主的无私分享!要想好 就靠你我他
页: [1]
查看完整版本: 怎么用命令重启网卡或者ipv6?