RE: IPFW strange events

2003-11-03 Thread Philip Payne
I've posted previously to this list. Thanks, Phil. > -Original Message- > From: Chris [mailto:[EMAIL PROTECTED] > Sent: 01 November 2003 16:56 > To: [EMAIL PROTECTED] > Subject: IPFW strange events > > > > Hello, > > This is occurring on a 4.8-R

Re: IPFW strange events

2003-11-01 Thread Rob
Not a direct answer, but you should generally put add allow all from any to any via lo0 near the start of a rules list. Some things may break if you block loopback conections. - Original Message - From: "Chris" <[EMAIL PROTECTED]> Subject: IPFW strange events

IPFW strange events

2003-11-01 Thread Chris
Hello, This is occurring on a 4.8-RELEASE server using IPFW2... I have numerous rules that block bogus networks... one of which is: ipfw add 0104 deny log ip from 96.0.0.0/3 to any And I know it's working because using "ipfw list" I get: 00104 deny log ip from 96.0.0.0/3 to any Whenever t