Displaying 20 results from an estimated 90 matches similar to: "outgoing packets not working.."
2002 Oct 11
0
outgoing packets notworking..
hi all
I just tried to test whether the HTB works well or not .. (policy is very
simple ^^;;)
I tried HTB simulator ''Ethloop'' with lo (loopback ) and I found HTB works
well....(very well)
So I changed lo to eth0 and tested ..
./tc qdisc add dev eth0 root handle 1: htb default 10
./tc class add dev eth0 parent 1: classid 1:1 htb rate 500kbps ceil 500kbps
./tc class add
2009 Dec 10
1
Reg: Bitrates support 576kbps in ogg vorbis
Hi,
I was checking for bit rates support above 500kbps in the libvorbis code, so
I tried to encode ogg files with bitrate 576kbps but the encoder OggdropXpd
gives maximum bit rate of only 500kbps. Does the Vorbis audio support bit
rate 576 kbps?
Thanks,
Emima
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Jan 29
0
how can I delete filter : RTNETLINK file doesn''t exist
what is the script for deleting filter that already exist???
the htb script is:
tc qdisc add dev eth0 root handle 1:0 htb default 4
tc class add dev eth0 parent 1:0 classid 1:1 htb rate 500kbps ceil 500kbps
tc class add dev eth0 parent 1:1 classid 1:2 htb rate 300kbps ceil 300kbps
tc qdisc add dev eth0 parent 1:2 handle 12:0 pfifo
tc class add dev eth0 parent 1:1 classid 1:3 htb rate 150kbps
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
2006 Sep 27
1
HTB root rate allowing to much of a burst
Please see below
Jon Flechsenhaar
Boeing WNW Team
Network Services
(714)-762-1231
202-E7
-----Original Message-----
From: Flechsenhaar, Jon J
Sent: Wednesday, September 27, 2006 10:30 AM
To: lartc@mailman.ds9a.nl
Subject: FW: [LARTC] 2.6.14 - HTB/SFQ QoS broken?
Please see below
Jon Flechsenhaar
Boeing WNW Team
Network Services
(714)-762-1231
202-E7
-----Original Message-----
From:
2004 Jan 12
1
Performance problem
Hi, I am running rsync version 2.5.7 (stock distro on redhat linux, ES
and 9) to rsync a directory with ~300k files in it from a machine on a
10Mbit internet tap to a machine with a 100Mbit internet tap. The
problem is that I am only getting about 500Kbps during the transfer. I
have tested link speed by scping a file between the two systems,
performance was approximately 7.5Mbit/sec. Ping time
2004 Oct 14
1
Shaping on Ports, multiple IP Address''s, and SFQ
Hi,
I have a 3Mbit (up,down) connection going through a Linux box (Debian
600mhz, 500mb ram) using NAT to approx 125 users.
Presently I am shaping by marking packets by their port numbers. I''m
prioritizing 22, 23, 25, 80, 81, 110, 443, 500, 3389, 1214,
6881:6889, etc, into their appropriate classes depending on weather
there getting more or less bandwidth. This has worked pretty
2004 Nov 19
3
mixing u32 and fwmark
Hi!
There is one thing I can''t do. In my country we have to pay for
"foreign" internet. Local internet is cheap and fast, but foreign is
slow and expensive. So I want do following:
mark every packet with iptables, where --set-mark 1 for foreign
internet, but --set-mark 2 for local internet
next when I got all traffic marking, I need to assign traffic to users
so I make
2005 Jan 06
3
tc and ntop inconsistent data flow
Dear List,
Sorry for the dublicated email but I couldn''t get any answer.
I am trying to limit some IP blocs with tc with following three step.
# interface
tc qdisc add dev eth0 root handle 1: cbq avpkt 1000 bandwidth 256kbit # class
tc class add dev eth0 parent 1: classid 1:1 cbq rate 64kbit \
allot 1500 prio 5 bounded isolated
# rules
# download
tc filter add dev eth0 parent 1:
2007 Feb 06
3
Help - Poor Voice Quality
I'm struggling to get my VOIP installation to be acceptable. I'm
looking for advice on what else I can look for.
My system:
o Teliax VOIP service, voip-ny1 proxy
o RCN Cable Internet Service (3Mbps download, 500kbps upload, 6ms
average jitter)
o 3.2 GHZ P4 Server (runs asterisk, firewall, other stuff)
o server lightly loaded
o Linux kernel 2.6.19.2
o Shorewall Firewall software with
2007 Oct 01
0
download/upload restriction.
Hi all I have following script in my server. Now I want to restrict ip
192.168.3.2 to 128kbps (downlink). But in this case client can download upto
500kbps and upload cannot exceed more than 20kbps. Now what should I do to
restrict client 192.168.3.2 within 128kbps downlink and 64kbps uplink.
tc qdisc del dev eth0 root
tc qdisc add dev eth0 root handle 1:0 htb
tc class add dev eth0 parent
2006 Sep 27
0
FW: 2.6.14 - HTB/SFQ QoS broken?
Please see below
Jon Flechsenhaar
Boeing WNW Team
Network Services
(714)-762-1231
202-E7
-----Original Message-----
From: Flechsenhaar, Jon J
Sent: Wednesday, September 27, 2006 9:35 AM
To: lartc@mailman.ds9a.nl
Subject: [LARTC] 2.6.14 - HTB/SFQ QoS broken?
Jody:
I don''t know if you answer basic HTB questions but I''l try anyway. I''m
implementing AF and EF with a
2005 Oct 26
0
Help regarding TBF and CBQ
Hello
Please give advice in selecting suitable QoS Solution for our device. It
contains one WAN port and a LAN port(4 port switch). The WAN will be
connected to an ADSL modem(so we don`t know the bandwidth in advance for the
WAN and depends on the ADSL connection taken). We need to give highest
priority to the Voice and control the WAN bandwidth to 2Mbps. I tried with
the TBF by giving 500kbps
2005 Jan 05
0
tc and ntop inconsistent trafic.
Dear List,
I am trying to limit some IP blocs with tc with following three step.
# interface
tc qdisc add dev eth0 root handle 1: cbq avpkt 1000 bandwidth 256kbit
# class
tc class add dev eth0 parent 1: classid 1:1 cbq rate 64kbit \
allot 1500 prio 5 bounded isolated
# rules
# download
tc filter add dev eth0 parent 1: protocol ip prio 16 u32 \
match ip dst 10.0.1.0/24 flowid 1:1
# upload
tc
2004 Sep 18
0
TCNG syntax for ingress / policing questions
Hi all,
I have 2 questions regarding policing
1. What is the problem with policing as in most mesages I can find people say don''t but I have not found a why?
2. I have the egress below working (numbers in example are bogus, I know). How do I add an ingress policy?
/* compile this file with tcc filename > limit.sh and run that file */
dev eth1
{
egress
{
class (
2004 May 05
0
Newbie trying to throttle bandwidth
I apologize with what may be some very basics questions. I''m trying to go
through sections 9 and 15 of the LARTC FAQ, but my head can''t quite grasp
what''s going on. I''ll keep going through them to see if something clicks,
but meanwhile I was hoping someone might point me in the direction that I
should focus my efforts.
The server at our church is running
2009 Aug 21
0
Rsync hangs at "calling match_sums"
calling match_sums //server/share/folder
/cid-192811.html
cid-192811.html
_exit_cleanup(code=20, file=rsync.c, line=242): entered
rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at rsync.c(242)
[send
er=2.6.8]
_exit_cleanup(code=20, file=rsync.c, line=242): about to call exit(20)
This happens every time i run rsync on content larger than 1 GB, it doesnt
matter if I change the transfer
2005 Dec 27
0
HTB: quantum of class 10001 is big. Consider r2q change.
Hi,
I have this message in my syslog:
HTB: quantum of class 10001 is big. Consider r2q change.
I don''t know why it''s there. I think all my setup is right. I am
shaping traffic from my web server. It lives at three IP addresses,
first is fast (and most important - aaa.bbb.ccc.1), second slower
(aaa.bbb.ccc.2), third slowest (aaa.bbb.ccc.3). Total bandwidth is
2700kBps. Other
2010 Jul 13
3
occasional glitching when playing
Hi Geoff,
> some questions:
>
> 1. What is the bitrate of your stream?
>
128kbps
>
> 2. How much bandwidth do you have between your source and your streaming
> server?
>
Fast connection, ~500kbps achievable upload.
>
> 3. How many listeners do you have?
>
< 10. The glitching occurs even with only 1 listener. It seems to repair
itself for a while if
2002 Apr 03
0
[광고]openssh-unix-dev님지금신청하시면 무료샘플을 드립니다.
Untitled Document
? ???? ??? ??? ?? ?????.
? ? ??? ????? ?? ?? ? ?? ?? ?? ?? ?? ? 50?? ??[??]?????.
? E-mail ??? ??? ?? ??????,????? ??? ????? ??? ?? ????.
? ??? E-mail??? ??? ??? ??? ????? ?????? ????.
? ??? ??? ?????? ????? ?????.
??????? ??? ????? ??? ??? ?? ?? ????? ???? ?? ????? ?? ???? ?? ???? ??? ?? ? ??? ???? ????. ?? ????? ?? ???? ???? ?