March 22, 2014
Kvm and Openvswitch Ubuntu 14
Update packages apt-get update && apt-get upgrade Install Packages apt-get install openvswitch-switch qemu-kvm libvirt-bin Ubuntu Box has 2 NIC eth0 - only management traffic which is connected to Cisco 3560X port number g0/44 eth1 - Traffic for VM’s(all vlans) - connected to Cisco 3560X port number g0/46
Cisco Configuration interface GigabitEthernet0/44 description *** Connected Monitoring02 eth0 *** switchport access vlan 20 switchport mode access spanning-tree portfast interface GigabitEthernet0/46 description *** Connected Monitoring02 eth1 *** switchport trunk encapsulation dot1q switchport trunk allowed vlan 21-29 switchport mode trunk Update network configuration in ubuntu edit /etc/network/interfaces auto lo iface lo inet loopback # The primary network interface auto eth0 allow-hotplug eth0 iface eth0 inet static address 10.
Read more