From owner-freebsd-newbies@FreeBSD.ORG Fri Feb 4 14:18:24 2005 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B41A916A4CE for ; Fri, 4 Feb 2005 14:18:24 +0000 (GMT) Received: from smtp-hub.mrf.mail.rcn.net (smtp-hub.mrf.mail.rcn.net [207.172.4.107]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BDC543D1F for ; Fri, 4 Feb 2005 14:18:24 +0000 (GMT) (envelope-from crzdgns1@starpower.net) Received: from ms07.mrf.mail.rcn.net ([207.172.4.13]) by smtp-hub.mrf.mail.rcn.net with esmtp (Exim 3.35 #4) id 1Cx4Hv-0003Ti-00 for freebsd-newbies@freebsd.org; Fri, 04 Feb 2005 09:18:23 -0500 Received: from 128.231.88.3 by ms07.mrf.mail.rcn.net (MOS 3.5.6-GR) with HTTP/1.1; Fri, 4 Feb 2005 09:18:23 -0500 Date: Fri, 4 Feb 2005 09:18:23 -0500 From: To: freebsd-newbies@freebsd.org X-Mailer: Mirapoint Webmail Direct 3.5.6-GR MIME-Version: 1.0 Message-Id: <262fb66a.c95f985d.81b8800@ms07.mrf.mail.rcn.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: man page help X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Feb 2005 14:18:24 -0000 Hello All, I am a FreeBSD/UNIX newbie. I have posted here several times already and everyone has been very supportive. I wasn't happy with my first "real" install of FreeBSD-5.3-RELEASE, so the other day I re- installed, this time just the full base installation with X. I am currently trying to configure my firewall. I chose to use ipfirewall and followed the directions in the handbook explicitly, starting at the beginning of the section about IPF. Anyhow, my ISP uses DHCP, and there is a line in the ipf.rules file, which I have included below that deals with DHCP (I hope it is formatted as on the handbook webpage, my email program won't let me display it to its full width): > # 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 > # public Internet, so you can delete this whole group. > # Use the following rule and check log for IP address. > # Then put IP address in commented out rule & delete first rule > pass out log quick on dc0 proto udp from any to any port = 67 keep > state > #pass out quick on dc0 proto udp from any to z.z.z.z port = 67 keep > state The fourth # sign says, "use the following rule and check the log for the IP address". Where is the log? How do I find it? This basic problem spawned an attempt by me to decipher the man page for the find command in an attempt to locate any file containing the word "log" and revealed to me that I do not understand how to read the man pages. So, my quesiton for the group is, do you have any recommendations for using the man pages. Is there a resource on the web that gives easier to read instructions on deciphering man pages? Thanks! Mark