search for: global_up

Displaying 1 result from an estimated 1 matches for "global_up".

Did you mean: global_id
2007 Aug 29
11
tc not matching
...9;'d be very grateful if anyone could lend a hand to help me get this working in time for the start of term. I''ve attached my script at the end of this email. Cheers, Jonathan #!/bin/sh # Interfaces LAN=eth0 WAN=eth1 # Maximum global uplink and downlink in mbit/s GLOBAL_DOWN=100 GLOBAL_UP=100 # Maximum per-user download & upload speed in kbit/s DOWNLINK=128 UPLINK=64 UPLINK=$((UPLINK/4)) # required because the old rate wasn''t accurate # IP range in each subnet LOW_IP=2 HIGH_IP=254 #-----------------Don''t mess with stuff below---------------| #----------...