-
-
Notifications
You must be signed in to change notification settings - Fork 70
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 usage is confusing #34
Comments
Whether to use ipv6, is detected automatically from the ip address given. It’s also possible to pass a domain name, e.g. Pinging @alimg for verification, because they implemented this feature in #26. |
wakeonlan: error: the following arguments are required: mac address
dont work You write a tool as not planned to work. That is crazy. |
@thomasschaeferm, the error message you got in your first command clearly states what was missing. You must always provide a mac address along with the ip address. The The limitation @remcohaszing mentioned about automatic ipv6 detection with domains is true. I should clarify although its not explicitly documented in the CLI help message, the Please also note that the CLI defaults to broadcast ip ( |
So the Why not use the all nodes multicast for IPv6 in order to mirror the IPv4 behaviour? The interface is then already supplied in that case, so it should be able to construct |
other tools
|
Be respectful. This is an OSS project that’s created and maintained by volunteers, so you get to use it for free. |
My takeaway from further discussion is that this project does work as intented, but it has some confusing behaviour. I’m thinking of the following solution:
These are breaking changes, so this requires a semver major release. Any thoughts? |
@remcohaszing I have a suggestion. I have encountered an issue when WOL does not work (with defaults) where the domain resolves to IPv6. This happens because by default the What if you allow
Then pass the
And then, if user has specified This way you don't need to know anything about the |
This is what I'm currently using:
|
At an ipv6-only host I get only that
without
-6
option it also doesn't work:The text was updated successfully, but these errors were encountered: