Changes between Version 27 and Version 28 of HowTo/ConfigureOVSWithLayer3Routing


Ignore:
Timestamp:
08/28/14 09:11:02 (10 years ago)
Author:
zwang@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/ConfigureOVSWithLayer3Routing

    v27 v28  
    2121We've generated an RSpec [http://www.gpolab.bbn.com/exp/NAT/ovs-l3-routing.rspec http://www.gpolab.bbn.com/exp/NAT/ovs-l3-routing.rspec] for you to try out this technique before applying it to your topology. You need to reserve it and login to host `OVS` to configure it.
    2222
    23 Before you do the configuration, login into `host1` amd try to `ping` `host2`.
    24 {{{
    25 ping 10.10.11.2
    26 }}}
    27 The `ping` should not work.
    28 
    29 1. Now, login into `OVS` and create 2 OVS bridges.
     231. Login into `OVS` and create 2 OVS bridges.
    3024{{{
    3125sudo ovs-vsctl add-br OVSbr1
     
    5953See the output [wiki:HowTo/ConfigureOVSWithLayer3Routing/outputs#ovs-vsctlshow here].
    6054
     55Now login into `host1` amd try to `ping` `host2`.
     56{{{
     57ping 10.10.11.2
     58}}}
     59The `ping` should not work.
    61605. Assign the IP addresses to the OVS bridges, and add routing entries.
    6261{{{