Changes between Version 4 and Version 5 of GENIExperimenter/Tutorials/OpenFlowNetworkDevices/NAT


Ignore:
Timestamp:
09/19/15 07:05:01 (9 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/OpenFlowNetworkDevices/NAT

    v4 v5  
    99
    1010To start our experiment we need to ssh into all of our hosts. Depending on which tool and OS you are using there is a slightly different process for logging in. If you don't know how to SSH to your reserved hosts take a look in [wiki:HowTo/LoginToNodes this page.] Once you have logged in, follow the rest of the instructions.
     11
     12=== 1.1a Install some software ===
     13In the NAT node run:
     14{{{
     15sudo apt-get install python-pip python-dev libxml2-dev libxslt-dev zlib1g-dev
     16sudo pip install oslo.config
     17}}}
    1118
    1219=== 1.2 Test reachability ===