Changes between Version 22 and Version 23 of GENIExperimenter/Tutorials/OpenFlowNFVNAT


Ignore:
Timestamp:
11/20/15 16:39:32 (8 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/OpenFlowNFVNAT

    v22 v23  
    9898wget http://www.gpolab.bbn.com/experiment-support/NFVApps/ovs-nat-conf.sh ; chmod +x ovs-nat-conf.sh
    9999sudo ./ovs-nat-conf.sh <h1_if> <h2_if> <h3_if> <controller_ip>
    100 }}} The controller_ip is the public IP of your controller node, look at the end for a tip on how to get the IP of a node.
     100 }}}
     101 The controller_ip is the public IP of your controller node, look at the end for a tip on how to get the IP of a node.
    101102 iii. Look around to see what the script did:
    102103  {{{
     
    107108=== 3.1b Configure hosts ===
    108109The hosts in your topology are all in the same subnet, 10.10.1.0/24. We will move host3 to a different subnet:
    109   i. '''host3''': Assign 128.128.128.128 to host3.
     110 i. '''host3''': Assign 128.128.128.128 to host3.
    110111  {{{
    111112   sudo ifconfig eth1 128.128.128.128/24