Changes between Version 12 and Version 13 of GENIExperimenter/Tutorials/ECE375


Ignore:
Timestamp:
08/06/13 16:11:27 (11 years ago)
Author:
epittore@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/ECE375

    v12 v13  
    3838}}}
    3939 to add your key to the ssh agent
     40 10. Run
     41{{{
     42 curl http://the/location/of/the/rspec -o ECE375.rspec
     43}}}
     44 to save a copy of the rspec locally.
     45
     46In Portal or Flack, create a new slice and use this rspec
    4047
    4148
     
    4451The goal of your final experiment is to setup the routing as indicated in Figure 1. You might want to review the slides on IPv4 addressing and routing (also chapter 4.4 in the book)
    4552
    46 {{{route picture here}}}
     53
    4754
    4855After you have set up the routing correctly, packets from A send to IP address 192.168.2.12 on node C should be routed via node B. Packets from A send to IP address 192.168.3.12 on node C should be directly forwarded to C. You can verify this by performing a traceroute to the respective IP addresses of node C from node A. Since we’re not using a routing algorithm but set the route statically, we will make use of the “route” command. The following link gives you an introduction on how to use the command: