Changes between Version 21 and Version 22 of GENIEducation/SampleAssignments/IPRouting/Procedure


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

--

Legend:

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

    v21 v22  
    125125
    126126
    127 === Tips ===
     127==Tips =
     128[[BR]]
    128129[[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.
    129130
     
    134135
    135136[[Image(GENIExperimenter/Tutorials/Graphics:tip.png, 20, left)]] A new slice will always be in its initial state with NO routing set up!
     137
     138[[Image(GENIExperimenter/Tutorials/Graphics:tip.png, 40, left)]]
     139
     140----
     141= Tips =
     142  * 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.
     143  * In order to enable forwarding of packets on node B you have to execute the following command:
     144  {{{
     145echo 1 > /proc/sys/net/ipv4/ip_forward
     146}}}
     147  * A new slice will always be in its initial state with NO routing set up!