Displaying 1 result from an estimated 1 matches for "max_ip_limit".
2006 Jan 30
1
Shared ADSL SHAPER
...t;160kbit"
CLIENTRATE="20kbit"
LAN_SCOPE="10.0.0.0/24"
LAN_SCOPE_PRE="10.0.0."
LAN_SCOPE_POST="/32"
LEAF_QDISC="prio"
HTB_MAIN_OPT="quantum 36000 burst 32000 cburst 16000"
HTB_LEAF_OPT="quantum 5000 burst 2000 cburst 1000"
MAX_IP_LIMIT=33
#General egress Wan port
command "tc qdisc add dev ${WAN} root handle 1: htb default 10"
command "tc class add dev ${WAN} parent 1: classid 1:1 htb rate ${CEILRATE}
ceil ${CEILRATE} ${HTB_MAIN_OPT}"
#Fix general tos - new chain tosfix
command "iptables -t mangle -N to...