Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
PF and DiffServ (End-to-End QoS)
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Rafael Ganascim  
View profile  
 More options Jun 4 2009, 11:40 am
Newsgroups: bit.listserv.openbsd-pf
From: rganas...@gmail.com (Rafael Ganascim)
Date: 4 Jun 2009 08:40:58 -0700
Local: Thurs, Jun 4 2009 11:40 am
Subject: PF and DiffServ (End-to-End QoS)
Hi list,

Can the PF works with the DiffServ DSCP markings in the IP packets?

The idea is do the DSCP marking (classification) as close the source
traffic and when the packet through my network, the 'core' routers
only put the packets in the correct queue, based on DSCP value
(without the need of reclassification).

Can I with PF do this?


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stuart Henderson  
View profile  
 More options Jun 4 2009, 12:15 pm
Newsgroups: bit.listserv.openbsd-pf
From: s...@spacehopper.org (Stuart Henderson)
Date: 4 Jun 2009 09:15:55 -0700
Local: Thurs, Jun 4 2009 12:15 pm
Subject: Re: PF and DiffServ (End-to-End QoS)
On 2009/06/04 11:42, Rafael Ganascim wrote:

> Hi list,

> Can the PF works with the DiffServ DSCP markings in the IP packets?

> The idea is do the DSCP marking (classification) as close the source
> traffic and when the packet through my network, the 'core' routers
> only put the packets in the correct queue, based on DSCP value
> (without the need of reclassification).

> Can I with PF do this?

yes. "pass tos XXX", "match scrub (set-tos XXX)".

    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rafael Ganascim  
View profile  
 More options Jul 17 2009, 9:15 am
Newsgroups: bit.listserv.openbsd-pf
From: rganas...@gmail.com (Rafael Ganascim)
Date: 17 Jul 2009 06:15:15 -0700
Local: Fri, Jul 17 2009 9:15 am
Subject: Re: PF and DiffServ (End-to-End QoS)
Hi Stuart / List,

This option, 'tos XXX' can set TOS values only or can use (and match)
DSCP values too?

2009/6/4 Stuart Henderson <s...@spacehopper.org>:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stuart Henderson  
View profile  
 More options Jul 17 2009, 9:40 am
Newsgroups: bit.listserv.openbsd-pf
From: s...@spacehopper.org (Stuart Henderson)
Date: 17 Jul 2009 06:40:37 -0700
Local: Fri, Jul 17 2009 9:40 am
Subject: Re: PF and DiffServ (End-to-End QoS)
On 2009/07/17 09:17, Rafael Ganascim wrote:

> Hi Stuart / List,

> This option, 'tos XXX' can set TOS values only or can use (and match)
> DSCP values too?

see the manual, pf.conf(5).


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rafael Ganascim  
View profile  
 More options Jul 17 2009, 9:45 am
Newsgroups: bit.listserv.openbsd-pf
From: rganas...@gmail.com (Rafael Ganascim)
Date: 17 Jul 2009 06:45:59 -0700
Local: Fri, Jul 17 2009 9:45 am
Subject: Re: PF and DiffServ (End-to-End QoS)
Yes, then PF does not support DiffServ... because can set only TOS (not dscp).

Thanks.

2009/7/17 Stuart Henderson <s...@spacehopper.org>:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stuart Henderson  
View profile  
 More options Jul 17 2009, 1:00 pm
Newsgroups: bit.listserv.openbsd-pf
From: s...@spacehopper.org (Stuart Henderson)
Date: 17 Jul 2009 10:00:19 -0700
Local: Fri, Jul 17 2009 1:00 pm
Subject: Re: PF and DiffServ (End-to-End QoS)
On 2009/07/17 10:22, Rafael Ganascim wrote:

> 2009/7/17 Stuart Henderson <s...@spacehopper.org>:
> > On 2009/07/17 09:17, Rafael Ganascim wrote:
> >> Hi Stuart / List,

> >> This option, 'tos XXX' can set TOS values only or can use (and match)
> >> DSCP values too?

> > see the manual, pf.conf(5).

> Yes, then PF does not support DiffServ... because can set only TOS (not dscp).

oh, I misread your question, I thought you were asking whether it can
only set values, or whether it can set _or_ match on the values.
whereas you were actually asking about DSCP vs TOS.

TOS and DSCP are alternative uses for the same octet of the TCP header.
DSCP is shifted 2 bits along, so you should be able to use tos/set-tos for
this if you shift the values accordingly.

e.g. for realtime; DSCP is 0x2e (46), shift it along two bits:

$ moo
0x2e << 2
0xb8    184
0x2e
0x2e    46      056     0b101110
0xb8
0xb8    184     0270    0b10111000

you get 0xb8 which is the value to use.


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2010 Google