On Tue, Feb 15, 2005 at 09:42:40AM -0800, Dominic Opferkuch wrote:
> Hello 
> 
> I need to block certain IP's on my webserver. Can
> anyone point out how to do that.
> 
> Here the IP address range I need to block 
> 
>           (*-ed out the first three digits)
>         ***.139.192.0     --    ***.139.223.255
> 
> Thanks for the help friends

generically:

  block drop in quick inet from ***.139.192.0/19 to any

-j

--
"English - Who needs that? I'm never going to England!"
        --The Simpsons

Reply via email to