Re: is 'set prio' in pf unidirectional or bidirectional?

2016-06-18 Thread lists
Sat, 18 Jun 2016 11:29:50 + (UTC) Bohdan Tashchuk > On Fri, 6/17/16, Marko Cupać wrote: >       > > Perhaps it would be useful to add that 'set prio' does nothing > > unless "hardware is slower at transmitting packets than the > > thing that

Re: is 'set prio' in pf unidirectional or bidirectional?

2016-06-18 Thread lists
Sat, 18 Jun 2016 17:54:04 +0200 Marko Cupać > I am not a developer, just a guy who tries to achieve similar goal as > you. You're doing a good job with the mailing list posts on progress reports. You can still help by testing the program via configuration changes, and real

Re: is 'set prio' in pf unidirectional or bidirectional?

2016-06-18 Thread Marko Cupać
On Sat, 18 Jun 2016 11:29:50 + (UTC) Bohdan Tashchuk wrote: > On Fri, 6/17/16, Marko Cupać wrote: >       > > Perhaps it would be useful to add that 'set prio' does nothing > > unless "hardware is slower at transmitting packets than the > > thing

Re: is 'set prio' in pf unidirectional or bidirectional?

2016-06-18 Thread Marko Cupać
Bohdan, I am not a developer, just a guy who tries to achieve similar goal as you. I am writing you in private because I've been asking basically the same questions here on misc@ a few months ago, eg: [http://marc.info/?l=openbsd-misc=145219178028408=2] To cut the long story short, after

Re: is 'set prio' in pf unidirectional or bidirectional?

2016-06-18 Thread Bohdan Tashchuk
On Fri, 6/17/16, Marko Cupać wrote:       > Perhaps it would be useful to add that 'set prio' does nothing > unless "hardware is slower at transmitting packets than the > thing that generates these packets to send", as stated here: > >

Re: is 'set prio' in pf unidirectional or bidirectional?

2016-06-17 Thread Marko Cupać
On Wed, 15 Jun 2016 20:18:25 +0100 Andy Lemin wrote: > Peter is quite right, to add some examples to his suggestion; > > tcpdump -nettti pflog0 <- Shows only dropped packets > tcpdump -nettti em0 <- Shows all packets on the interface, including > ToS values and VLAN ID etc.

Re: is 'set prio' in pf unidirectional or bidirectional?

2016-06-15 Thread Andy Lemin
Ohh, Forgot to mention.. PF by default sets good ToS values on its CARP heartbeats, but we use HP Procurve switches with DiffServ enabled. By default with HP, HP maps the ToS value that PF uses for CARP by default, into a low priority CoS queue! Yes really ;) Don't you just love HP. And on many

Re: is 'set prio' in pf unidirectional or bidirectional?

2016-06-15 Thread Andy Lemin
Peter is quite right, to add some examples to his suggestion; tcpdump -nettti pflog0 <- Shows only dropped packets tcpdump -nettti em0 <- Shows all packets on the interface, including ToS values and VLAN ID etc. tcpdump -nettti vlanX <- Shows only packets on the VLAN without the extra info. Sure

Re: is 'set prio' in pf unidirectional or bidirectional?

2016-06-15 Thread Peter N. M. Hansteen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 This is one of the cases where the best possible answer is, "tcpdump is your friend". You have outlined a number of test cases. It would be really useful if you try each one of them, and use tcpdump to record and identify the effects of each one.

is 'set prio' in pf unidirectional or bidirectional?

2016-06-14 Thread Bohdan Tashchuk
Hi, I'm trying to update my pf.conf to prioritize Ooma VoIP packets. My OpenBSD firewall sits between my Ooma on my internal network and the outside world. It's hard to Google for this info, since the pf FAQ has so many mirrors out there, it's hard to separate the noise from the signal. I own