From owner-freebsd-hackers Sat Dec 9 11:47:30 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA09617 for hackers-outgoing; Sat, 9 Dec 1995 11:47:30 -0800 (PST) Received: from sunny.bog.msu.su (dima@sunny.bog.msu.su [158.250.20.1]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id LAA09609 for ; Sat, 9 Dec 1995 11:47:13 -0800 (PST) Received: (from dima@localhost) by sunny.bog.msu.su (8.6.12/8.6.12) id WAA03996; Sat, 9 Dec 1995 22:45:49 +0300 Date: Sat, 9 Dec 1995 22:45:48 +0300 (????) From: Dmitry Khrustalev To: j@urian.heep.sax.de cc: hackers@freefall.FreeBSD.ORG Subject: Re: can't boot In-Reply-To: <199512091602.IAA28851@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@FreeBSD.ORG Precedence: bulk > > > As Dmitry Khrustalev wrote: > > > > > I follow the instructions in the FAQ to compile a new kernel, but I don't > > > do the make install because I need to use 2 different kernels(with and > > > without IP forwarding) to make some tests. Check your attributions. I didn't wrote this. -Dima > > You don't need two kernels for this. ``options GATEWAY'' is > deprecated, use ``sysctl -w net.inet.ip.forwarding=1'' instead. >