This page describes How To install OVS in a ProtoGENI host. There are two different ways to use OVS within ProtoGENI. 1. Use the `` Image. This Image only works with , so if there are not nodes available you might * Download OVS {{{ wget http://openvswitch.org/releases/openvswitch-1.7.3.tar.gz tar xvfz openvswitch-1.7.3.tar.gz cd openvswitch-1.7.3 }}} * Follow the instructions at `INSTALL.Linux` * Install the prerequisets: {{{ sudo apt-get -y install pkg-config libssl-dev libc-dev }}} * Compile and install {{{ ./boot.sh ./configure make sudo make install }}}