Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Dec 1998 19:34:03 -0800 (PST)
From:      Dan Busarow <dan@dpcsys.com>
To:        Briang <brian@briang.org>
Cc:        FreeBSD <freebsd-questions@FreeBSD.ORG>
Subject:   Re: IPFW
Message-ID:  <Pine.BSF.3.96.981215193002.2935S-100000@java.dpcsys.com>
In-Reply-To: <003001be28a4$70f1e080$2900a8c0@brian-desktop.briang.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 15 Dec 1998, Briang wrote:
> I just found this about @Home ->
> 
> @Home Network / @Work Division (NETBLK-ATWORK) ATWORK
>          209.19.0.0 - 209.19.127.255
> 
> World Wide Spaces Sales (NETBLK-ATWORK-WWSS2) ATWORK-WWSS2
>        209.19.121.0 - 209.19.121.127
> 
> How would I block this in the Firewall ?

allow all from 209.19.121.0/25 to any via ${iif}
deny all from 209.19.0.0/17 to any via ${iif}

There's probably a lot of holes to punch through, that would be
an @Work customer.

Dan
-- 
 Dan Busarow                                                  949 443 4172
 Dana Point Communications, Inc.                            dan@dpcsys.com
 Dana Point, California  83 09 EF 59 E0 11 89 B4   8D 09 DB FD E1 DD 0C 82


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?Pine.BSF.3.96.981215193002.2935S-100000>