Code Monkey home page Code Monkey logo

Comments (8)

ColdHeat avatar ColdHeat commented on May 30, 2024 1

Okay excellent! I imagine we shouldn't overwrite any values if we see that there is any ethernet interface.

from mech.

miketweaver avatar miketweaver commented on May 30, 2024

Looks like this is an issue with VMRun/packer-windows not mech.

from mech.

ColdHeat avatar ColdHeat commented on May 30, 2024

I would agree, but maybe you can share your VMWare version?

Perhaps there is a config that's not understood?

from mech.

miketweaver avatar miketweaver commented on May 30, 2024

VMWare Fusion 10.0.1

It appears that pulling out:

ethernet0.addresstype=generated
ethernet0.bsdname=en0
ethernet0.connectiontype=nat
ethernet0.displayname=Ethernet
ethernet0.linkstatepropagation.enable=FALSE
ethernet0.pcislotnumber=32
ethernet0.present=TRUE
ethernet0.virtualdev=e1000
ethernet0.wakeonpcktrcv=FALSE

Is allowing VMRun to read it.

from mech.

ColdHeat avatar ColdHeat commented on May 30, 2024

This may actually be an issue in mech because I believe mech writes that to guarantee there's an interface there.

Can you try adding spaces between the ='s and see if that fixes it?

from mech.

miketweaver avatar miketweaver commented on May 30, 2024
ethernet0.addresstype = generated
ethernet0.bsdname = en0
ethernet0.connectiontype = nat
ethernet0.displayname = Ethernet
ethernet0.linkstatepropagation.enable = FALSE
ethernet0.pcislotnumber = 32
ethernet0.present = TRUE
ethernet0.virtualdev = e1000
ethernet0.wakeonpcktrcv = FALSE

Did not work. I'll continue playing with it as I see what you're talking about.

from mech.

miketweaver avatar miketweaver commented on May 30, 2024

Ok. Switching it to

ethernet1.addresstype=generated
ethernet1.bsdname=en0
ethernet1.connectiontype=nat
ethernet1.displayname=Ethernet
ethernet1.linkstatepropagation.enable=FALSE
ethernet1.pcislotnumber=32
ethernet1.present=TRUE
ethernet1.virtualdev=e1000
ethernet1.wakeonpcktrcv=FALSE

Fixed it as I already had ethernet0 items in my .vmx file.

from mech.

ColdHeat avatar ColdHeat commented on May 30, 2024

This should be closed by ed10e6f.

Thanks for using mech!

from mech.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.