From owner-freebsd-questions Tue Nov 7 8:53:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.generalsearch.net (smtp.generalsearch.net [64.14.229.169]) by hub.freebsd.org (Postfix) with ESMTP id 463BE37B479 for ; Tue, 7 Nov 2000 08:53:42 -0800 (PST) Received: from tonyr.office.generalsearch.net (unknown [63.109.63.65]) by smtp.generalsearch.net (Postfix) with SMTP id 57116FEEB; Tue, 7 Nov 2000 10:53:38 -0600 (CST) From: Anthony Rubin Date: Tue, 7 Nov 2000 10:48:49 -0600 X-Mailer: KMail [version 1.1.99] Content-Type: text/plain; charset="US-ASCII" To: Anthony Fox , questions@freebsd.org, "Zaitsau, Andrei" References: In-Reply-To: Subject: Re: two ethernets, nat, firewall MIME-Version: 1.0 Message-Id: <00110710484903.00384@tonyr.office.generalsearch.net> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tuesday 07 November 2000 10:45 am, Anthony Fox wrote: > I can't send you these files unfortunately because I can no longer get my > BSD box on the network. What is the relevant info that you need? I did > modify rc.firewall, but I set firewall_type to "open" in rc.conf, so it > shouldn't matter. > > Also, the two nic cards in the BSD box appear to be on the same IRQ. They > are pci cards, so I would think it wouldn't matter, but I could be wrong. > > Any suggestions? > > Thanks, > Anthony You need the following line in /etc/rc.conf: gateway_enable="YES" This allows FreeBSD to forward packets. You can change this setting without rebooting with the following command: sysctl -w net.inet.ip.forwarding=1 How are you starting natd? -- Anthony Rubin GeneralSearch.Com, Inc. tonyr@generalsearch.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message