Re: how to aggregate rules using ipfw2 ?

2003-03-31 Thread Simon L. Nielsen
On 2003.03.30 20:18:53 +0600, Ilia E. Chipitsine wrote: > how can I aggregate rules ... > > ipfw add allow ip from any to 192.168.0.0/16 > ipfw add allow ip from any to 10.0.0.0/8 > > ... into the single rule, probably using { .. or .. } syntax? > I read man page, tried few combination, but them

Re: how to aggregate rules using ipfw2 ? Follow-up, Why Aggregate?

2003-03-30 Thread Markie
lt;[EMAIL PROTECTED]> To: "Markie" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: <@> Sent: Sunday, March 30, 2003 5:55 PM Subject: Re: how to aggregate rules using ipfw2 ? Follow-up, Why Aggregate? > > Markie said: > > > > ipfw add allow ip fro

Re: how to aggregate rules using ipfw2 ? Follow-up, Why Aggregate?

2003-03-30 Thread Joe Sotham
Markie said: > ipfw add allow ip from any to { 192.168.0.0/16 or 10.0.0.0/8 } Why aggregate? Is it more efficient? -- Joe Sotham If the only prayer you say in your entire life is "Thank You", that will suffice. - Meister Eckhart __

Re: how to aggregate rules using ipfw2 ?

2003-03-30 Thread Markie
.0/16 or 10.0.0.0/8} Markie - Original Message - From: "Ilia E. Chipitsine" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, March 30, 2003 3:18 PM Subject: how to aggregate rules using ipfw2 ? > Dear Sirs, > > how ca

how to aggregate rules using ipfw2 ?

2003-03-30 Thread Ilia E. Chipitsine
Dear Sirs, how can I aggregate rules ... ipfw add allow ip from any to 192.168.0.0/16 ipfw add allow ip from any to 10.0.0.0/8 ... into the single rule, probably using { .. or .. } syntax? I read man page, tried few combination, but them don't work for me. Cheers, Ilia Chipitsine _