Re: Pf on lo0

2017-01-18 Thread Luke Small
After running a program that interfaces with the two redis instances, from "luke" to "redis6379" and "redis6380" with the following pf.conf, the pfctl -vvvs rules shows that the pass rules I set up are not being used (I suppose I could do inet6 too!: pf.conf # # Rule 0 # anti spoofing rule

Re: Pf on lo0

2017-01-17 Thread Luke Small
It doesn't. The "pass in quick on lo0 proto {tcp,udp}from any port 6379 to self port 6379 user luke" works. On Mon, Jan 16, 2017, 23:48 Sebastien Marie wrote: > On Mon, Jan 16, 2017 at 11:04:48PM +, Luke Small wrote: > > I'm trying to have pf limit sending TCP packets

Re: Pf on lo0

2017-01-16 Thread Peter N. M. Hansteen
On Mon, Jan 16, 2017 at 11:04:48PM +, Luke Small wrote: > I'm trying to have pf limit sending TCP packets over lo0 from a specific > user. I made some rules, but they seem to be ignored when I check on pfctl > -vvvs rules it goes to the default lo0 pass rule: "pass out quick on lo0 > proto {

Re: Pf on lo0

2017-01-16 Thread Sebastien Marie
On Mon, Jan 16, 2017 at 11:04:48PM +, Luke Small wrote: > I'm trying to have pf limit sending TCP packets over lo0 from a specific > user. I made some rules, but they seem to be ignored when I check on pfctl > -vvvs rules it goes to the default lo0 pass rule: "pass out quick on lo0 > proto {

Pf on lo0

2017-01-16 Thread Luke Small
I'm trying to have pf limit sending TCP packets over lo0 from a specific user. I made some rules, but they seem to be ignored when I check on pfctl -vvvs rules it goes to the default lo0 pass rule: "pass out quick on lo0 proto { tcp, udp } from self port 6379 to any port 6379 user luke" and "block