Changes between Version 37 and Version 38 of GENIEducation/SampleAssignments/IPRouting/Procedure


Ignore:
Timestamp:
09/12/13 17:31:55 (11 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

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

    v37 v38  
    8484      <td>
    8585         <h3><u> 3. Setup the routing </u></h3>
    86          The goal of this exercise is to setup the routing as indicated in <a href="#IPv4RoutingAssignment">Figure 1</a>; i.e.  packets from A send to IP address 192.168.2.12 on node C should be routed via node B. In order to create this routing behavior you will need to modify the routing tables in your nodes using the linux
     86         The goal of this exercise is to setup the routing as indicated in <a href="#IPv4RoutingAssignment">Figure 1</a>; i.e.  packets from A sent to IP address 192.168.2.12 on node C should be routed via node B. In order to create this routing behavior you will need to modify the routing tables in your nodes using the linux
    8787<a href ="http://www.hscripts.com/tutorials/linux-commands/route.html"> route command </a>
    8888         <h4> Questions: </h4>