Re: any reason not to enable IPDIVERT for ipfw module?

2014-10-31 Thread Ian Smith
On Fri, 31 Oct 2014 18:28:28 -0700, Freddie Cash wrote: > On Oct 31, 2014 12:12 PM, "John-Mark Gurney" wrote: > > > > Can any one think of a good reason not to enable IPDIVERT sockets in > > the ipfw module? Yes, two. Nowadays people are just as or perhaps mo

Re: any reason not to enable IPDIVERT for ipfw module?

2014-10-31 Thread Freddie Cash
On Oct 31, 2014 12:12 PM, "John-Mark Gurney" wrote: > > Can any one think of a good reason not to enable IPDIVERT sockets in > the ipfw module? > > And possibly enabling default to accept? That way you don't have to > go to the console when you load the ipfw mo

Re: any reason not to enable IPDIVERT for ipfw module?

2014-10-31 Thread John-Mark Gurney
John-Mark Gurney wrote this message on Fri, Oct 31, 2014 at 12:12 -0700: > Can any one think of a good reason not to enable IPDIVERT sockets in > the ipfw module? sorry, ignore this... didn't realize ipdivert was loadable as a separate module, ipdivert... -- John-

any reason not to enable IPDIVERT for ipfw module?

2014-10-31 Thread John-Mark Gurney
Can any one think of a good reason not to enable IPDIVERT sockets in the ipfw module? And possibly enabling default to accept? That way you don't have to go to the console when you load the ipfw module because you forgot to auto add the accept all rule? :) something like: //depot/pro

Re: IPFW module

2001-11-09 Thread veedee
put 'options IPFIREWALL' into my >:kernel configuration file. After installing all I try to 'kldload ipfw' which >:complains that ipfw module is already in kernel, but kldstat reports that >:module is being loaded! Then I've decided to kldunload it Kernel panic

Re: IPFW module

2001-11-09 Thread Luigi Rizzo
On Fri, Nov 09, 2001 at 09:12:49AM +0200, Dimitar Peikov wrote: > > This morning I've cvsuped to STABLE and put 'options IPFIREWALL' into my > kernel configuration file. After installing all I try to 'kldload ipfw' which > complains that ipfw module is a

Re: IPFW module

2001-11-09 Thread Andrew R. Reiter
l configuration file. After installing all I try to 'kldload ipfw' which :complains that ipfw module is already in kernel, but kldstat reports that :module is being loaded! Then I've decided to kldunload it Kernel panic : reboot! : :It is regular to kernel crash if ipfw is loa

IPFW module

2001-11-08 Thread Dimitar Peikov
This morning I've cvsuped to STABLE and put 'options IPFIREWALL' into my kernel configuration file. After installing all I try to 'kldload ipfw' which complains that ipfw module is already in kernel, but kldstat reports that module is being loaded! Then I've deci