Windows 11 WSL and Netlab #3645
Replies: 5 comments 3 replies
|
That's great information. Thanks a million. Let me create the documentation framework (I'll add WSL and Apple/ARM information), and then you can add all the relevant information. |
|
Tiny detail:
Wondering why you need to set this. libvirt was never the default Vagrant provider, so we always specify the provider explicitely. |
|
All i know is if i didn't do that myself it would try talking to virtualbox and die horribly.. 🤷 |
|
I knew it wasn't fully broken.. It only happens when doing So it is only with Full output from netlab down exec `vagrant destroy -f`Here is the 'up' shrunk down for reference.. netlab up with a libvirt device |
|
This code snippet into |
Uh oh!
There was an error while loading. Please reload this page.
So I have managed to get netlab relatively happy running under WSL without too much work.
Only needed a few tweaks, I might provide a proper writeup if people want it.
TLDR is..
export VAGRANT_DEFAULT_PROVIDER=libvirt/etc/wsl.conflineWSL version: 2.7.10.0(gets you GRE / VXLAN)All reactions