Changes between Version 69 and Version 70 of GEC16Agenda/OpenFlow/Instructions/Execute


Ignore:
Timestamp:
04/01/13 01:35:40 (11 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC16Agenda/OpenFlow/Instructions/Execute

    v69 v70  
    6868            <ul> <li> <code>ifconfig</code> </ul></li>
    6969           </li> <br/>
    70            <li> Notice that all interfaces other than <code> eth0</code> do not have IP addresses. This is because we don't want the kernel to process and forward IP packets.
     70           <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/>
     7191                            <ul><li> <code> sudo ifconfig &ltdata_interface_name&gt 0 </code> </li></ul>
    7172             <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.
    7273                <ul><li> <code> sudo  ovs-vsctl add-port br0 &lt data_interface_name&gt </code> </li></ul>