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

ip参数如何传递ipv6地址 #29

Open
qingzhuall opened this issue Nov 18, 2024 · 3 comments
Open

ip参数如何传递ipv6地址 #29

qingzhuall opened this issue Nov 18, 2024 · 3 comments

Comments

@qingzhuall
Copy link

我希望能够通过公网ipv6唤醒家里的电脑
在经过一番查找之后我找到了这个
简介里是说可以传递ip参数的
但是并没有讲明如何传递
经过我自己各种尝试之后也无果
希望能够解惑
如果不能支持ipv6的话也希望能够说明

@qingzhuall
Copy link
Author

对不起,没有看到已经关闭的issues里已经有过这个问题了

@qingzhuall
Copy link
Author

经过有一次尝试之后发现传递不了ipv6参数:(

@qingzhuall qingzhuall reopened this Nov 18, 2024
@qingzhuall qingzhuall changed the title ip参数如何传递 ip参数如何传递ipv6地址 Nov 18, 2024
@xiaoxinpro
Copy link
Owner

WOL 全称是 Wake-on-LAN,是一种局域网唤醒技术,无法进行跨网段唤醒,更不要说是公网唤醒了。

关于IPV6的服务端 WolGoWeb 是支持的,如果你需要通过ipv6唤醒关闭的主机那需要你的网卡在关机时保留ipv6监听状态,因为ipv6没有广播的功能,所以ipv6必须指定ip进行。

在我的理解中网卡在关机时ipv4都没有保留只是监听广播数据包来实现wol功能,所以通过ipv6唤醒的网卡可能不存在,如果有可以帮我更正。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants