Changes between Version 8 and Version 9 of GENIEducation/SampleAssignments/IPRouting/Procedure2


Ignore:
Timestamp:
09/12/13 16:47:17 (11 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIEducation/SampleAssignments/IPRouting/Procedure2

    v8 v9  
    137137  * In order to enable IP forwarding of packets on a node you have to execute the following command:
    138138  {{{
    139 echo 1 > /proc/sys/net/ipv4/ip_forward
     139sudo sysctl -w net.ipv4.ip_forward=1
    140140}}}
    141141  * A new slice will always be in its initial state with NO routing set up!