Giter VIP home page Giter VIP logo

Comments (4)

fcabrera23 avatar fcabrera23 commented on June 22, 2024

@FMauroy,

Could you open the Hyper-V Manager and check if the EFLOW VM has an assigned IP in the networking tab?
If no IP is assigned, could you try restarting the VM?

from iotedge-eflow.

ericvruder avatar ericvruder commented on June 22, 2024

@FMauroy

Have a look at this issue #9

Sounds very similar to some of the issues we were having. The link includes a workaround for the IP issue, but you might encounter others further down the line.

from iotedge-eflow.

TerryWarwick avatar TerryWarwick commented on June 22, 2024

@FMauroy,

It appears that the VMSwitch which the VM was attempting to use is not able to get an IP address. On physical hardware this can be caused by a misconfigured VMSwitch that is attempting to use an inactive network connection. I do not know the specifics of your particular hardware, but I had this occur on my Intel NUC which has two wired connections in addition to a wireless connection. Once I configured my VMSwitch to use the port that I had connected to the network it resolved this issue for me.

Please run the following commands in an elevated PowerShell session.

Description Command
Get Virtual Network Switches ​Get-VMSwitch
​Get Network Switch Details Get-VM | Where-Object {$_.Name -like '*EFLOW'} | Get-VMNetworkAdapter

This will tell you which VMSwitch your EFLOW VM is using as well as how it is configured. You can modify the configuration of the VMSwitch using Hyper-V Manager using Virtual Switch Manager. If you are not familiar with Virtual Switch Manager, this is a pretty decent tutorial .

Please let us know how it goes.

Terry Warwick
Microsoft

from iotedge-eflow.

FMauroy avatar FMauroy commented on June 22, 2024

Thanks everyone for you quick replies :-)

I double checked all connections, and didn't find anything wrong. It should have worked. So in the end, I rebooted the host, and it worked right away... Maybe Hyper-V was a bit lost and the reboot set everything straight. I should have rebooted before posting.

Regards
fred

from iotedge-eflow.

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.