[ovs-discuss] Please clarify on how to install openvswitch-2.1.0 on Ubuntu 12.04

Andrew Niteesh andrewece87 at gmail.com
Sun Mar 30 06:38:35 UTC 2014


I followed these steps,

wget http://openvswitch.org/releases/openvswitch-2.1.0.tar.gz
tar xvfz openvswitch-2.1.0.tar.gz
cd openvswitch-2.1.0
apt-get update
apt-get -y install pkg-config libssl-dev libc-dev
./boot.sh
./configure
make
sudo make install
sudo mkdir -p /usr/local/etc/openvswitch
sudo ovsdb-tool create /usr/local/etc/openvswitch/conf.db
vswitchd/vswitch.ovsschema

sudo ovsdb-server --remote=punix:/usr/local/var/run/openvswitch/db.sock \
--remote=db:Open_vSwitch,manager_options \
--private-key=db:SSL,private_key \
--certificate=db:SSL,certificate \
--bootstrap-ca-cert=db:SSL,ca_cert \
--pidfile --detach \

sudo ovs-vsctl --no-wait init
sudo ovs-vswitchd --pidfile --detach

Is this correct?
Please clarify



Thanks,
Andrew Niteesh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://openvswitch.org/pipermail/ovs-discuss/attachments/20140330/e984cd4b/attachment-0002.html>


More information about the discuss mailing list