Best Way To Block Range of Addresses with ipfw2?

2006-02-08 Thread Drew Tomlinson
I want to deny access to addresses in this range: 84.57.113.0 - 84.61.96.255 What is the best way to specify this range for ipfw2? There must be a better way than listing a whole bunch of individual networks. Thanks, Drew -- Visit The Alchemist's Warehouse Magic Tricks, DVDs, Videos,

Re: Best Way To Block Range of Addresses with ipfw2?

2006-02-08 Thread Chuck Swiger
Drew Tomlinson wrote: I want to deny access to addresses in this range: 84.57.113.0 - 84.61.96.255 What is the best way to specify this range for ipfw2? There must be a better way than listing a whole bunch of individual networks. deny ip from 84.56.0.0/13 to any ...comes pretty close.

Re: Best Way To Block Range of Addresses with ipfw2?

2006-02-08 Thread Drew Tomlinson
On 2/8/2006 3:11 PM Chuck Swiger wrote: Drew Tomlinson wrote: I want to deny access to addresses in this range: 84.57.113.0 - 84.61.96.255 What is the best way to specify this range for ipfw2? There must be a better way than listing a whole bunch of individual networks. deny ip

Re: Best Way To Block Range of Addresses with ipfw2?

2006-02-08 Thread Dan Nelson
In the last episode (Feb 08), Drew Tomlinson said: On 2/8/2006 3:11 PM Chuck Swiger wrote: Drew Tomlinson wrote: I want to deny access to addresses in this range: 84.57.113.0 - 84.61.96.255 What is the best way to specify this range for ipfw2? There must be a better way than listing a