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


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

--

Legend:

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

    v7 v8  
    1313On the NAT node run:
    1414{{{
     15{{{
     16#!comment
    1517sudo apt-get install python-pip python-dev libxml2-dev libxslt-dev zlib1g-dev
     18}}}
    1619wget https://bootstrap.pypa.io/ez_setup.py -O - | sudo python
     20{{{
     21#!comment
    1722sudo pip install debtcollector
     23}}}
    1824sudo pip install oslo.config
    1925}}}
     
    3137}}}
    3238
    33 c. Similarly, we cannot ping from `insideX` to `outside`.
     39c. Similarly, we cannot ping from `insideX` to `outside`(128.128.128.2).
    3440
    35 d. You can also use Netcat (`nc`) to test reachability of TCP and UDP. The behavior should be the same.
     41d. You can also use Netcat (`nc`) to test reachability of TCP and UDP, as in the OpenFlow Firewall example. The behavior should be the same.
    3642
    3743== 2 Start controller to enable NAT ==