Changes between Version 45 and Version 46 of GENIExperimenter/Tutorials/OpenFlowOVS/Execute


Ignore:
Timestamp:
11/22/13 15:18:40 (10 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/OpenFlowOVS/Execute

    v45 v46  
    4444            <ul> <li> <code>ifconfig</code> </ul></li>
    4545           </li> <br/>
    46            <li> Be careful <b> not to bring down eth0</b>. This is your control interface, if you bring that interface down you <b> won't be able to login</b> to your host!. For all interfaces other than <code>eth0</code> and <code> l0</code>, remove the IP from the interfaces: <br/>
    47 91                            <ul><li> <code> sudo ifconfig eth1 0 </code> </li></ul>
     46           <li> Be careful <b> not to bring down eth0</b>. This is your control interface, if you bring that interface down you <b> won't be able to login</b> to your host!. For all interfaces other than <code>eth0</code> and <code> l0</code>, remove the IP from the interfaces (your interface names may vary): <br/>
     47                              <ul><li> <code> sudo ifconfig eth1 0 </code> </li></ul>
    4848                              <ul><li> <code> sudo ifconfig eth2 0 </code> </li></ul>
    4949                              <ul><li> <code> sudo ifconfig eth3 0 </code> </li></ul>
    50              <li> Add all the data interfaces to your switch (bridge):Be careful <b> not to add interface eth0</b>. This is your control interface. You should see three interfaces that start with VLAN, these are your data interfaces.
     50             <li> Add all the data interfaces to your switch (bridge):Be careful <b> not to add interface eth0</b>. This is your control interface. You should see three interfaces that start with VLAN, these are your data interfaces. (Use the same interfaces as you used in the previous step.)
    5151                <ul><li> <code> sudo  ovs-vsctl add-port br0 eth1 </code> </li></ul>
    5252                <ul><li> <code> sudo  ovs-vsctl add-port br0 eth2 </code> </li></ul>