From owner-freebsd-hackers Sun Dec 9 23:50:11 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from mta06-svc.ntlworld.com (mta06-svc.ntlworld.com [62.253.162.46]) by hub.freebsd.org (Postfix) with ESMTP id 102EE37B416 for ; Sun, 9 Dec 2001 23:50:03 -0800 (PST) Received: from there ([80.4.125.7]) by mta06-svc.ntlworld.com (InterMail vM.4.01.03.23 201-229-121-123-20010418) with SMTP id <20011210075001.JESP3849.mta06-svc.ntlworld.com@there> for ; Mon, 10 Dec 2001 07:50:01 +0000 Content-Type: text/plain; charset="iso-8859-1" From: Mike D To: hackers@freebsd.org Subject: natd ignores "natd_flags"? Date: Mon, 10 Dec 2001 07:49:37 +0000 X-Mailer: KMail [version 1.3] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20011210075001.JESP3849.mta06-svc.ntlworld.com@there> Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have in my rc.conf: natd_enable="YES" natd_interface="xl1" natd_flags="-f /etc/natd.conf" and in /etc/natd.conf: interface xl1 dynamic yes use_sockets yes same_ports yes log_denied yes however, since I am still seeing the "host4 natd[198]: failed to write packet back (Permission denied)" messages, I'm guessing "log_denied" is not being picked up. Any help appreciated. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message