Guest User

ubuntu ovs install

a guest
Aug 24th, 2012
484
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. modprobe -r bridge
  2. apt-get install openvswitch-switch openvswitch-controller openvswitch-brcompat ruby vim nfs-common exim4 apticron rdist snmp snmpd
  3. echo "blacklist bridge" > /etc/modprobe.d/bridge.conf
  4. echo "BRCOMPAT=yes" >> /etc/default/openvswitch-switch
  5. /etc/init.d/openvswitch-switch start
  6. apt-get remove ebtables
  7. depmod -a
  8. update-initramfs -u
  9. rm /etc/libvirt/qemu/networks/autostart/*
Advertisement
Add Comment
Please, Sign In to add comment