Changes between Version 20 and Version 21 of GENIExperimenter/Tutorials/OpenFlowNFVNAT


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

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/OpenFlowNFVNAT

    v20 v21  
    100100}}}
    101101The 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.
    102 
    103102 iii. Look around to see what the script did:
    104103  {{{
     
    113112   sudo ifconfig eth1 128.128.128.128/24
    114113}}}
    115 
    116   ii. '''host1, host2''': Setup routes at `host1` and `host1` to 128.128.128.0/24 subnet:
     114 ii. '''host1, host2''': Setup routes at `host1` and `host1` to 128.128.128.0/24 subnet:
    117115  {{{
    118116   sudo route add -net 128.128.128.0 netmask 255.255.255.0 gw 10.10.1.100