pre-release cleanup
[svn/Prometheus-QoS/.git] / sample-configuration / README
index da5075da746eeec7407875f6febfc3a1fef61231..3c54219038b1708139aecaa6d27231430c95584c 100644 (file)
@@ -1,13 +1,13 @@
-How we use Prometheus QoS in Brevnov: 
+How do we use Prometheus QoS in Brevnov: 
 
-1) /etc/hosts
+1) /etc/prometheus/hosts
 
 1500+ IP addresses are asigned either guaranted speed classes 64, 128, 256 
 and 512 kbps, with various HTB ceil rates, using "via-prometheus-" keyword.
 Some of IP addresses are set to share connection speed with internet 
 gateway using "sharing-" keyword.
 
-2) /etc/prometheus.conf
+2) /etc/prometheus/prometheus.conf
 
 There are daily traffic quotas defined using "magic-relative-limit" value
 se to 8. This translates into 48h quota 1 GB for 64 kbps lines,
@@ -30,10 +30,10 @@ This allows for example easy management of gateway from inside this range,
 or remote management of entire network after ssh to gatway and then another
 ssh to this zone.
 
-We run HTTP proxy at port 3128 of LAN interface of internet gateway. This
-proxy is inside "qos-free-zone". Because of "qos-proxy-enable", 
+We used to run HTTP proxy at port 3128 of LAN interface of internet gateway. 
+This proxy was inside "qos-free-zone". With "qos-proxy-enable", 
 "qos-proxy-ip" (which is actually IP/number of bits of netmask) and 
-"qos-proxy-port" settings, this port is excluded from QoS-free zone.
+"qos-proxy-port" settings, this port was excluded from QoS-free zone.
 
 3) NAT
 
@@ -41,7 +41,7 @@ Both symetrical and asymetrical NAT is defined by another script file, in
 iptables nat table (-t nat). Prometheus QoS uses only iptables mangle 
 tables (-t mangle), see FAQ.
 
-4) /etc/crontab and related files
+4) /etc/cron.d/prometheus and related files
 
 Every hour, we run prometheus with -p switch to generate preview. On system
 boot, we run prometheus with -n switch to skip QoS free period.
This page took 0.145954 seconds and 4 git commands to generate.