From owner-freebsd-questions Thu Mar 7 7:38:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sln01.megadat.com (exchange.megadat.com [195.22.224.154]) by hub.freebsd.org (Postfix) with ESMTP id 4BE3F37B429 for ; Thu, 7 Mar 2002 07:38:06 -0800 (PST) Received: by sln01.megadat.com with Internet Mail Service (5.5.2653.19) id ; Thu, 7 Mar 2002 17:38:01 +0200 Message-ID: <8E9035BABCA0514EB0E574B6A7082FC30531EC@sln01.megadat.com> From: Girnet Vladimir To: "'questions@freebsd.org'" Cc: 'chris' Subject: RE: ipfw rules Date: Thu, 7 Mar 2002 17:37:54 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="koi8-r" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > > 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