search for: alexey_talikov

Displaying 5 results from an estimated 5 matches for "alexey_talikov".

2002 Jun 20
3
simple error in extensions/libipt_ROUTE.c extensions/libipt_IMQ.c
Hi Patrick ! I find simple error in extensions/libipt_ROUTE.c line 24 and 127 -- change NETFILTER_VERSION to IPTABLES_VERSION extensions/libipt_IMQ.c line 18 and 87 -- change NETFILTER_VERSION to IPTABLES_VERSION (iptables-20020618) ----------------------------------- mailto:alexey_talikov@texlab.com.uz BR Alexey Talikov FORTEK -----------------------------------
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 Jun 08
1
U32 classifier filter
Hi, I don''t really know if this is the correct list for asking this, if not a referral to the correct list would be very much appreciated. Ok here it goes. I would like to create a u32 filter for tcp packets that are larger then 1480 bytes but I am not really sure how of if this can be done. I know about the pattern and mask thing but I am not terribly familiar with the masking
2002 Jun 19
1
Problem: DSCP target
Hello everybody, I have tried several iptables versions (from 1.2.4 to 1.2.6a) to mark outgoing packets (change the DSCP field) with no success. #iptables -A OUTPUT -t mangle -d 10.0.0.3 -j DSCP --set-dscp 0x2 iptables v1.2.6a: unknown arg ''--set-dscp'' TOS target is working fine, but I want to create different codes for EF and AF classes in a diffserv
2002 Jun 12
2
kernel error messages
Hello, I have made every effort learning QoS. I chose HTB and wrote a script (attached to the message). The problem is error messages in syslog. They appear on heavy load. It looks like: Jun 12 23:00:04 server kernel: KERNEL: assertion (delay > 0 && delay < 5000000) failed at sch_htb.c(411) Jun 12 23:00:41 server last message repeated 12 times Jun 12 23:01:42 server last message