Changes between Version 8 and Version 9 of GENIExperimenter/Tutorials/OpenFlowNetworkDevices/NAT


Ignore:
Timestamp:
07/07/16 21:34:45 (8 years ago)
Author:
Ben Newton
Comment:

--

Legend:

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

    v8 v9  
    1212=== 1.1a Install some software ===
    1313On the NAT node run:
    14 {{{
     14
    1515{{{
    1616#!comment
    1717sudo apt-get install python-pip python-dev libxml2-dev libxslt-dev zlib1g-dev
    18 }}}
    19 wget https://bootstrap.pypa.io/ez_setup.py -O - | sudo python
    20 {{{
    21 #!comment
    2218sudo pip install debtcollector
    2319}}}
     20
     21{{{
     22wget https://bootstrap.pypa.io/ez_setup.py -O - | sudo python
    2423sudo pip install oslo.config
    2524}}}