= [wiki:GENIEducation/SampleAssignments/OpenFlowLoadBalancerTutorial/ExerciseLayout OpenFlow Load Balancer Tutorial] = {{{ #!html
Image Map
}}} = 2. Implement VLC DASH Client on ExoGENI VLAN = == 2.1 Setup OpenFlow Switches == - 2.1.1 Login to VM and get the public IP by executing ''ifconfig'' - 2.1.2 Login to nodes VM, VM-0, VM-1, VM-2 and execute the following script {{{ ovs-vsctl add-br test ovs-vsctl add-port test eth1 ovs-vsctl add-port test eth2 ovs-vsctl add-port test eth3 ovs-vsctl set-controller test tcp::6633 ovs-vsctl set-fail-mode test secure }}} == 2.2 ==