Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Mar 2002 17:37:54 +0200 
From:      Girnet Vladimir <VGirnet@megadat.com>
To:        "'questions@freebsd.org'" <questions@freebsd.org>
Cc:        'chris' <chris@dancingmoon-herbs.com>
Subject:   RE: ipfw rules
Message-ID:  <8E9035BABCA0514EB0E574B6A7082FC30531EC@sln01.megadat.com>

next in thread | raw e-mail | index | archive | help

> 
> 
> I currently have a rule that denies all traffic not from an ip range 
> in.  I need to open that up to allow two  distinct ip ranges in.   
> Obviously adding a second deny not will not allow anyone in, 
> how do I do 
> this?
> 
ipfw add AAA allow ip from a.b.c.d to w.x.y.z
ipfw add BBB allow ip from e.f.g.h to w.x.y.z
ipfw add CCC deny ip from not i.k.l.m to w.x.y.z




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

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?8E9035BABCA0514EB0E574B6A7082FC30531EC>