Changes between Version 3 and Version 4 of GENIEducation/SampleAssignments/IPRouting/Procedure2


Ignore:
Timestamp:
09/11/13 14:24:43 (11 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

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

    v3 v4  
    128128----
    129129
    130 = Tips =
    131 [[BR]]
    132 [[Image(GENIExperimenter/Tutorials/Graphics:tip.png, 20, left)]]Remember that you can use “ifconfig” to determine which Ethernet interface (e.g., eth0) is bound to what IP address at each of the nodes.
    133 
    134 [[Image(GENIExperimenter/Tutorials/Graphics:tip.png, 20, left)]]In order to enable forwarding of packets on node B you have to execute the following command:
    135 {{{
    136 echo 1 > /proc/sys/net/ipv4/ip_forward
    137 }}}
    138 
    139 [[Image(GENIExperimenter/Tutorials/Graphics:tip.png, 20, left)]] A new slice will always be in its initial state with NO routing set up!
    140 ----
    141 
    142130[[Image(GENIExperimenter/Tutorials/Graphics:tip.png, 40, left)]]
    143131= Tips =