Changes between Version 3 and Version 4 of GENIExperimenter/Tutorials/jacks/GetStart_PartI_IPRoute/Procedure/Execute


Ignore:
Timestamp:
10/30/14 17:03:43 (9 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/jacks/GetStart_PartI_IPRoute/Procedure/Execute

    v3 v4  
    8888{{{
    8989#!html
    90 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
    91 <a href ="http://www.hscripts.com/tutorials/linux-commands/route.html"> route command </a>
     90
     91In this experiment you will learn how to set up static routing with the <em>route</em> command.
     92
     93In this exercise, you will setup the routing as indicated in the figure; 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
     94<a href ="http://www.hscripts.com/tutorials/linux-commands/route.html"> route command </a>.
     95
     96We will use the following network topology for this experiment:
     97<br>
     98<img border="0" src="http://groups.geni.net/geni/attachment/wiki/GENIEducation/SampleAssignments/IPRouting/Procedure/routetopology.png?format=raw" alt="route topology"  align="center" width="350" title="route topology" />
     99
     100
     101
    92102         <h4> Questions: </h4>
    93103             <ol>