Changes between Version 60 and Version 61 of GENIExperimenter/Tutorials/OpenFlowOVS-Floodlight/DesignSetup


Ignore:
Timestamp:
10/31/17 17:56:45 (6 years ago)
Author:
Vic Thomas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/OpenFlowOVS-Floodlight/DesignSetup

    v60 v61  
    114114   * Your OVS bridge will be a Layer 2 switch and your ports do not need IP addresses. Before we remove them let's keep track of some information
    115115     * Run  {{{ ifconfig }}}
    116      * Write down the interface names that correspond to the connections to your hosts. You will see three interfaces with IP's '''10.10.*.*''', one for each host. These are the data plane interfaces.
     116     * Write down the interface names that correspond to the connections to your hosts. You will see three interfaces with IP's '''10.0.0.11, 10.0.0.12 and 10.0.0.13''' that connect to '''Host 1, Host 2 and Host 3''' respectively.
    117117     * Remove the IP from your data interfaces. [[BR]]
    118118     [[Image(GENIExperimenter/Tutorials/Graphics:warning-icon-hi.png, 2%)]]  Be careful '''not to bring down eth0'''. This is the control interface, if you bring that interface down you ''' won't be able to login''' to your host. For all interfaces other than `eth0` and ` l0` (your interface names may vary) run :