[[mscom_lab2]]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
mscom_lab2 [2016/04/27 16:07]
beckmanf [Bridge Setup] eth3 -> eth1
mscom_lab2 [2016/05/02 20:38]
beckmanf [Setup of the tftp server] - laptop to laptop
Line 42: Line 42:
 </​code>​ </​code>​
  
-Now start the server ​on the lab pc and the client on your laptop. Test the tftp connection by transferring "​hallo.txt"​ from the client to the server. Run wireshark on the client and on the server to observe the packets which are transferred. Sketch a message sequence chart. ​+Now start the server ​one of the laptops ​and the client on the other laptop. Test the tftp connection by transferring "​hallo.txt"​ from the client to the server. Run wireshark on the client and on the server to observe the packets which are transferred. Sketch a message sequence chart. ​
  
  
Line 59: Line 59:
  
 <​code>​ <​code>​
-sudo tc qdisc add dev eth2 root netem delay 50 ms+sudo tc qdisc add dev eth2 root netem delay 50ms
 </​code>​ </​code>​
  
Line 65: Line 65:
  
 <​code>​ <​code>​
-sudo tc qdisc change dev eth2 root netem delay 10 ms+sudo tc qdisc change dev eth2 root netem delay 10ms
 </​code>​ </​code>​
  
Line 71: Line 71:
  
 <​code>​ <​code>​
-sudo tc qdisc change dev eth2 root netem delay 10 ms loss 10.0%+sudo tc qdisc change dev eth2 root netem delay 10ms loss 10.0%
 </​code>​ </​code>​
  
  • mscom_lab2.txt
  • Last modified: 2016/05/02 20:46
  • by beckmanf