wikiroute

networking recipes

User Tools

Site Tools


qos_project

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
qos_project [2017/12/15 11:28] – [8. [PO3] Analyzing QoS] carineqos_project [2017/12/15 11:36] – [8. [PO3] Analyzing QoS] carine
Line 305: Line 305:
 <code bash> iptables -t mangle -A POSTROUTING -o eth1 -p udp --dport 5201 -j CLASSIFY --set-class 1:30 </code> <code bash> iptables -t mangle -A POSTROUTING -o eth1 -p udp --dport 5201 -j CLASSIFY --set-class 1:30 </code>
 <code bash> iptables -t mangle -A POSTROUTING -o eth1 -p tcp --dport 5202 -j CLASSIFY --set-class 1:30 </code> <code bash> iptables -t mangle -A POSTROUTING -o eth1 -p tcp --dport 5202 -j CLASSIFY --set-class 1:30 </code>
 +We will be running three types of traffic: 
 +
 +  * VLC video udp
 +  * iperf udp traffic on destination port 5201
 +  * iperf tcp traffic on destination port 5202, using the following commands:
 +**On the server side:**
 +<code bash> iperf3 -s -p 5202 </code>
 +**On the client side:**
 +<code bash> iperf3 -c 192.168.100.111 -P 3 -p 5202 -t 75 </code>
qos_project.txt · Last modified: 2021/08/28 09:58 by samer