Answer by mdalacu for How can I get Hyper V to detect my Ubuntu VM's IP Address
On Ubuntu 22.04 if you installed the kernel from HWE then you need to installlinux-cloud-tools-virtual-hwe-22.04After you reboot it should work. At least this is what I have done.
View ArticleAnswer by Ian Cleary for How can I get Hyper V to detect my Ubuntu VM's IP...
On Ubuntu 22.04 Server, (similar to @mwfearnley)'s comment on https://stackoverflow.com/a/67481445/13577666, I only had to:sudo apt install -y \ linux-virtual \ linux-cloud-tools-virtual \...
View ArticleAnswer by Bart Jolling for How can I get Hyper V to detect my Ubuntu VM's IP...
For my Ubuntu 20.04, I followed this guide for Ubuntu 18.04. I can see from the lsmodoutput from the question, that he doesn't require the first steps, but I wanted to post a more complete guide.First...
View ArticleAnswer by ondrovic for How can I get Hyper V to detect my Ubuntu VM's IP Address
seems like for 18.10 the sudo apt install linux-cloud-tools-virtual is what is needed again
View ArticleAnswer by John P Bloch for How can I get Hyper V to detect my Ubuntu VM's IP...
Ok, I figured this one out.The tl;dr version:sudo apt-get install "linux-cloud-tools-$(uname -r)"Normally you'd install linux-cloud-tools-virtual to get the KVP daemon installed. Unfortunately, the...
View ArticleHow can I get Hyper V to detect my Ubuntu VM's IP Address
I just installed a new ISO downloaded from Ubuntu.com today, just installed it to a new machine. Networking is working just fine, but the IP address isn't getting picked up by the Hyper-V manager. I am...
View Article