Changes between Version 6 and Version 7 of GENIEducation/SampleAssignments/IPRouting/Procedure2


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

--

Legend:

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

    v6 v7  
    130130[[Image(GENIExperimenter/Tutorials/Graphics:tip.png, 40, left)]]
    131131= Tips =
     132  * If you can't execute standard commands like `ifconfig` add `sbin` to your path:
     133    {{{
     134       export PATH=$PATH:/sbin
     135    }}}
    132136  * 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.
    133137  * In order to enable IP forwarding of packets on a node you have to execute the following command:
     
    136140}}}
    137141  * A new slice will always be in its initial state with NO routing set up!
     142  * A useful tool to debug the packet flow is tcpdump. In order to install it run:
     143    {{{
     144       sudo apt-get install tcpdump
     145    }}}