Changes between Version 4 and Version 5 of GENIExperimenter/Tutorials/ECE375
- Timestamp:
- 08/05/13 12:13:25 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GENIExperimenter/Tutorials/ECE375
v4 v5 20 20 21 21 After 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: 22 23 [http://www.hscripts.com/tutorials/linux-commands/route.html route command]