From owner-freebsd-questions@FreeBSD.ORG Wed Apr 6 00:50:11 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0D2116A4CE for ; Wed, 6 Apr 2005 00:50:11 +0000 (GMT) Received: from mta13.adelphia.net (mta13.adelphia.net [68.168.78.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47A2D43D5D for ; Wed, 6 Apr 2005 00:50:11 +0000 (GMT) (envelope-from fewjr@adelphia.net) Received: from CTU ([69.174.145.177]) by mta13.adelphia.net (InterMail vM.6.01.04.01 201-2131-118-101-20041129) with SMTP id <20050406005010.CNZA4618.mta13.adelphia.net@CTU> for ; Tue, 5 Apr 2005 20:50:10 -0400 Message-ID: <001501c53a42$a3d58860$030a000a@CTU> From: "Francis Whittington" To: Date: Tue, 5 Apr 2005 20:50:33 -0400 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: ipf.rules X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Apr 2005 00:50:12 -0000 Hi all, In ipf.rules at the section below it says to run 1st rule, then look = for ip address, put it in commented out rule and delete 1st rule . How = do I know what ip address is my isp's DHCP server address? > # Allow out access to my ISP's DHCP server for cable or DSL networks. # This rule is not needed for 'user ppp' type connection to the=20 # public Internet, so you can delete this whole group. # Use the following rule and check log for IP address.=20 # Then put IP address in commented out rule & delete first rule=20 pass out log quick on dc0 proto udp from any to any port =3D 67 keep = state #pass out quick on dc0 proto udp from any to z.z.z.z port =3D 67 keep = state