Displaying 20 results from an estimated 2000 matches similar to: "This simple ingress script blocks my traffic"
2002 Jun 12
3
Why this stupid ingress tc does not work ?
Hi !
I wanted to shape my analog modem connection so I took these two lines
from the ''wondershaper'' script:
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} burst 10k drop flowid :1
with DEV=ppp0 and DOWNLINK=24kbit.
But, when I activate it, nothing comes back from the
2004 Nov 24
8
tc and iptables trouble
Hi all
I have a trouble configuring the qdiscs, when I indicate the "perturb 10" option to tc, i gives me this error:
tc qdisc add dev eth0 parent 5:1323 handle 1323 sfq perturb 10
RTNETLINK answers: Invalid argument
if I don''t put the "perturb 10" option, it works.
another question is about iptables, when I indicate the " --set-mark" option:
iptables -t
2007 May 04
0
Pls help on Shorewall installation
Hi all,
This might be more suitable for the shorewall list, but no one has replied yet
for several days. I'm trying bandwidth management feature of
shorewall-3.4.1-3 on Centos 4.4
with no updates.
I've got this error:
May 4 22:30:14 gateway shorewall: ERROR: Command "tc qdisc add dev eth0
root handle 1: htb default 13" Failed
I've checked the kernel conf (make
2014 Jan 30
2
CentOS 6.5: NFS server crashes with list_add corruption errors
Hi,
I'm running CentOS 6.5 as NFS server (v3 and v4) and exporting Ext4 and
XFS filesystem.
After many months that all works fine today the server crash:
Jan 30 09:46:13 qb-storage kernel: ------------[ cut here ]------------
Jan 30 09:46:13 qb-storage kernel: WARNING: at lib/list_debug.c:26
__list_add+0x6d/0xa0() (Not tainted)
Jan 30 09:46:13 qb-storage kernel: Hardware name: PowerEdge
2013 Jun 05
8
btrfs raid1 on 16TB goes read-only after "btrfs: block rsv returned -28"
Dear Devs,
I have x4 4TB HDDs formatted with:
mkfs.btrfs -L bu-16TB_0 -d raid1 -m raid1 /dev/sd[cdef]
/etc/fstab mounts with the options:
noatime,noauto,space_cache,inode_cache
All on kernel 3.8.13.
Upon using rsync to copy some heavily hardlinked backups from ReiserFS,
I''ve seen:
The following "block rsv returned -28" is repeated 7 times until there
is a call trace
2002 May 27
4
htb3 with imq
hi all,
i want to try htb3 with imq
downloaded & patched imq & htb3 with kernel-2.4.18 on rh7.2 but got
STUCK on step 1 :(
this are what i did
can anyone guide me what went wrong on the first step itself !!
[root@cab1 root]# modprobe imq numdevs=1
modprobe: Can''t locate module imq
[root@cab1 root]#
[root@cab1 root]# tc qdisc add dev imq0 handle 1: root htb default 1
Cannot find
2004 May 12
0
ingress policy filter for variable rate
Hi,
I have a question about policy filters. All I want is incoming traffic
being restricted to a specific rate. At the moment, I get way lower rates
than specified. So far, I did use a filter much like Wondershaper does:
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
2006 Jan 26
3
tc qdisc ingress problem ?
Hi, all
I''ve got problems with tc qdisc ingress.
I''m using vanillia kernel 2.6.14.4 patched with
http://www.ssi.bg/~ja/routes-2.6.14-12.diff, and iproute2-2.6.14-051107.
i am using ingress to limit incoming traffic :
(DEV is eth1 / DOWNLINK is 7700)
# attach ingress policer:
tc qdisc add dev $DEV handle ffff: ingress
# filter *everything* to it (0.0.0.0/0), drop everything
2002 May 03
1
ingress in 2.2.20
Hello ,
I am trying to install an ingress qdisc on a slackware 7 , 2.2.20 box . I
have installed iproute2-2.4.7-now-ss010824.tar.gz . I `ve built all the
QOS stuff in my kernel . Playing with cbq sfq etc works ok . However when
i try to setup ingress i get the infamous RNETLINK message
tc qdisc add dev eth0 handle ffff: ingress
RTNETLINK answers: No such file or directory
Something weird ,
2007 Jul 01
1
FW filter unused/unloaded ???
Hi all.
I''ve written a small htb script that uses U32 and FW (marked by IPTABLES) filters, but TC doesn''t seem to be using the "cls_fw.o" module !!!
I''m using redhat v9.0, kernel 2.4.8-20, iproute 2.4.7-7.
Here is my script:
==========================================================
#####################
#Interface definition
#####################
2005 Apr 18
1
Activate ingress policies on suse enterprise server 9
Hi,
what is needed to activate ingress policies for enterprise server 9!
My current loaded modules:
in the attachments
my kernel:
Linux linux 2.6.5-7.97-smp #1 SMP Fri Jul 2 14:21:59 UTC 2004 i686 i686 i386
GNU/Linux
So you can see the module sch_ingress is loaded and also the package iprout2
is installed.
I have set also a filter for ingress policies but i don`t think it is
working,
2003 Jan 15
5
HTB. QoS and Shorewall
Group,
I am reading about tc (traffic control) and willing to get my feet wet. As requirement, there should be HTB compiled in the kernel. I grabbed a Mandrake 8.2 distro, and didn''t installed the kernel source.
Anyone knows if the HTB is compiled in Mandrake 8.2, or point a way to find that out? I tried to read the /usr/src/kernel.xxxxx/.config file, but it doesn''t exists.
2004 Dec 24
4
Ingress and Classifier & netfilter
Hi all,
Whenever I start up TC and implement traffic policing using ingress, I
get logs that goes something like this:
Classifier actions preferred over ingress.
What does that mean??
This are the relevent lines :
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
2004 Jul 01
14
filter ingress policy rates -> slow!!
Hello one more time,
As others seem to already asked without reply, I''m getting lower speed rates
than specified via ingress. How do I know. Because I have this in my script:
tc qdisc add dev $DEV handle ffff: ingress
# Filter intranet traffic, so fit it to intranet speed
tc filter add dev $DEV parent ffff: protocol ip prio 10 u32 \
match ip src $Q_2_HOSTS \
match ip dst
2007 Jan 16
8
egress bandwidth not limited / limited extremely inaccurately
I''m just-so-fresh to the list, so hello everyone.
I''m having a realy hard time with setting up very simple bandwidth
management. What I am trying to do is setup a 10Mbit interface to send
at only 1920kbit to most of the network (to make sure it hardly ever
tops 2mbit). I did succeed with the ingress traffic... With egress
however, I get very odd results at different speeds.
With
2003 Dec 15
3
Outgoing calls for a fancy address book app
Hi !
I'd like to connect phpgroupware to asterisk: when a user click on a phone
number, his phone rings and he gets connected to the number he just clicked.
I've tried by putting various files in /var/spool/asterisk/outgoing, without
results (we are using SIP phones + CAPI channels).
Is there a way to do that ?
(If it's impossible (something impossible in *, LOL ?!?) I will
create
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
2004 Oct 06
2
Unknown qdisc "htb", hence option "default" is unparsable
(i sent the same message from another email acount, that isn''t
memberlist. sorry)
Hi Everyone..!!
i''m beginner in tc with htb, i''m use to limit public, and nat ip clients,
i''m to add to one of my server and get this error:
> tc qdisc add dev eth0 root handle 1: htb default 10
Unknown qdisc "htb", hence option "default" is unparsable
2005 Jun 01
2
TC Filtering Problems
Dear Admins and Hackers,
maybe i am to stupid to use ''tc''. But i having logical Problems to understand the Filter Rules in tc.
Common Config:
There is a Linux Engine (Debian) with a 2.6.11.11 Kernel which act as Packetshaper.
Two Interfaces eth0 and eth1 are installed. Interface ''eth0'' is the Firewall Side Net
195.185.185.0/24. Interface
2004 Jan 19
3
Ingress Shaping using IMQ
Hi Guys,
Here is a question that is probably of concern to many of us.
I am under pressure to provide some solution for ingress traffic
shaping. What my customer demands is to divide the downstream (ingress)
of an ADSL lines to two classes of traffic - important traffic and non
important downloads. He has a very reasonable requirement: he wants a
guarantee of at least 1000kbps at all times for