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

wmi via ipv6 #87

Open
temperta opened this issue Mar 28, 2024 · 1 comment
Open

wmi via ipv6 #87

temperta opened this issue Mar 28, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@temperta
Copy link

hello ,every body,i have a problem to use wmic tool to query from a pure ipv6 windows.how can i input a ipv6 address for wmic

@temperta temperta added the bug Something isn't working label Mar 28, 2024
@tedpearson
Copy link

I looked into this a while ago, as I also wanted to use wmic via IPv6. I found that samba/lib/util/system.c uses an IPv4-only dns lookup function gethostbyname().

Basically the code needs to be modified to support IPv6.

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

2 participants