From owner-freebsd-stable Mon Nov 27 16:50:30 2000 Delivered-To: freebsd-stable@freebsd.org Received: from teamk00.eng.niigata-u.ac.jp (teamk00.eng.niigata-u.ac.jp [133.35.135.65]) by hub.freebsd.org (Postfix) with SMTP id B1CBA37B479 for ; Mon, 27 Nov 2000 16:50:26 -0800 (PST) Received: (qmail 9350 invoked from network); 28 Nov 2000 00:49:52 -0000 Received: from teamk10.eng.niigata-u.ac.jp (HELO localhost) (133.35.135.75) by teamk00.eng.niigata-u.ac.jp with SMTP; 28 Nov 2000 00:49:52 -0000 To: sdodson@beoclu-01.phy.gasou.edu Cc: stable@freebsd.org Subject: Re: natd issues In-Reply-To: <20001127192944.A435@beoclu-01.phy.gasou.edu> References: <20001127192944.A435@beoclu-01.phy.gasou.edu> X-Mailer: Mew version 1.94.1 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20001128095126M.hasebe@telecom0.eng.niigata-u.ac.jp> Date: Tue, 28 Nov 2000 09:51:26 +0900 From: Satoshi Hasebe X-Dispatcher: imput version 20000228(IM140) Lines: 43 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In Message-ID: <20001127192944.A435@beoclu-01.phy.gasou.edu> Scott Dodson wrote : /etc/rc.firewall has changed from --- case ${natd_enable} in [Yy][Ee][Ss]) if [ -n "${natd_interface}" ]; then ${fwcmd} add 50 divert natd all from any to any via ${natd_interface} fi ;; esac --- to --- case ${firewall_type} in [Oo][Pp][Ee][Nn]|[Cc][Ll][Ii][Ee][Nn][Tt]) case ${natd_enable} in [Yy][Ee][Ss]) if [ -n "${natd_interface}" ]; then ${fwcmd} add 50 divert natd all from any to any via ${natd_interface} fi ;; esac esac --- that can cause a problem if you don't set firewall_type in /etc/rc.conf. -- Satoshi Hasebe @ Niigata Univ. http://telecom0.eng.niigata-u.ac.jp/~hasebe/ > Since updating to 4.2 i have lost natd functionality. I also ran > mergemaster at the same time when I updated. I can't seem to find > any mention of changes concerning natd, am I missing something? > > --scott > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message