Displaying 1 result from an estimated 1 matches for "uplink2".
Did you mean:
uplink
2006 Aug 21
1
QoS on a bridge+NAT
...t:
#!/bin/bash
# Wonder Shaper
# please read the README before filling out these values
#
# Set the following values to somewhat less than your actual download
# and uplink speed. In kilobits. Also set the device that is to be
shaped.
DOWNLINK=3400
UPLINK=350
DEV=eth1
#Speed for eth0
DOWNLINK2=60
UPLINK2=600
DEV2=eth0
# low priority OUTGOING traffic - you can leave this blank if you want
# low priority source netmasks
NOPRIOHOSTSRC=192.168.1.0/24
# low priority destination netmasks
NOPRIOHOSTDST=192.168.1.0/24
#########################################################
if [ "$1" = "...