Skip to content
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

OpenWRT中只能获取到局域网客户端fe80开头的地址 #1235

Closed
moreoronce opened this issue Aug 30, 2024 · 0 comments
Closed

OpenWRT中只能获取到局域网客户端fe80开头的地址 #1235

moreoronce opened this issue Aug 30, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@moreoronce
Copy link

Description

使用命令行模式
通过SSH在OpenWRT中执行
ip -6 neigh | awk '/2c:f0:5d:3e:b6:1b/{print $1}' | awk '/240/'
返回240开头的IPv6地址

在DDNS-GO中使用相同的命令,log显示
Get IPv6 result failed! Command: /bin/bash -c ip -6 neigh | awk '/2c:f0:5d:3e:b6:1b/{print $1}' | awk '/240/', Stdout: ""
Stdout为空

去掉240的过滤条件后,可以获取到客户端的IPv6地址,但是是fe80开头的地址

期望效果:
可以获取到局域网内客户端的240开头地址。

DNS Provider

Cloudflare

Did you search for similar issues before submitting this one?

Yes, I did, but I didn't find anything useful

Operating System

Linux

Architecture

x86_64

Version

6.68

How are you running ddns-go?

Service

Any other information

No response

@moreoronce moreoronce added the bug Something isn't working label Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant