search for: nopriohostsrc

Displaying 12 results from an estimated 12 matches for "nopriohostsrc".

2002 Oct 28
6
Fw: wondershaper kills eth0 :(
Hi, When i do ''wshaper start'' the interface i have defined stops routing traffic for some reason. It resumes routing when i do ''wshaper stop''. I''m using debian stable (3.0 woody) with debian''s default 2.4.18-686 kernel. When I run the script I get no errors, and when I do a ''status'', everything looks correct. Can ANYONE
2006 Nov 20
2
Fwd: Traffic Shaping on a Transparent Bridge not working!
...7.0.192.10: icmp_seq=45 ttl=254 time=45.2 ms 64 bytes from 67.0.192.10: icmp_seq=46 ttl=254 time=45.2 ms 64 bytes from 67.0.192.10: icmp_seq=47 ttl=254 time=44.8 ms And, here''s the shell commands and their output: root@Devil:~ # sh -x wshaper.htb + DOWNLINK=100 + UPLINK=100 + DEV=eth0 + NOPRIOHOSTSRC= + NOPRIOHOSTDST= + NOPRIOPORTSRC= + NOPRIOPORTDST= + ''['' '''' = status '']'' + tc qdisc del dev eth0 root + tc qdisc del dev eth0 ingress + ''['' '''' = stop '']'' + tc qdisc add dev eth0 root handle...
2006 Sep 16
1
Wondershaper Errors
...+ DEV=ppp0 + /usr/sbin/xmlstarter setenv tc_hipriohostsrc + HIPRIOHOSTSRC= + /usr/sbin/xmlstarter setenv tc_hipriohostdst + HIPRIOHOSTDST= + /usr/sbin/xmlstarter setenv tc_hiprioportsrc + HIPRIOPORTSRC= + /usr/sbin/xmlstarter setenv tc_hiprioportdst + HIPRIOPORTDST= + /usr/sbin/xmlstarter setenv tc_nopriohostsrc + NOPRIOHOSTSRC= + /usr/sbin/xmlstarter setenv tc_nopriohostdst + NOPRIOHOSTDST= + /usr/sbin/xmlstarter setenv tc_noprioportsrc + NOPRIOPORTSRC= + /usr/sbin/xmlstarter setenv tc_noprioportdst + NOPRIOPORTDST= + [ ppp0 = status ] + [ ppp0 = stop ] + tc qdisc del dev ppp0 root + tc qdisc del dev ppp0...
2004 May 06
2
imap problems
...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=300 UPLINK=50 DEV=eth0 # low priority OUTGOING traffic - you can leave this blank if you want # low priority source netmasks NOPRIOHOSTSRC= # low priority destination netmasks NOPRIOHOSTDST= # low priority source ports NOPRIOPORTSRC="4661 4662 4665 4881 4882" # low priority destination ports NOPRIOPORTDST="4661 4662 4665 4881 4882" # Now remove the following two lines :-) #echo Please read the documentation i...
2004 May 07
0
Re: LARTC digest, Vol 1 #1714 - 5 msgs
...omewhat less than your actual download > # and uplink speed. In kilobits. Also set the device that is to be > shaped. > > DOWNLINK=300 > UPLINK=50 > DEV=eth0 > > # low priority OUTGOING traffic - you can leave this blank if you want > # low priority source netmasks > NOPRIOHOSTSRC= > > # low priority destination netmasks > NOPRIOHOSTDST= > > # low priority source ports > NOPRIOPORTSRC="4661 4662 4665 4881 4882" > > # low priority destination ports > NOPRIOPORTDST="4661 4662 4665 4881 4882" > > > # Now remove the fo...
2005 Apr 05
8
Qos with 2 internet connections problems
...less than your actual download # and uplink speed. In kilobits. Also set the device that is to be shaped. DOWNLINK=512 UPLINK=256 DEV=eth1 DEV2=eth2 DOWNLINKlan=512 UPLINKlan=256 DEVlan=eth1 # low priority OUTGOING traffic - you can leave this blank if you want # low priority source netmasks NOPRIOHOSTSRC= # low priority destination netmasks NOPRIOHOSTDST= # low priority source ports NOPRIOPORTSRC= # low priority destination ports NOPRIOPORTDST= # Now remove the following two lines :-) #echo Please read the documentation in ''README'' first #exit #pipe1 if [ "$1" =...
2004 May 13
2
wondershaper.htb problem
...VP=y CONFIG_NET_CLS_RSVP6=y CONFIG_NET_CLS_POLICE=y I''ve got the iproute package (in debian woody according to the changelog, there is support for htb). When I try to use the wondershaperscript with the -x flag for verbosity I get the following: + DOWNLINK=1000 + UPLINK=300 + DEV=ppp0 + NOPRIOHOSTSRC= + NOPRIOHOSTDST= + ''['' start = status '']'' + tc qdisc del dev ppp0 root + tc qdisc del dev ppp0 ingress + ''['' start = stop '']'' + tc qdisc add dev ppp0 root handle 1: htb default 30 RTNETLINK answers: Invalid argument + tc class...
2004 Feb 03
4
wondershaper
Hi, I just installed wondershapper 1.1a on my ipcop firewall box. I have roadrunner cable with a ftp server setup. My download speed is 2mbit (I get 225 KBytes) and my upload is 384kbit (I send at 43 KBytes). What should the settings in wshaper? I can ping yahoo.com at 90msec with little traffic.....and at around 220msec with full upload traffic. Mark
2007 Jun 24
5
Traffic shaping on multiple interfaces
I''m trying to setup traffic shaping on my linux gateway/router. The system has 3 interfaces: eth0 - My LAN - with IP address 192.168.0.254 eth1 - The ethernet connection to which my ADSL modem is connected. This has a 10.25.x.x IP, more on this later. The ADSL link has an upstream of ~1.2mbit. ppp0 - The PPP connection which is my WAN connection, with a real world IP. The system acts
2006 Aug 21
1
QoS on a bridge+NAT
...what 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" = "status" ] then tc -s qdisc ls dev $DEV tc -s qdisc ls dev $DEV2 tc -s class ls dev $DEV tc -s...
2003 Oct 21
14
Prioritizing traffic
I don''t know whether this is the right place to ask, but kindly point me to an FM that I can R if it isn''t. My wife is creating lots of Kazaa traffic, and I am using rsync to create a full mirror of Red Hat''s FTP site, Aurora Linux FTP site, the LDP site, and some other stuff. Clearly, when one is moving well over 100GB over a 128 Kbps link, this is going to take a
2007 Sep 01
9
complete linux and shaping newbie needs help
Hi there good people, I''m a newbie in what concerns running Linux on machines other than desktops, so I need help from all you gurus out there :-) I have Linux installed on an old computer (Winchip C6, Pentium clone), acting as a router/firewall for two other computers. Both these machines are connected to the firewall via a dedicated ethernet card each, on different subnets,