Displaying 13 results from an estimated 13 matches for "hanhbnetfilt".
Did you mean:
hanhbnetfilter
2002 May 21
5
ingress and egress
ingress can be used to control the incoming packet,
such as:
tc qdisc add dev eth0 handle ffff: ingress
tc filter add dev eth0 parent ffff: protocol ip prio 5
u32 match ip src 172.16.1.11 police rate 10kbit burst
10k drop flowid :1
tc filter add dev eth0 parent ffff: protocol ip prio 5
u32 match ip src 172.16.1.22 police rate 10kbit burst
10k drop flowid :2
first ,I do not sure these method can
2002 May 29
3
can not locate module imq0
''imq-2.4.18.diff-9'' patched to kernel18 and
''iptables-1.2.6a-imq.diff-3'' patched to
iptables-1.2.6a
the following options are choosed:
Networking options ---> IP: Netfilter Configuration
--->IMQ target support (as a module)
Networking options ---> IPv6: Netfilter Configuration
--->IMQ target support
Network device support --->IMQ
2002 Oct 08
1
how can i choose HTB''s prio
HTB and imq was used to control traffic.
AC="tc class add dev eth0 parent"
$AC 1: classid 1:1 htb rate 100kbps burst 2k
$AC 1:2 classid 1:10 htb rate 50kbps ceil 100kbps
burst 2k prio 1
$AC 1:2 classid 1:11 htb rate 50kbps ceil 100kbps
burst 2k prio 2
$AC 1:2 classid 1:12 htb rate 50kbps ceil 100kbps
burst 2k
please tell me if i do not set prio, what is the
default prio? low delay class
2002 Jul 04
2
how to control bridge traffic using imq
bridge was configured with "brctl"
three NIC was bind to br0
imq and htb was used to control traffic.
#modprobe imq numdevs=3
"htb scripts"
#iptables -t mangle -A PREROUTING -i br0 -j IMQ
--todev 1
#ip link set imq1 up
but this can not do the traffic controling.
please tell me how can i do
_________________________________________________________
Do You Yahoo!?
银行巨头聚会中原
2002 Jul 04
1
filter add to which of class
htb was used to control traffic
stuctrul is like that(default is 1:20):
|----1:100
|------1:10|
1:1| |____1:110
|
|------1:20
#AC="tc filter add dev eth0 protocol ip parent 1:0
prio 1"
#$AC u32 match u32 0xac100b00 ffffff00 at 16 flowid
1:10
#$AC u32 match u32 0xac100b01 ffffffff at 16 flowid
1:100
I copy a file to 172.16.11.1
class 1:100 go into
2002 Sep 20
1
the quantity of imq device
HTB and imq was used to control traffic.
modprobe imq numdevs=3
but only imq0 and imq1 can be used;
if there are five NICs, please tell me how can I can
use imq2 , imq3
and so on.
_________________________________________________________
Do You Yahoo!?
新鲜到底,娱乐到家 - 雅虎推出免费娱乐电子周报!
http://cn.ent.yahoo.com/newsletter/index.html
_______________________________________________
LARTC mailing list /
2002 Sep 20
1
the quantem of class 10001 is big
imq and htb are used to control traffic.
#tc qdisc add dev imq0 root handle 1: htb default 0
#tc class add dev $IMQDEV parent 1: classid 1:1 htb \
rate 10000kbps ceil 10000kbps burst 15k
I get the following messages:
HTB quantum of class 1001 is big.consider r2q change
<7>htb*g j=4129006
what is the reasonable range of rate ,or I have to set
which parameter to set rate up to 10M(even
2002 Sep 27
1
ipmode compile error
imq and htb are used to control traffic.
When I create a bridge with the bridge-utils, I get a
new device : br0. I can shape traffic on this
device, but I can not use iptables to mark packets.
I used ipmode
http://www.linuxvirtualserver.org/~julian/#bridging
my kernel is 2.4.19
when i compile kernel I get the following error:
br_forward.o error 1
first_rule error 2
if I used ipmode, then I can
2002 May 08
5
how to clean "tc" configure
tc qdisc add dev eth0 root sfq perturb 10
I want to set perturb to 8
then i used this
tc qdisc add dev eth0 root sfq perturb 8
system give me the following message
RTNETLINK file exists
I delete the rule by this :"tc qdisc del dev eth0 root
sfq perturb 10"
please tell me how can i delete the rule by another
way
and where is "RTNETLINK file"
2002 Jun 06
1
parameter of htb
tc qdisc add dev eth0 root handle 1: htb default 12
tc class add dev eth0 parent 1: classid 1:10 rate
30kbps ceil 100kbps burst 2k
tc class add dev eth0 parent 1: classid 1:11 rate
10kbps ceil 100kbps burst 2k
tc class add dev eth0 parent 1: classid 1:12 rate
60kbps ceil 100kbps burst 2k
tc filter add dev eth0 protocol ip parent 1:0 prio 1
u32 match ip src 172.16.11.2 flowid 1:10
i login
2002 Apr 22
2
RE: RTNETLINK answers: Invalid argument
Hi All,
concerning the problem when running the "ip ru ls" command.
I faced with the same problem, and I solved it by making sure to include the following settings into the kernel configuration (2.4.18):
CONFIG_IP_ADVANCED_ROUTER=y <===
CONFIG_IP_MULTIPLE_TABLES=y <===
CONFIG_IP_ROUTE_FWMARK=y
CONFIG_IP_ROUTE_NAT=y
CONFIG_IP_ROUTE_MULTIPATH=y
CONFIG_IP_ROUTE_TOS=y
2002 Sep 17
8
the range of HTB''s prio
HTB and imq was used to control traffic.
AC="tc class add dev eth0 parent"
$AC 1: classid 1:1 htb rate 100kbps burst 2k
$AC 1:2 classid 1:10 htb rate 50kbps ceil 100kbps
burst 2k prio 1
$AC 1:2 classid 1:11 htb rate 50kbps ceil 100kbps
burst 2k prio 1
please tell me the range of "prio"
_________________________________________________________
Do You Yahoo!?
新鲜到底,娱乐到家 -
2002 Jul 12
0
HTB filter rules
HTB and imq was used to control traffic.
|----| eth0|------|eth2 |-----|
| B |------|___A__|------| D |
|____| |eth1 |_____|
__|__
| C |
|____|
A:three NIC was bind to br0:172.16.6.235/24
B:172.16.6.3/24
D:172.16.6.4/24
C:172.16.6.2/24
htb was used to control traffic on A
stuctrul is like that(default is 1:20):