From owner-freebsd-hackers Fri Nov 17 00:01:31 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA14158 for hackers-outgoing; Fri, 17 Nov 1995 00:01:31 -0800 Received: from ibp.ibp.fr (ibp.ibp.fr [132.227.60.30]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id AAA14153 for ; Fri, 17 Nov 1995 00:01:24 -0800 Received: from blaise.ibp.fr (blaise.ibp.fr [132.227.60.1]) by ibp.ibp.fr (8.6.12/jtpda-5.0) with ESMTP id JAA16240 ; Fri, 17 Nov 1995 09:00:56 +0100 Received: from (uucp@localhost) by blaise.ibp.fr (8.6.12/jtpda-5.0) with UUCP id JAA07454 ; Fri, 17 Nov 1995 09:00:49 +0100 Received: (from roberto@localhost) by keltia.freenix.fr (8.7.1/keltia-uucp-2.6) id IAA20476; Fri, 17 Nov 1995 08:52:49 +0100 (MET) From: Ollivier Robert Message-Id: <199511170752.IAA20476@keltia.freenix.fr> Subject: Re: Building a gateway To: scrappy@hub.org (Marc G. Fournier) Date: Fri, 17 Nov 1995 08:52:48 +0100 (MET) Cc: geoff@ginsu.com, freebsd-hackers@FreeBSD.org In-Reply-To: from "Marc G. Fournier" at Nov 16, 95 11:57:27 pm X-Operating-System: FreeBSD 2.2-CURRENT ctm#1327 X-Mailer: ELM [version 2.4 PL24 ME8b] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.org Precedence: bulk It seems that Marc G. Fournier said: > Have you enabled GATEWAY in the kernel? If memory serves, you need > to add: > > options GATEWAY The GATEWAY option is deprecated. Use the following /etc/sysconfig variable: # If you want this host to be a gateway, set to YES. gateway=YES The result will that the sysctl variable net.inet.ip.forwarding will be set to one. -- Ollivier ROBERT -=- The daemon is FREE! -=- roberto@keltia.frmug.fr.net FreeBSD keltia.freenix.fr 2.2-CURRENT #1: Sun Nov 12 16:47:05 MET 1995