Versions Compared

Key

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

...

Follow the instructions at the IVS Installation Guide to get IVS installed and running. 

Installation

...

  1. Install the packages required for

...

  1. kvm
    Code Block
    sudo apt-get install kvm libvirt-bin virtinst

...

  1. Remove the bridge created by

...

  1. libvirt
    (Do this step only if you are exclusively using xenon for your virtual network topology on this host.)
    Code Block
    sudo virsh net-destroy default; sudo virsh net-autostart \--disable default

Create the following script (call it "/etc/ivs-ifup") which adds the TAP interface to the xenon switch when machines are started

...