-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
希望ipv6地址获取可以根据valid_lft或preferred_lft排序选择 #872
Comments
感觉可以通过命令获取,脚本自行研究 |
其实可以考虑使用脚本把旧的IPv6地址删掉(如果路由器支持的话,也可以用路由器主动发送弃用报文),如果不去清除或弃用旧IPv6地址,主机也没法使用默认路由访问外网IPv6服务器。我之前写了一个自动删除旧IPv6地址的脚本:https://gist.github.com/yin1999/cfa50d5b9342380f003631a2ac683ea3 |
我是通过命令获取实现如上功能的,你可以试试 |
This issue is stale because it has been open 30 days with no activity. Remove Stale label or comment or this will be closed in 5 days. |
This issue was closed because it has been stalled for 5 days with no activity. |
功能描述
根据
ip
命令中的ipv6相关信息根据valid_lft (有效使用期限) 和 preferred_lft (首选生存期)信息。可以找出最新分配的ipv6地址,这个最新的ip地址就是最近一次拨号后生成的最新ipv6地址
我希望IPv6功能中
通过网卡获取
后可以添加根据valid_lft
或preferred_lft
的剩余时间排序选择的功能,这样可以通过选择剩余时间最长的ipv6进行准确的ddns解决的问题
家用宽带虽然提供了ipv6公网地址,但是家用宽带会定期进行pppoe重播。
重播会分配不同的ipv6前缀,但局域网内的设备在路由重播后并不会将之前的ipv6前缀删除,而是继续根据新的ipv6前缀生成新的ip。
这样经过几次重播后,局域网设备就会累积大量的ipv6地址,但其中只有1个是可用的。而且这些ipv6地址在ddns-go中的顺序有相当的随意性,无法使用
@数字
的方式准确选择正确地址附加信息
No response
检查清单
The text was updated successfully, but these errors were encountered: