Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Aug 2002 19:17:06 -0400
From:      Ciro Maeitta <geminidomino@earthlink.net>
To:        Roger Williams <root@edo.naviservers.net>
Cc:        questions@freebsd.org
Subject:   Re: ipfw blocking entire block
Message-ID:  <20020816191706.28185881.geminidomino@earthlink.net>
In-Reply-To: <20020817073528.J11214-100000@edo.naviservers.net>
References:  <20020817073528.J11214-100000@edo.naviservers.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 17 Aug 2002 07:36:41 +0900 (JST)
Roger Williams <root@edo.naviservers.net> wrote:

> Hello,
>   Does anyone know how to block an entire block of ips using ipfw?
> 
> Thanks,
>   Roger
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message

ipfw deny all from 1.2.3.0/24 to any 
ipfw deny all from any to 1.2.3.0/24 to any

for a class C. That should work.

-C

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020816191706.28185881.geminidomino>