stevelorenz / comnetsemu

A virtual emulator/testbed designed for the book: Computing in Communication Networks: From Theory to Practice (2020)

Home Page:https://stevelorenz.github.io/comnetsemu/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can comnetsemu works with vagrant+hyper-v in Win10?

Naibaowjk opened this issue · comments

I check the vagrantfile and dont find the support for Hyper-v.

VirtualBox still have problem to work with Hyper-v,
<ExtraDataItem name="VBoxInternal/NEM/UseRing0Runloop" value="0"/>
this setting also doesn't work with my PC( Win10 2004 21H1).

it would be better if comnetsemu Hyper-v support.

Hi, currently I don't have plan to support Hyper-v (I don't have a Windows machine to test it 😉 ). If you want to add support for Hyper-v in ComNetsEmu, you could modify the Vagrantfile yourself and send a pull request. Thanks for the help.