From owner-freebsd-stable Thu Feb 4 06:54:37 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA25146 for freebsd-stable-outgoing; Thu, 4 Feb 1999 06:54:37 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from main.avias.com (avias-gw.corbina.net [195.14.40.4] (may be forged)) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA25128 for ; Thu, 4 Feb 1999 06:54:32 -0800 (PST) (envelope-from j@avias.com) Received: from 195.14.38.65 (juriy.avias.com [195.14.38.66]) by main.avias.com (8.9.2/8.9.2) with SMTP id RAA19137 for ; Thu, 4 Feb 1999 17:54:28 +0300 (MSK) (envelope-from j@avias.com) Date: Thu, 4 Feb 1999 17:57:43 +0300 From: Juriy Goloveshkin X-Mailer: The Bat! (v1.19) S/N D508402B Reply-To: Juriy Goloveshkin Organization: =?koi8-r?B?7unpIPzLz87PzcnLyQ==?= X-Priority: 3 (Normal) Message-ID: <19748.990204@avias.com> To: freebsd-stable@FreeBSD.ORG Subject: rc.network->rc.firewall->natd Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, if "natd_enable" is set to "YES" in rc.conf then rc.firewall loads the following rule: if [ "X${natd_enable}" = X"YES" -a "X${natd_interface}" != X"" ]; then $fwcmd add divert natd all from any to any via ${natd_interface} fi but after rc.firewall and before natd some programs in rc.network require normally working network... Best regards, Juriy mailto:j@avias.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message