<global>
    iface inet eth0 80.53.211.226/29
    iface local eth1 192.168.0.1/24 
    do not shape local 80.53.211.226 with 192.168.0.0/24
    do not shape local 192.168.0.1 with 192.168.0.0/24
    shape router true low 8kbps ceil 14kbps prio 2
    stats unit kbps 	# dump 5c file /var/www/stats/nsstats.txt
    resolve hostname true
    method mark
    reload 3s
</global>

<download>
    link speed 125kbps shape 110kbps
    user low 0kbps ceil 110kbps strict 70% prio 5
#    interactive rate 0kbps ceil 0kbps
#    interactive srcport 27960,22 dstport 27960,22 
#    interactive srcip 208.231.90.235
#    interactive u32 match ip protocol 1 0xff 
#    interactive u32 match ip tos 0x10 0xff 
    policy dynamic
</download>

<upload>
    link speed 32kbps shape 25kbps
    user low 0kbps ceil 12kbps strict 70% prio 5
#    interactive rate 0kbps ceil 0kbps
#    interactive srcport 22,27960 dstport 22,27960
#    interactive dstip 208.231.90.235
    policy dynamic
</upload>

