Displaying 20 results from an estimated 200 matches similar to: "Problem: DSCP target"
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 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
2004 Jun 08
1
wondershaper under Debian
Hi everybody! I know this discussion list isnĀ“t just about wondershaper, but i think someone can help me.
I used to have a linux box running red hat 8, as firewall on my lan. I upgraded to debian 3.0 and tried to use the same wondershaper files under debian, but, when i run wondershaper on ppp0 device, it just stops transfering. Remember: its the same files i used with success under red hat 8.
2004 May 08
1
Dual Multipath DSL Script Problem!
Hello!
I had found a script to multipath DSL connections:
http://linux.com.lb/beta/index.pl?node=Load%20Balancing%20Across%20Multiple%20Links
I have made some modifications, but in second part of this mail are some errors:
__________________________________________________________________
First the script:
__________________________________________________________________
#!/bin/bash
#
2004 Oct 11
6
NAT+mangle+tc
Hi All,
I wonder can I do NAT+mangle+tc on same maschine? I want to shape
outgoing traffic per IP on my gateway computer.
Regards
Emil Terziev
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2003 Feb 24
5
Bug in Shorewall check?
I made a boo boo in my config and put in this rule
#PPTP
DNAT net:213.67.241.162/217.209.46.204/32
loc:192.168.221.200 tcp 1723
DNAT net:213.67.241.162/32,217.209.46.204/32
loc:192.168.221.200 47 -
And the the following happened.. and I wonder why it didn''t complain? I
am sure I am just misunderstanding some doc
2005 Nov 25
0
Marking DSCP
Hi, what would be the easiest way to mark packets for AF. For example ingress www traffic being marked as
AF31?
thx jason
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
2004 Jun 13
0
DSCP marking at core
Hi,
I want to setup core routers to do both DSCP marking
and to get the DSCP and forward packets based on DS
field. I don''t want to separate DSCP marking to be
done only at the edge routers.
I know that dsmark is both used for DSCP marking and
for getting the DSCP and forwarding packets according
to DSCPs. In my case, since I want to do both of these
I need two dsmarks.(?) I am not
2010 May 04
0
DSCP QoS value in YeaLink phone settings
Hello list,
I need to set Voice QoS and SIP QoS for YeaLink. The possible values are
0 ~ 63.
With Grandstream I can fill in DiffServ 46, which is EF. That's what I want.
With Snom I fill in 184, which corresponds to EF or DSCP 46 (according
to their wiki)
But what value do I want to fill in with this YeaLink ???
This is a conversion table :
2006 Oct 31
0
6423776 event-transport module not started at SP boot time because DSCP does not exist
Author: jrutt
Repository: /hg/zfs-crypto/gate
Revision: 6e52ed5e70d28a5e4cc07b2d095a0dc4c6615152
Log message:
6423776 event-transport module not started at SP boot time because DSCP does not exist
Files:
create: usr/src/cmd/fm/modules/SUNW,SPARC-Enterprise/event-transport/ex_dscp.h
update: usr/src/cmd/fm/modules/SUNW,SPARC-Enterprise/event-transport/ex_dscp.c
2001 Jan 17
0
dscp marking
I want to set the DSCP field of the incoming packets. And then put them
in the correct queues.
I can mark the packets:
iptables -A OUTPUT -t mangle -d 10.10.10.12 -j MARK --set-mark 1
tc qdisc add dev eth0 handle 1:0 dsmark indices 64 set_tc_index
tc class change dev eth0 classid 1:1 dsmark mask 0x3 value 0xb8
tc filter add dev eth0 parent 1:1 protocol ip prio 1 handle 1 fw
2003 Jul 03
0
DSCP marking
Hi,
I know that this question may NOT belong to this Mailing List, but
nevertheless, I hope I will get some help :)
After having worked with DiffServ on Linux, I want now to try marking
IP-packets in their DSCP header under Windows OS (e.g. WinXP). If somebody
knows some information, plz tell me, and u can e-mail me
sunreflex4@hotmail.com
Thanx in advance for ur understanding
2001 Jan 11
0
ingress DSCP marking
I want to set the DSCP at the ingress of the router.
I tried the following:
iptables -A OUTPUT -t mangle -d 10.10.10.12 -j MARK --set-mark 1
tc qdisc add dev eth0 handle ffff:0 ingress dsmark indices 64 set_tc_index
tc class change dev eth0 classid ffff:1 dsmark mask 0x3 value 0xb8
tc filter add dev eth0 parent ffff:1 protocol ip prio 1 handle 1 fw
classid ffff:1
But the DSCP
2002 Oct 24
0
DSCP
Hi !
I have a little problem for who knows.
I have an interface where i''ve limited some ip addresses using HTB algorithm and the tools form iproute2.What i whant is to limit only packets marked by DSCP.
--
Barbulescu Mihai
Network Engineer
RoEduNet Bucharest NOC
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
2013 Mar 31
1
Can't match DSCP CS6 and CS7
Hi,
DSCP match in /tcrules/ doesn''t work with CS6 and CS7, it provides an
error "invalid value" for string and hexa values.
It seems that it comes from /Chain.pm/, in the function /do_dscp/:
fatal_error( "Invalid DSCP ($dscp)" ) unless defined $value && $value < 0x2f && ! ( $value & 1 );
I dont understand why "$value < 0x2f", but
2008 Feb 22
0
is tos=ef same as tos=0xb8 same as DSCP ef ?
Trying to figure out how to prefer voip traffic on a dsl line.
Found a great howto:
http://www.howtoforge.com/voip_qos_traffic_shaping_iproute2_asterisk
but I'm trying to figure out the relationship between the tos of
iax.conf and tos of tc from Iproute2. my traffic goes from my linux
router to a CPE cisco box. I understand Cisco uses tos ( usually
referred to as DSCP, just to keep us on
2004 Nov 29
1
TOS Settings to DSCP
I am assuming that the TOS values directly map to DSCP values in the ip
header. Is this a correct assumption? If so, can someone tell me the
correct setting to set call control packets with a DSCP of AF31(011010) and
media with EF(101110)? So would the setting for AF be TOS=46?? Is it
possible to mark the media and call control separately??
-------------- next part --------------
An HTML
2009 Oct 01
1
QOS/DSCP for IAX?
Is it possible to set QOS/COS/DSCP on IAX packets? I see some parameters in
sip.conf but not iax.conf
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091001/abf55045/attachment.htm