verze docasne snizena na 0.7.7
[svn/Prometheus-QoS/.git] / INSTALL
1 Prometheus QoS Installation Guide:
2
3 1. if can read read this, you have already unpacked the .tar.gz archive
4 2. type "make prometheus" +enter (you shouldn't get errors...)
5 3. create /etc/prometheus.conf (see prometheus.conf.SAMPLE or sample-configuration/*)
6 4. create /etc/hosts (or /etc/qos.conf, see hosts.SAMPLE or sample-configuration/*)
7 5. to activate QoS manualy from command line, just type ./prometheus
8 6. to softly shutdown QoS (and generate stats), type ./prometheus -f ("flush")
9 7. to force immediate flush of QoS rules, type ./prometheus -9 ("kill")
10
11 Promethetus QoS Advanced tips:
12
13 1. I prefere to launch prometheus using "screen" utitlity (not tested without it)
14 2. use -p command line switch to generate instant and safe Hall of fame preview
15 3. use qos-free-delay option for pause after flushing old rules/before loading new
16 4. use magic-relative-limit option to fine tune your Fair Use Policy (daily quotas)
17 5. note: qos-proxy-enable and qos-free-zone won't work together
18 6. you can setup /etc/crontab using /sample-configuration/crontab.SAMPLE
19 7. warning: doing SNAT and QoS on the same router may cause performance problems
20
21 General Linux routing tips for beginners:
22
23 echo -n 1 > /proc/sys/net/ipv4/ip_forward
24 echo -n 64000 > /proc/sys/net/ipv4/ip_conntrack_max
25 echo -n 86400 > /proc/sys/net/ipv4/netfilter/ip_conntrack_tcp_timeout_established
This page took 0.298523 seconds and 4 git commands to generate.