-
Notifications
You must be signed in to change notification settings - Fork 47
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
Add network connection type option #34
Add network connection type option #34
Conversation
676dbd8
to
53da0c9
Compare
FYI I intend to open a PR consuming this in minikube as soon as this is checked in and released. |
/cc @mikeroySoft |
I've got it building (had to update to go mods since the original repo hasn't done so yet)... |
|
Ah, thanks! > docker-machine create --driver=vmware default --vmware-network-type=bridged
Invalid command line. Found extra arguments [--vmware-network-type=bridged] derp... Ran it again with the name of the machine at the tail of the command, and it's booting up with an IP that I would expect =) So great, we're good... I want to merge this, but I feel like we should get go mod support in there first... so let me work on that (there's a PR collecting dust on it) and then pull this one in at the same time. |
Thanks! I'll keep an eye out for whenever you decide to and figure out how to create a release 🙂 |
Release v0.1.3, which includes this change, has been published! |
Missed this as part of machine-drivers#34
Missed this as part of machine-drivers#34
#31 (#30) made it possible to start on Big Sur, but for some users the default 'nat' connection type may no longer work on Big Sur's internet sharing for those running DNS proxies due to https://communities.vmware.com/t5/VMware-Fusion-Discussions/DNS-Forwarder-Does-Not-Seem-to-Exist-in-VMware-Fusion-12-on-Big/td-p/2808576
Since the NAT-based networking is therefore currently unusable in some cases, this PR makes it possible to use
bridged
networking instead until VMWare fixes the issue.