Displaying 20 results from an estimated 5000 matches similar to: "imap problems"
2004 May 07
0
Re: LARTC digest, Vol 1 #1714 - 5 msgs
Hi
I''m looking for a quick recipe for a newbie to control http traffic in
my linux gw. My internet is overloaded already and vpn external clients
are experiencing troubles (disconnecting in peak hours).
Any suggestions ?
Regards
Guillermo
Caracas/Venezuela
On Thu, 2004-05-06 at 14:40, lartc-request@mailman.ds9a.nl wrote:
> Send LARTC mailing list submissions to
>
2006 Sep 16
1
Wondershaper Errors
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi all!
when I activate wondershaper on my dsl connection (pppoa vc mux), i get
three errors:
# sh -x /usr/sbin/wshaper ppp0
+ /usr/sbin/xmlstarter setenv tc_downlink
+ DOWNLINK=
+ /usr/sbin/xmlstarter setenv tc_uplink
+ UPLINK=
+ [ -z ]
+ cat /proc/avalanche/avsar_modem_stats
+ grep Connection Rate
+ awk {printf("%d", $8)}
+
2005 Apr 05
8
Qos with 2 internet connections problems
Hi all, ive got 2 internet connections set up via the nano howto (which
are working great) and we are running NAT.
Was looking in to qos mainly to stop large http downloads/ftp downloads
from hogging the line so that browsing for other users doesnt slow to a
crawl, but if the line is free and no one is doing anything then for it
to use the available bandwith. The wondershaper sounded exactly what
2006 Nov 20
2
Fwd: Traffic Shaping on a Transparent Bridge not working!
I''m trying to shape traffic on a Devil-Linux box.
This note was originally sent to their maillist,
because the LARTC list appears to have been down
for the past few days. My mailbox was just flooded
with a half dozen or so confirmation requests in response
to my repeated attempts to subscribe to this list.
---------- Forwarded message ----------
From: drew einhorn
2006 Aug 21
1
QoS on a bridge+NAT
I have a setup where I have three NIC in a Debian box. I have eth1
conected to internet and eth0 NAT''ed to 192.168.1.1. eth1 and eth2 are
bridged together, given ip 192.168.122.2.
What I want to achieve is to perform traffic shaping on the bridge as
well as prioritizing the traffic from eth0 very low. (This is from
trental flat ...) However it seems that I am unable to perform thhe
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 May 31
1
Wondershaper - question
Hi,
I have a question conercing wondershaper. I''m using the Clarkconnect linux
distribution for my linux router and I tried to use wondershaper.
On start up of wshaper, there are no errors or any other problems but I''m
not sure if it''s running correctly. Only one qdisc / one class is used and
when I start an uplink ftp transfer, my ping time is growing up to 1700ms -
I
2004 May 13
2
wondershaper.htb problem
hi there,
this is my 1st message in the list.
I would like to use this wondershaper.htb to limit the bandwith usage at
home.
My kernel config is:
# QoS and/or fair queueing
#
CONFIG_NET_SCHED=y
CONFIG_NET_SCH_CBQ=y
CONFIG_NET_SCH_HTB=y
CONFIG_NET_SCH_CSZ=y
CONFIG_NET_SCH_HFSC=y
CONFIG_NET_SCH_PRIO=y
CONFIG_NET_SCH_RED=y
CONFIG_NET_SCH_SFQ=y
CONFIG_NET_SCH_TEQL=y
CONFIG_NET_SCH_TBF=y
2004 Oct 21
1
can''t understand howto example
tc class add dev $DEV parent 1: classid 1:1 htb rate ${UPLINK}kbit burst 6k
tc qdisc add dev $DEV handle ffff: ingress
tc filter add dev $DEV parent ffff: protocol ip prio 50 u32 match ip src \
0.0.0.0/0 police rate ${DOWNLINK}kbit burst 10k drop flowid :1
why does the download is being sent to class 1 which is limited by uplink ?
why the rate is being mentioned in filter and in class ?
2005 Feb 13
2
Problems after Kernel upgrade to 2.6.10
Greetings,
I have been reading the list for a little while now, but this is the first
occasion I have had to post--of course, because of a problem. My problems
began when I upgraded my RedHat 9 system to 2.6.10 from source. Aside from
some other booting issues and things, all of which appear to be resolved,
the only things NOT working are my scripts for traffic control. I get a
whole host of
2004 Sep 28
2
Shaping not working
Hi folks,
I''m trying to shape two clients in my LAN when accessing the internet.
Actual situation is that EVERY traffic goes into 1:40, so the client
which should fall into 1:30 does not get the lower uplink it should
have, but the uplink defined for the client defined as 1:30
When I disable the definition of 1:40, every traffic falls into 1:30
(except for the traffic defined to be in
2002 Apr 06
0
Clarification required for Prio in CBQ dequeing order
Hi,
I have been modifying the Wonder shaper to include another queue. My
understanding was packets would be de queued to hardware in the following
order:
cbq1 -> sfq10 > sfq20 > sfq30.
Also we only move onto the next queue when the preceding one is empty.
However is seems to be prio xx number that reflects the order packets are
de queued not to what flowid they belong to.
If I
2007 Apr 14
0
Packet shaping config
I have packet shaping set up with "The Wonder Shaper" tcstart file. I
thoroughly tested upload and download performance with bittorrent and
the following config was the best:
DOWNLINK=425
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
2005 Oct 25
4
Terminal Services and traffic control.
Hi everybody,
I have a network that only uses terminal services.
Look at the diagram.
20 machines running WinXP <-> LinuxFW-1 <-> 1Mbit link dedicated fiber link <–> LinuxFW-2 <–> Terminal Server
I’d like to give the maximum priority for bandwidth to terminal services (port 3389).
I’ve changed the CBQ script from LARTC site to suite my needs, but every time I
2004 Dec 23
1
does the inbound traffic affect the outbound on 2 different interfaces
hey guys
i am regulating the traffic to & fro by my network through a
linux gateway , its behaving strange. i regulated Downlink to 2Mbps &
UPlLINK to 500Kbps. both perform well when those are done independent
i.e. one at a time
but when i do both from a client system ..the downlink however
continues at 2mbps but the uplink falls down to 100kbps?
is something wrong with my script or
2004 Nov 16
2
tc rules for Internet Radio
I am currently using the ultimate-tc script from
http://lartc.org/howto/lartc.cookbook.ultimate-tc.html
and I want to make sure that internet radio packets (mp3 streaming audio)
will always get through no matter what. I have added some iptables commands
like this:
iptables -A OUTPUT -t mangle -p tcp --dport 8000 -j TOS --set-tos
Minimize-Delay
iptables -A OUTPUT -t mangle -p tcp --sport 8000 -j
2002 Nov 24
1
wondershaper
Hello!
I want to give port 14567 a high priority/minumum delay because its a onlien
game.
I took wondershaper cause its fairly easy to understand. AND i read the
HowTo, especially Section 9!!
DOWNLINK=786
UPLINK=128
DEV=ppp0
# start filters
# TOS Minimum Delay (ssh, NOT scp) in 1:10:
tc filter add dev $DEV parent 1:0 protocol ip prio 10 u32 \
match ip tos 0x10 0xff flowid 1:10
Then i
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
2005 Feb 16
10
VOIP Challenges...
Greetings -
I''m new to QoS, so please be gentle (and yes, I''ve RTFM, though I don''t
understand every bit of it)
Here''s the thing; I''ve tried several scripts--simple and complex--for
classifying my Vonage traffic into a high-priority queue, but no matter what
I do it doesn''t seem to work. Right now I''m using the HTB script
2003 Jun 16
1
RE: CBQ-wondershaper superior over HTB-wondershaper?
Hello Thilo,
What did you find superior with CBQ-wondershaper over HTB-wondershaper? We have not been using wondershaper specifically but our simple tests so far seem to show that htb is much easier to configure for a given target shape (i.,e accurate) compared to CBQ.
Torsten
-----Original Message-----
From: Thilo Schulz [mailto:arny@ats.s.bawue.de]
Sent: Saturday, June 14, 2003 8:55 AM
To: