Talks: Difference between revisions
Jump to navigation
Jump to search
(New page: = Mirrors = * taurine * citric-acid * natural-flavours * artificial-flavours * perpugilliam We also use mirror.cs to mirror on-campus. = QoS = We are currently looking at implementing Qo...) |
No edit summary |
||
Line 9: | Line 9: | ||
= QoS = |
= QoS = |
||
We are currently looking at implementing QoS on the host end. IST's QoS plan is documented here: http://ist.uwaterloo.ca/~dkeenan/docs/QoS-plan-draft.html. |
We are currently looking at implementing QoS on the host end. IST's QoS plan is documented here: http://ist.uwaterloo.ca/~dkeenan/docs/QoS-plan-draft.html. The ports we want to limit are 80 (HTTP) and 6900-6999 (Bittorrent). We need to execute the following iptables commands to achive this: |
||
⚫ | |||
* taurine |
|||
** iptables -t mangle -A OUTPUT -p tcp -s $IP --sport 6900:6999 -j DSCP --set-dscp 8 |
|||
* citric-acid |
|||
* natural-flavours |
|||
⚫ | |||
* artificial-flavours |
|||
* perpugilliam |
Revision as of 18:35, 19 August 2007
Mirrors
- taurine
- citric-acid
- natural-flavours
- artificial-flavours
- perpugilliam
We also use mirror.cs to mirror on-campus.
QoS
We are currently looking at implementing QoS on the host end. IST's QoS plan is documented here: http://ist.uwaterloo.ca/~dkeenan/docs/QoS-plan-draft.html. The ports we want to limit are 80 (HTTP) and 6900-6999 (Bittorrent). We need to execute the following iptables commands to achive this:
- iptables -t mangle -A OUTPUT -p tcp -s $IP --sport 80 -j DSCP --set-dscp 8
- iptables -t mangle -A OUTPUT -p tcp -s $IP --sport 6900:6999 -j DSCP --set-dscp 8