From owner-freebsd-doc@FreeBSD.ORG Thu Oct 20 09:46:59 2005 Return-Path: X-Original-To: doc@freebsd.org Delivered-To: freebsd-doc@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C83D16A41F for ; Thu, 20 Oct 2005 09:46:59 +0000 (GMT) (envelope-from chofu.tap@ce.wakwak.com) Received: from mgdnp1.nw.wakwak.com (mgdnp1.nw.wakwak.com [219.103.130.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC46243D68 for ; Thu, 20 Oct 2005 09:46:58 +0000 (GMT) (envelope-from chofu.tap@ce.wakwak.com) Received: from vckyb2.nw.wakwak.com (postfix@vckyb2.nw.wakwak.com [211.9.230.145]) by mgdnp1.nw.wakwak.com (8.13.5/8.13.5/2005-10-04) with SMTP id j9K9kuF2019551 for ; Thu, 20 Oct 2005 18:46:56 +0900 (JST) (envelope-from chofu.tap@ce.wakwak.com) Received: from ce.wakwak.com (ce.wakwak.com [211.9.230.140]) by vckyb2.nw.wakwak.com (Postfix) with ESMTP id 6719140003 for ; Thu, 20 Oct 2005 18:46:56 +0900 (JST) Received: from [192.168.100.27] (z178.61-115-93.ppp.wakwak.ne.jp [61.115.93.178]) by ce.wakwak.com (8.13.5/8.13.5/2005-09-29) with ESMTP/inet id j9K9ktDl059706 for ; Thu, 20 Oct 2005 18:46:56 +0900 (JST) (envelope-from chofu.tap@ce.wakwak.com) User-Agent: Microsoft-Entourage/9.0.5 Date: Thu, 20 Oct 2005 18:49:44 +0900 From: Horinouchi Hiroyuki To: Message-ID: Mime-version: 1.0 Content-type: text/plain; charset="ISO-2022-JP" Content-transfer-encoding: 7bit Cc: Subject: About the description of the article(25.6.5.6 An Example Inclusive Ruleset) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2005 09:46:59 -0000 Hellow Thank you for a polite reply for the other day . I hesitated whether to E-mail to "freebsd questions" or to E-mail to you. So it was a question on the description of the article, I decided will E-mail to you. If it is what should be E-mailed to "freebsd questions", Please forgive the failure of me who happens one after another. I noticed while reading the article(FreeBSD HandBok 25.6.5.6 An Example Inclusive Ruleset) ,it took in the article as follows # Allow traffic in from ISP's DHCP server. This rule must contain # the IP address of your ISP.s DHCP server as it.s the only # authorized source to send this packet type. # Only necessary for cable or DSL configurations. # This rule is not needed for .user ppp. type connection to # the public Internet. This is the same IP address you captured # and used in the outbound section. #$cmd 00360 allow udp from any to x.x.x.x 67 in via $pif keep-state Though is being written "from any to x.x.x.x 67 in", Isn't it "from x.x.x.x to any 68 in" ? It apologizes if it is my misunderstanding. regards, Hiroyuki