From owner-freebsd-ipfw@FreeBSD.ORG  Tue Jun 29 15:57:37 2004
Return-Path: <owner-freebsd-ipfw@FreeBSD.ORG>
Delivered-To: freebsd-ipfw@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D693116A4CE
	for <freebsd-ipfw@freebsd.org>; Tue, 29 Jun 2004 15:57:37 +0000 (GMT)
Received: from merlin.com.ua (Merlin.Com.UA [195.66.196.180])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 82CAF43D4C
	for <freebsd-ipfw@freebsd.org>; Tue, 29 Jun 2004 15:57:37 +0000 (GMT)
	(envelope-from sid@merlin.com.ua)
Received: from H55_2.homeinet.loc (localhost [127.0.0.1])
	by merlin.com.ua (Postmaster) with ESMTP id 16A8CB839
	for <freebsd-ipfw@freebsd.org>; Tue, 29 Jun 2004 18:57:33 +0300 (EEST)
Date: Tue, 29 Jun 2004 18:55:04 -0700
From: sid@merlin.com.ua
X-Mailer: The Bat! (v2.10.03) Business
X-Priority: 3 (Normal)
Message-ID: <841905563.20040629185504@merlin.com.ua>
To: freebsd-ipfw@freebsd.org
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Subject: ipfw add allow ip from @access_list1  to any in
X-BeenThere: freebsd-ipfw@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
Reply-To: sid@merlin.com.ua
List-Id: IPFW Technical Discussions <freebsd-ipfw.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw>,
	<mailto:freebsd-ipfw-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ipfw>
List-Post: <mailto:freebsd-ipfw@freebsd.org>
List-Help: <mailto:freebsd-ipfw-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw>,
	<mailto:freebsd-ipfw-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jun 2004 15:57:37 -0000

  Hi,
  for my own purposes I add some new features to ipfw2.
  now hereis patches for 5.1
  Luigi some time ago have a look at ones, but now..
  if it is looks like interesting, get and enjoy it free
  this is not a release, I stil work about it.
  and I wait for 5.3 to make complete patches for 5.3.
  will be pleasure for me if this will include to release...

  read first:
  ftp://merlin.com.ua/pub/FreeBSD/5.1/ipfw_sid/readme
  
  ftp://merlin.com.ua/pub/FreeBSD/5.1/ipfw_sid/*.tgz

  disclaimer:
  who downloaded it, please make backups your original files,
  extract patches in new directory and look at ones first.
  if you not sure that you doing, do not do anything, please.
  support of that features only if ones will include in FreeBSD
  and only via freebsd-hackers@freebsd.org

  its do like this:
  
ipnt add @MY_NET 192.168.0.0/16
ipnt add @MY_NET 195.66.199.0/24
ipnt add @MY_NET 62.16.9.0/24

ipfw add 350 pipe 350 ip from any to @MY_NET out

you can manipulate that lists without changing firewall

ipnt del @MY_NET 0/0
ipnt add @MY_NET 1.1.1.1


  
  sid_at_merlin.com.ua