Johns Hopkins Linux Users GroupMain Page | About | Help | FAQ | Special pages | Log in


Printable version | Disclaimers | Privacy policy
NOTICE: This wiki will be RETIRED after 01/01/2012.

If you want to preserve articles, please contact the wiki administrator.

Ubuntu Server 10.0.4 LTS in Hyper-V R2

From Johns Hopkins Linux Users Group

UBUNTU 10.0.4 Integration - Hyper-V Synthetic Drivers Support

Sept 26, 2010

Ubuntu Server current version's networking no longer works out of the box with Microsoft's Hyper-V R2. The following procedure enables new integration support in Ubuntu for Synthetic drivers.

$ sudo nano /etc/initramfs-tools/modules
  ...
  hv_vmbus
  hv_storvsc
  hv_blkvsc
  hv_netvsc
$ sudo update-initramfs -u
$ lsmod | grep hv_
$ ifconfig -a

After finding the synthetic virtual Ethernet adapter(s), edit the /etc/network/interfaces with the changed adapter device name.

$ sudo nano /etc/network/interfaces
  ...
  auto eth1
  iface seth1 inet static
  address 192.168.0.79
  netmask 255.255.255.0
  gateway 192.168.0.1
  broadcast 192.168.0.255
  network 192.168.0.0
  dns-nameservers 192.168.0.80

$ sudo nano /etc/resolv.conf
  ...
  nameserver 192.168.0.80

Credits


Arnold

Retrieved from "http://www.jhlug.org/wiki/index.php/Ubuntu_Server_10.0.4_LTS_in_Hyper-V_R2"

This page has been accessed 2,108 times. This page was last modified on 15 October 2010, at 00:34.


Find

Browse
Main Page
Community portal
Current events
Recent changes
Random page
Help
Edit
View source
Editing help
This page
Discuss this page
New section
Printable version
Context
Page history
What links here
Related changes
My pages
Log in / create account
Special pages
New pages
File list
Statistics
More…