Displaying 20 results from an estimated 20 matches for "sch_ingress".
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.
2013 Jun 05
8
btrfs raid1 on 16TB goes read-only after "btrfs: block rsv returned -28"
...2
btrfs_alloc_free_block+0xd3/0x29c()
kernel: Hardware name: GA-MA790FX-DS5
kernel: btrfs: block rsv returned -28
kernel: Modules linked in: raid456 async_raid6_recov async_memcpy
async_pq async_xor xor async_tx raid6_pq act_police cls_basic cls_flow
cls_fw cls_u32 sch_tbf sch_prio sch_htb sch_hfsc sch_ingress
sch_sfq xt_CHECKSUM ipt_rpfilter xt_statistic xt_CT xt_LOG xt_time
xt_connlimit xt_realm xt_addrtype xt_comment xt_recent xt_policy xt_nat
ipt_ULOG ipt_REJECT ipt_MASQUERADE ipt_ECN ipt_CLUSTERIP ipt_ah xt_set
ip_set nf_nat
_tftp nf_nat_snmp_basic nf_conntrack_snmp nf_nat_sip nf_nat_pptp
nf_nat_pro...
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
2014 Jan 30
2
CentOS 6.5: NFS server crashes with list_add corruption errors
...el: list_add corruption. next->prev 
should be prev (ffff8804366c5df0), but was ffff8803f611fa68. 
(next=ffff8803f611fa68).
Jan 30 09:46:13 qb-storage kernel: Modules linked in: nfsd lockd nfs_acl 
auth_rpcgss sunrpc act_police cls_basic cls_flow cls_fw cls_u32 sch_tbf 
sch_prio sch_htb sch_hfsc sch_ingress sch_sfq bridge stp llc 
xt_statistic xt_time xt_connlimit xt_realm iptable_raw xt_comment 
xt_recent xt_policy ipt_ULOG ipt_REJECT ipt_REDIRECT ipt_NETMAP 
ipt_MASQUERADE ipt_ECN ipt_ecn ipt_CLUSTERIP ipt_ah ipt_addrtype xt_set 
ip_set nf_nat_tftp nf_nat_snmp_basic nf_conntrack_snmp nf_nat_sip 
nf_...
2004 Nov 24
8
tc and iptables trouble
...1096  -
ebtables               17768  -
ipt_mark                1128  -
sch_wrr                11176  -
sch_teql                4168  -
sch_dsmark              5224  -
cls_route               4936  -
ipt_tcpmss              1640  -
cls_tcindex             5256  -
cls_u32                 5772  -
sch_ingress             2604  -
ipt_TCPMSS              3208  -
iptable_filter          1864  -
ipt_MARK                1512  -
cls_fw                  3208  -
iptable_mangle          1832  -
ppp_async               7816  -
crc_ccitt               1512  -
ip_gre                  8672  -
sch_esfq...
2002 Sep 13
0
This simple ingress script blocks my traffic
...ull > /dev/null
tc qdisc add dev $DEV handle ffff: ingress
tc filter add dev $DEV parent ffff: protocol ip prio 50 handle \
1 fw police rate $DOWNLINK burst 3000 mtu 1500 drop flowid :1
------------------
I have a Debian woody with the 2.4.18-k6 kernel. All modules are loaded
(cls_u32, cls_fw, sch_ingress, ...)
I get the same result If I try an "u32" match instead of a  
firewall mark match.
When I tcpdump, it seems that the application does not receive
incoming packets.
When I ask for qdisc stats, it answers me 
"Sent 0 bytes 0 pkts (dropped 0, overlimits 0)"
Any clue ?
TIA,...
2002 May 03
1
ingress in 2.2.20
...rks 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 , at least to me , that I noticed is that in 2.4 kernel
sources ( where I setup ingress just fine ) there is a sch_ingress.c
file which does not exist in 2.2.20 .
  Am I missing something badly here ? I attach my kernel config file . Any
info is appreciated .
  Kind regards ,
--
=============================================================================
Dimitris Zilaskos
Department of Physics @ Aristotle Univerci...
2007 May 04
0
Pls help on Shorewall installation
...dev eth0 
root handle 1: htb default 13" Failed
I've checked the kernel conf (make menuconfig), that TC support for htb, sfq, 
e32, etc are modularized supported.
I've checked that all these kernel modules are loaded:
sch_prio ? ? ? ? ? ? ? ?4545 ?0 
sch_sfq ? ? ? ? ? ? ? ? 5313 ?0 
sch_ingress ? ? ? ? ? ? 4165 ?0 
sch_cbq ? ? ? ? ? ? ? ?16449 ?0 
sch_htb ? ? ? ? ? ? ? ?21953 ?0 
cls_fw ? ? ? ? ? ? ? ? ?4417 ?0 
cls_u32 ? ? ? ? ? ? ? ? 7493 ?0 
And that the tc command is compiled with htb and cbq support?
[root at gateway sched]# which tc
/sbin/tc
You have new mail in /var/spool/mail/roo...
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, because i have never dropped packages:
tc qdisc add dev eth0 ingress
tc filter add dev eth0 parent ffff: protocol ip u32 match ip dport 8099
0xffff police rate 1kbit...
2002 May 27
4
htb3 with imq
...@cab1 root]# tc qdisc add dev imq0 handle 1: root htb default 1
Cannot find device "imq0"
[root@cab1 root]#
[root@cab1 root]# ls /lib/modules/2.4.18/kernel/net/sched/
cls_fw.o     cls_tcindex.o  sch_csz.o     sch_htb.o      sch_red.o 
sch_teql.o   cls_route.o  cls_u32.o      sch_dsmark.o  sch_ingress.o 
sch_sfq.o    cls_rsvp.o   sch_cbq.o      sch_gred.o    sch_prio.o 
sch_tbf.o
[root@cab1 root]#
[root@cab1 root]# ls /lib/modules/2.4.18/kernel/net/ipv4/netfilter/
ip_conntrack_egg.o      iptable_nat.o      ipt_MARK.o     ipt_REDIRECT.o
ip_conntrack_ftp.o      ip_tables.o      ipt_MASQUERADE.o  i...
2007 Mar 28
1
traffic shaping with NAT: IFB as IMQ replacement?
...422706&w=2
[4] Note: I think using the old policer [Symbol: NET_CLS_POLICE [=n] Prompt: Traffic
Policing (obsolete)] this maybe works? It seems ingress policing happens
after netfilter PREROUTING if you use NET_CLS_POLICE but using
NET_CLS_ACT it happens before netfilter PREROUTING?
(see also: sch_ingress.c and
http://mailman.ds9a.nl/pipermail/lartc/2005q4/017782.html)
But then again it is marked as obsolete and I need NET_CLS_ACT to
redirect to the IFB?!
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo...
2005 Apr 04
8
Help please with tc and iptables mark
Hello list members,
Finaly I''m here after a week of trying to subscribe to this list... pfew...
Anyway... I have a rather strange problem with tc. I am trying to police the 
ingress traffic into my network using the iptables MARK feature (in mangle 
table, PREROUTING) but it seems that tc filters ignore this marks and they 
don''t work at all for me. Let me explain a bit more in
2004 Nov 22
8
Strange error!?
I was using this setup and it worked fine untill i executed up2date in
Redhat and updated a lot of the packages in linux.
When i run the following script i get an error, which i pasted bellow.
Script i run:
        iptables -t mangle -A FORWARD -s 171.100.20.110 -j
MARK --set-mark 28
        iptables -t mangle -A POSTROUTING -s ! 171.100.20.96/27 -d
171.100.20.110 -j MARK --set-mark 29
       
2006 Apr 04
3
Another question (now about u32)
Hello all,
    I am trying to match some conections using u32 but I tryed this:
[root@ns1 ~]# tc filter add dev eth1 parent 1:0 protocol ip prio 1 u32 
match ip src 0/0 match ip dst 0/0 match ip sport 80 0xffff flowid 1:10
RTNETLINK answers: Invalid argument
We have an error talking to the kernel
[root@ns1 ~]#
    I have this class at device eth1:
[root@ns1 ~]# tc class show dev eth1
class
2011 Dec 22
8
[Bug 765] New: Netfilter crash on bridged/TAP device on 2.6.38 & 3.0 kernels
http://bugzilla.netfilter.org/show_bug.cgi?id=765
           Summary: Netfilter crash on bridged/TAP device on 2.6.38 & 3.0
                    kernels
           Product: netfilter/iptables
           Version: linux-2.6.x
          Platform: x86_64
        OS/Version: Ubuntu
            Status: NEW
          Severity: major
          Priority: P2
         Component: bridging
       
2007 Jan 16
8
egress bandwidth not limited / limited extremely inaccurately
...Ethernet (rev a3)
05:04.1 Ethernet controller: Broadcom Corporation NetXtreme BCM5714
Gigabit Ethernet (rev a3)
(serenity:~) # lsmod
Module                  Size  Used by
sch_sfq                 7424  0
sch_htb                18944  1
act_police              8480  1
cls_u32                 9480  2
sch_ingress             5248  1
sch_tbf                 8320  0
ipt_LOG                 8192  1
xt_limit                4352  1
xt_state                3840  1
ip_conntrack           53092  1 xt_state
xt_tcpudp               4864  5
iptable_filter          4736  1
iptable_mangle          4480  0
ip_tables...
2004 Mar 18
6
[PATCH] packet delay scheduler
...epends on NET_SCHED
+	help
+	  Say Y if you want to delay packets by a fixed amount of
+	  time. This is often useful to simulate network delay when
+	  testing applications or protocols.
+
+	  To compile this driver as a module, choose M here: the module
+	  will be called sch_delay.
+
 config NET_SCH_INGRESS
 	tristate "Ingress Qdisc"
 	depends on NET_SCHED && NETFILTER
diff -Nru a/net/sched/Makefile b/net/sched/Makefile
--- a/net/sched/Makefile	Thu Mar 18 12:04:02 2004
+++ b/net/sched/Makefile	Thu Mar 18 12:04:02 2004
@@ -22,6 +22,7 @@
 obj-$(CONFIG_NET_SCH_TEQL)	+= sch_teql.o
 obj-$...
2005 Jan 04
11
ESFQ?
Hi again,
I was just looking around for ESFQ sources, and I see that the main site 
is down, and only has kernel 2.6.4 patches.
Is ESFQ maintained?  If so, where can I find patches for 2.6.10?
Thanks,
-justin
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2004 Jul 01
20
[PATCH 2.6] update to network emulation QOS scheduler
This patch updates the network emulation packet scheduler.
	* name changed from delay to netem since it does more than just delay
	* Catalin''s merged code to do packet reordering
	* uses a socket queue''s directly rather than layering on qdisc(fifo)
	  because this is used in performance tests.
	* adds placeholder in API for future enhancements (rate and duplicate).
2013 Oct 21
36
[PATCH 0 of 5 V3] Remus/Libxl: Network buffering support
This patch series adds support for network buffering in the Remus
codebase in libxl.
Changes in V3:
[1/5] Fix redundant checks in configure scripts
      (based on Ian Campbell''s suggestions)
[2/5] Introduce locking in the script, during IFB setup.
      Add xenstore paths used by netbuf scripts
      to xenstore-paths.markdown
[3/5] Hotplug scripts setup/teardown invocations are now