Displaying 20 results from an estimated 20000 matches similar to: "ingress question"
2004 Apr 19
1
Prioritizing on a Bridge doesn''t seen to work correct, ingress does not functional
Hi there,
i tried to setup up a Linuxbridge for prioritize some interactive (Citrix / https) Traffic to 1.2.3.4 on my ADSL Link, but i think it work not correct.
Overview:
Router <->Linux Bridge<->internal Net
eth1 eth0
This is my Script (with friendly support from the Linux Advanced Routing & Traffic control Howto)
#!/bin/sh
#
# ADSL
2002 Nov 17
2
Ingress shaping for ISP clients
Hi all,
I''m looking for the best way to set up a Linux router with "tc" to limit the
incoming bandwidth my ISP''s clients use.
Please assist me with the following:
Diagram:
INTERNET
|
|
|
|eth0
----------- Linux router/shaper
|eth1
|
|
|
--------------- Clients1(64k)/2(128k)/3(64k)/...
Clients normally purchase bandwidth in bundles of
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
2004 Mar 02
2
imq or ingress+htb?
Todays quick question:
Ive had problems with imq and getting my setup to work as planned. Im
thinking that a better solution for shaping incoming traffic would be to
put a little limit in the outer interface of the router box with ingress,
and the shape traffic on the inner interface with htb. Would that be
better than using imq?
--
Patrick Petersen <lartc@schmakk.dk>
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
2004 Apr 04
1
Routing through dummy interfaces?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I have a linux system with 4 ethernet interfaces, eth0 goes to the internet,
eth1, eth2, and eth3 are NAT''d LANs.
I want to use an ingress filter to prioritize bandwidth
(downstream from internet) to various IPs.
I want to sett it up something like this....
eth0 <--[NAT]--> dummy0 <---> dummy1 <---> eth1,eth2,eth3
dummy1
2005 Apr 06
0
bridge with packetrate limiter and absolute priority?
Hi.
I am trying to bend my brain around ''tc'' and friends and am failing so far.
I need to set up a bridge which limits the packet rate to 2000 packets/s, but with the added
twist that packets with a certain DSCP value must be given absolute priority in both directions.
The packet rate limit thing appears to be easy:
brcfg addbr br0
brcfg addif br0 eth0
brcfg addif br0 eth1
2007 Nov 21
0
Problem with ingress policing on bridged device
I''m having trouble getting ingress policing to work on a bridged device.
The bridge contains several interfaces: peth0, vif0.0, vif[1-7]0.1,
vif[25].1 . (This is under xen, in case the vif''s didn''t give that
away, so peth0 is renamed eth0.)
The tc rules I have are:
tc qdisc del dev peth0 root
tc qdisc del dev peth0 ingress handle ffff:
tc qdisc add dev peth0 root
2003 Jun 25
2
Combining ingress and egress ( IMQ+HTB)
I am successfully running ingress (IMQ) and egress (HTB) shaping on a
bridge.
Is there any way to combine and share the bandwidth between ingress and
egress?
Example:
I have set up www service for egress at 128 KB and ingress at 256 KB. The
shaping on them works fine separately. However, I want to create a single
virtual pipe for www traffic and limit both ingress and egress combined to
256 KB.
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 ,
2003 Mar 20
9
Routing/forwarding/shaping problems in v2.2.x (Long - sorry)
Greetings from a newbie!
(Well, to this list anyway)
I''m having a problem and I hope someone here might be able to help...
I am strongly expecting an answer along the lines of "upgrade to v2.4.x", but
I would REALLY preffer to avoid that for now...
The setup:
"Home brewed" v2.2.24 (will patch to v2.2.25 later today) with the DS8 patch
applied. Currently
2007 Feb 03
0
ingress qdisc problem
Hello,
i try to limit the incoming traffic rate using the ingress qdisc, but
it does not work for me.
Here is what i have done:
# sudo tc qdisc add dev eth1 ingress
# tc filter add dev eth1 parent ffff:0 protocol ip prio 1 u32 match ip dst 172.17.0.101/32 police rate 10kbit buffer 10k drop
The ingress qdisc is there:
# tc -s qdisc show dev eth1
qdisc pfifo_fast 0: bands 3 priomap 1 2 2 2 1
2006 Feb 10
0
filter fw and ingress qdisc
Hello,
i''ve found this page (lartc currently down)
http://www.lartc.org/howto/lartc.cookbook.synflood-protect.html
where someone used iptables firewall mark to mark specific packets which
will be shaped thru ingress qdisc with a fw filter and rate policy
appended.
I''ve tried similar this way, but it don''t work. Now i''m belief this
could''nt work
2006 Nov 06
3
Ingress qdisc bypassed on SNAT''ed traffic?
Hello,
I am using the following iptables POSTROUTING rule to NAT some RFC
1918 addresses:
iptables -t nat -A POSTROUTING -s 192.168.19.23 !
192.168.0.0/255.255.0.0 -p tcp --dport 80 -j SNAT --to-source
10.32.4.2
(I am using SNAT instead of MASQUERADE for performance reasons).
I have several addresses on the 192.168.0.0/16 subnet that I am
SNAT''ing similarly.
Problem is, ''tc
2003 Feb 02
0
question about ingress police
Hi stef and all
I want measure the policy perfomance for video traffic on mpls diffserv
network. there are two different polices for video packet
1. Video packets that are marked that are over the limit are to be
rejected at the edge router.
2. Video packets that are marked that are over the limit are to be
downgraded as best effort and are sent through.
Before video enter my mpls
2005 Jun 01
3
filter ingress policy based on nfmark
Hi all.
Since I move on to 2.6 kernel , filter ingress policy based on nfmark won´t
work.
Sorry for my english.
Simple example:
iptables -t mangle -I PREROUTING -j MARK --set-mark 1
${QDISC_ADD} handle ffff: ingress
${FILTER_ADD} parent ffff: protocol ip prio 100 handle 1 fw \
police rate 128Kbit burst 10k drop flowid 2:11
# tc -s -d qdisc ls dev eth0
qdisc ingress ffff: ----------------
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,
2005 Apr 18
1
Test ingress filter
Hi,
I have set a ingress filter to reduce the inbound traffic on one specific
port and also i check the packages (buffer).
No i want to test the ingress filter if it is working how i a expect.
Which tool (can be windows also) can i use to test the ingress filter (tcpip
load generator or something else), and set the packet length size and so on!
Thanks,
Gernot
2005 Dec 23
0
tcng example on using ingress without IMQ
hi all.
i really need help.
i need a working example on shaping the ingress per user using tcng
without IMQon a mechine which has two interfaces, and acts like a
firewall, and NAT for intrenet connection sharing:
eth0 is the external facing the Internet.
eth1 is the internal towards my LAN/office network.
Please i dont want other than tcng code. iptables code i read on some
pages seems
2005 Apr 27
0
Ingress and polishing
Hi,
We are using kernel 2.4.24, tcng version 10b.
I''m trying to do some policing in the ingress queue of the internet
device. Until now we had configured some filters dividing traffic into
queues, and on these queues the Double Leaky bucket meter was applied.
The idea is to have a minimum of bandwidth assigned per class (the cir
values) and a maximum (pir values), just as with the