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

Network adaptor not found: B2D 18.09 , Vmware W. Pro 15 #66

Open
MartinSGill opened this issue Nov 11, 2018 · 5 comments
Open

Network adaptor not found: B2D 18.09 , Vmware W. Pro 15 #66

MartinSGill opened this issue Nov 11, 2018 · 5 comments

Comments

@MartinSGill
Copy link

Docker Machine Version: 0.14.0, build 89b8332
Boot2Docker: v18.09.0
VMWare: Workstation Pro 15
vmrun version 1.17.0 build-10737736

Steps to Reproduce:

docker-machine -D create --driver=vmwareworkstation vmware

Issue:

Timeout waiting for IP address

(vmware) DBG | MAC address in VMX: 00:0c:29:53:00:37
(vmware) DBG | Not there yet 58/60, error: IP not found for MAC 00:0c:29:53:00:37 in DHCP leases
(vmware) DBG | MAC address in VMX: 00:0c:29:53:00:37
(vmware) DBG | Not there yet 59/60, error: IP not found for MAC 00:0c:29:53:00:37 in DHCP leases

Root Cause:

NIC is missing:

image

Notes

Editing the generated VMX file and setting

ethernet0.virtualDev = "e1000"

Allows the machine to start and detect the network card.

@MartinSGill MartinSGill changed the title Network adaptor not found: B2D , Vmware W. Pro 15 Network adaptor not found: B2D 18.09 , Vmware W. Pro 15 Nov 11, 2018
@StefanScherer
Copy link

Seems related to boot2docker/boot2docker#1345
I can see the same problem with docker-machine vmwarefusion driver.

@tekook
Copy link

tekook commented Dec 2, 2018

I can confirm this.
Broke a leg trying to figure out why docker-machine stopped working.
Booted boot2docker.iso in a newly created vm in vmware workstation pro 15, and it worked fine.

VMware itself defaults the nic for Linux-Based VMs in VMware is always to e1000.
Should we update docker-machine-vmwareworkstation to e1000?

@flykarry
Copy link

@tekook Can you help me compile your fork? I can't work with the go environment. and I've been trying for 2 days.... my email [email protected] thanks

@tekook
Copy link

tekook commented Dec 14, 2018

@tekook Can you help me compile your fork? I can't work with the go environment. and I've been trying for 2 days.... my email [email protected] thanks

Compile the images, but did not seem to help.

Currently trying the new beta of boot2docker, see: boot2docker/boot2docker#1340 (comment)

@pecigonzalo
Copy link
Owner

Ill update this to e1000, probably a change in updates VMWares

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

5 participants