Changes between Version 5 and Version 6 of GENIExperimenter/Tutorials/ECE375


Ignore:
Timestamp:
08/05/13 12:15:22 (11 years ago)
Author:
epittore@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/ECE375

    v5 v6  
    2222
    2323[http://www.hscripts.com/tutorials/linux-commands/route.html route command]
     24
     25Remember that you can use “ifconfig” to determine which Ethernet interface (e.g., eth0) is bound to what IP address at each of the nodes.
     26
     27To enable forwarding of packets on node B you have to execute the following command:
     28{{{
     29echo 1 > /proc/sys/net/ipv4/ip_forward
     30}}}
     31
     32
     33To demonstrate that you have set up the routing correctly you have to submit a screenshot from node A that shows traceroutes for both IP addresses of node C.
     34Note: You should document the steps you perform to set up the static routes since all configurations will be lost when your slice is deleted. A new slice will always be in its initial state with NO routing set up!