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

Enhancement Request: Limit Guest IP addresses to IPv4 #12684

Open
camjjack opened this issue Feb 15, 2022 · 0 comments · May be fixed by #12686
Open

Enhancement Request: Limit Guest IP addresses to IPv4 #12684

camjjack opened this issue Feb 15, 2022 · 0 comments · May be fixed by #12686

Comments

@camjjack
Copy link
Contributor

WSL doesn't support IPv6 so a Vagrant VM provisioned in Hyper-V from WSL will be unreachable by an IPv6 address. It often happens that guest IPv6 addresses are reported instantly but IPv4 addresses will be dependant on DHCP and are reported at a later date. Vagrant will pick up the IPv6 address and then not be able to communicate (SSH) with the guest VM.

Describe the solution you'd like
This would allow a user to specify that only IPv4 guest addresses should be used and wait for one to be reported by the guest.

Describe alternatives you've considered
It would be possible to disable IPv6 in the guest VMs but this would provide a more generic solution

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

Successfully merging a pull request may close this issue.

1 participant