Displaying 17 results from an estimated 17 matches for "noprioportsrc".
2004 Apr 28
1
Wondershaper stops limiting outbound traffic
I have wondershaper to limit my upload at 400kilobits (my line is 600kbps).
I do a lot of torrent seeding and I dont want my pings killed when I''m
uploading so I set low prority source ports as follows (by the way, I have
bittornet to only use ports 6881-6910):
NOPRIOPORTSRC="6881 6882 6883 6884 6885 6886 6887 6888 6889 6890 6891 6892
6893 6894 6895 6896 6897 6898 6899 6900 6901 6902 6903 6904 6905 6906 6907
6908 6909 6910"
Problem is, sometimes my upload will be limited to 50kb/s and others it''ll be
maxed. This is with wondershaper running too!...
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
2004 Feb 08
1
wondershaper htb + multiple ports
Is there a way to apply wondershaper w/ htb to a port range?
I have a ftp server on port 65432 and passive ports 50000-60000.
Is there a way to set a range? or do they have to be individually
listed?
The following doesnt seem to work:
# low priority source ports
NOPRIOPORTSRC=65432, 50000:60000
# low priority destination ports
NOPRIOPORTDST=
Mark
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2004 May 31
1
Wondershaper - question
...tly. Only one qdisc / one class is used and
when I start an uplink ftp transfer, my ping time is growing up to 1700ms -
I don''t think that there is anything shaped oder scheduled.
In the wshaper file I set the up- and downlink values and for the p2p I set
this:
# low priority source ports
NOPRIOPORTSRC=4662
# low priority destination ports
NOPRIOPORTDST=4662
Then i start it:
[root@Astoria bin]# wshaper start
[root@Astoria bin]#
One or two minutes later (with p2p traffic and some pings) i got this:
[root@Astoria bin]# wshaper status
qdisc ingress ffff: ----------------
Sent 0 bytes 0 pkts (d...
2006 Nov 20
2
Fwd: Traffic Shaping on a Transparent Bridge not working!
...e=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 1: htb default 20
+ tc class add d...
2006 Sep 16
1
Wondershaper Errors
...IOHOSTDST=
+ /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 ingress
+ tc qdisc add dev ppp0 root handle 1: htb default 20
+ tc class add dev ppp0 parent 1: classid 1:1 htb rate 320kbit bu...
2005 Jan 26
11
Question on tcrules implementation
Hi all,
I moved wshaper 1.1 cbq file to tcstart, but none of my tcrules are being
observed. The only way I can set the marks is by editing the tcstart file.
Is there a way to incorporate for tcstart to read and apply my set marks in
tcrules?
Thank you,
~Andrew Nady.
2004 May 06
2
imap problems
...plink 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 in ''README'' first
#exit
if [ "$1" = "status" ]
then...
2004 Jan 06
0
Wonder Shaper
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
As stated by your message, I''ll try it again on the mailing list..
I tried your wondershaper today and there is one thing I am puzzling
about. If I add port 80 and 21 like this
NOPRIOPORTSRC=''80 21''
The uploads from my webserver and ftp server are a lot faster then
without adding the ports and surfing the web is a pain.
If I leave all the upload specific variables empty, uploads are a lot
slower but surfing speed and ssh is fine.
Additionaly I noticed that it seems t...
2007 Apr 14
0
Packet shaping config
...25
UPLINK=3450
DEV=ath0
The main problem is that browsing is sluggish, but ssh is a bit
sluggish too. Bittorrent performance is great though. My bittorrent
client is set to listen on port 6881 so I added the following to try
and balance it out, but it doesn''t seem to make a difference:
NOPRIOPORTSRC=6881
NOPRIOPORTDST=6881
How does my config look? Is there anything else I can do?
- Grant
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML...
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
2004 May 07
0
Re: LARTC digest, Vol 1 #1714 - 5 msgs
...t;
> 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 in ''README'' first
> #exit
>
>...
2005 Apr 05
8
Qos with 2 internet connections problems
...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" = "status" ]
then
tc -s qdisc ls dev $DEV
tc -s class ls dev $DEV
exi...
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
2004 Apr 03
7
Few question on HTB
Dear All,
Sorry to trouble again..... After go through www.lartc.org I have implemented the HTB instead of CBQ
for the same scenario.
Now following files are under /etc/sysconfig/htb directory.
eth0 DEFAULT=30 R2Q=10
eth0-2.root RATE=256kbps BURST=25k
eth0-2:10.comp1 RATE=120kbps BURST=12k PRIO=0 LEAF=sfq RULE=192.168.200.0/24
eth0-2:20.comp2
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,