13

I'm running Windows 8.1 Enterprise edition using the built-in Hyper-v manager. I can run linux guests no problem. However in the manager it wont display the ipaddress. Windows vm guests do display.

I'm not using the "Legacy Network Adapter". In the picture below I'm running:

~$ cat /etc/issue
Debian GNU/Linux 8 \n \l

$ cat /etc/debian_version
8.2

hyper-v manager

2 Answers 2

16

The package you want for Debian is called hyperv-daemons.

6
  • no idea who down voted you, but that package worked for me
    – Bozojoe
    Commented Sep 1, 2016 at 23:58
  • it's voted down, because it's not a correct answer. It does not answer the question itself.
    – asdmin
    Commented Sep 2, 2016 at 15:01
  • @asadmin ??? It solved my issue
    – Bozojoe
    Commented Sep 2, 2016 at 16:59
  • 2
    upvoted - worked for me, thanks - I did 2 things actually (using Ubuntu) - first I enabled LIS: oitibs.com/hyper-v-lis-on-ubuntu-16 and then installed hyper-V tools: technet.microsoft.com/windows-server-docs/compute/hyper-v/…
    – sami
    Commented Sep 20, 2016 at 10:55
  • 1
    For CentOS the package is the same name (yum install hyperv-daemons). According to unix.bris.ac.uk/2015/03/12/…, you also need to enable/start the hypervvssd/hypervkvpd. I think the latter gives the IP address to Hyper-V.
    – mwfearnley
    Commented Nov 28, 2018 at 17:32
1

The code necessary to make that happen isn't part of the Linux kernel. It's a user-mode component that you need to install through whichever package manager your distro uses.

There really is no such thing as "Linux" once you get outside of the kernel. There are Centos, Ubuntu, RHEL, SUSE, Android, etc. Each of those is somewhat different. The exact means to get what you're looking for depends on which Linux-based OS you're using.

Here, for instance, are the instructions for getting what you want (the "cloud tools" set of packages) with Ubuntu:

https://technet.microsoft.com/en-us/library/dn531029.aspx

1
  • I dont see anything for Debian. Does anyone know if the Ubuntu packages backport into Debian wheezy?
    – Bozojoe
    Commented Jan 25, 2016 at 20:28

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .