Changes between Version 30 and Version 31 of GENIEducation/SampleAssignments/IPRouting/Procedure


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

--

Legend:

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

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