Changes between Version 24 and Version 25 of GENIEducation/SampleAssignments/TcpAssignment/ExerciseLayout/Execute


Ignore:
Timestamp:
12/09/13 23:32:21 (10 years ago)
Author:
Vic Thomas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIEducation/SampleAssignments/TcpAssignment/ExerciseLayout/Execute

    v24 v25  
    111111echo reno | sudo tee /proc/sys/net/ipv4/tcp_congestion_control
    112112}}}
     113 To find the network interface on the center node that is connected to, say the left node:
     114    * Use {{{/sbin/ifconfig}}} on the left node to find the IP address associated with the data interface.  Let's say the IP address is 10.10.1.1.
     115    * Use {{{/sbin/ifconfig}}} on the center node to find the IP addresses associated with its four data interfaces.  One of the interfaces will have an IP address of the form 10.10.1.x.  This is the interface that connects to the left node.
    113116
    114117'''3.2 Ensuring Fairness Among Flows [[BR]]'''