Changes between Version 11 and Version 12 of GENIExperimenter/Tutorials/OpenFlowNFVFirewall


Ignore:
Timestamp:
11/20/15 14:42:02 (8 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/OpenFlowNFVFirewall

    v11 v12  
    9898=== 3.1b Configure hosts ===
    9999The hosts in your topology are all in the same subnet, 10.10.1.0/24. We will move host3 to a different subnet:
    100   i. '''host3''': Assign 128.128.128.128 to host3.
     100  i. '''host3''': Assign 128.128.128.128 to host3 and add route to 10.10.1.0/24
    101101  {{{
    102102   sudo ifconfig eth1 128.128.128.128/24
     103    sudo route add -net 10.10.1.0 netmask 255.255.255.0 gw 128.128.128.100
    103104}}}
    104105