Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note

Not ready for others to use.

Table of Contents

Introduction

... foundational home cloud... based on KVM used by Google Cloud.

...

Ubuntu KVM Guest Drivers - https://launchpad.net/kvm-guest-drivers-windows/+download

Expose VMs to the Network via Public Bridge

Bridge will expose the virtual network cards on your VMs to the rest of your network.

Note, don't try wireless as most wireless networking devices do not support this well.

Install the bridge software,

Code Block
languagebash
sudo apt-get install bridge-utils

Backup your /etc/network/interfaces,

Code Block
sudo cp /etc/network/interfaces /etc/network/interfaces.v0.0

Modify your file to look like this,

...

Resource Management

Understanding Dynamic Memory...

...