Re: PF and tables for disabling network

2012-11-24 Thread David Demelier
On 23/11/2012 15:58, Fleuriot Damien wrote: On Nov 23, 2012, at 3:46 PM, David Demelier wrote: Hello, I would like to disable the network traffic for specific IPs, for the moment I just add to my pf.conf a rule that will block everything for a specified table like this : table [...] other

Re: PF and tables for disabling network

2012-11-23 Thread Fleuriot Damien
On Nov 23, 2012, at 3:46 PM, David Demelier wrote: > Hello, > > I would like to disable the network traffic for specific IPs, for the > moment I just add to my pf.conf a rule that will block everything for a > specified table like this : > > table > > [...] others rules [...] > > block from

PF and tables for disabling network

2012-11-23 Thread David Demelier
Hello, I would like to disable the network traffic for specific IPs, for the moment I just add to my pf.conf a rule that will block everything for a specified table like this : table [...] others rules [...] block from Then I just need to add my IP using pfctl, it will works, no packet can b