From owner-freebsd-questions Thu Oct 14 4:53:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.scc.nl (node1374.a2000.nl [62.108.19.116]) by hub.freebsd.org (Postfix) with ESMTP id 5C1EA14C04 for ; Thu, 14 Oct 1999 04:53:42 -0700 (PDT) (envelope-from freebsd-questions@scc.nl) Received: (from daemon@localhost) by mail.scc.nl (8.9.3/8.9.3) id NAA36719 for questions@FreeBSD.org; Thu, 14 Oct 1999 13:26:42 +0200 (CEST) (envelope-from freebsd-questions@scc.nl) Received: from GATEWAY by dwarf.hq.scc.nl with netnews for questions@FreeBSD.org (questions@FreeBSD.org) To: questions@FreeBSD.org Date: Thu, 14 Oct 1999 13:26:33 +0200 From: Marcel Moolenaar Message-ID: <3805BDE9.D79219C9@scc.nl> Organization: SCC vof Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: Subject: Re: config Router on FREEBSD 3.2 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Abdel Bouaissa wrote: > I am looking for information about how I can configuration the FREEBSD O.S. > 3.2, thus can to be use as ROUTER? Set or add gateway_enable="YES" to /etc/rc.conf. This enables packet forwarding on reboot. You can use sysctl yourself to enable it immediately (eg without rebooting): sysctl -w net.inet.ip.forwarding=1 HTH, -- Marcel Moolenaar mailto:marcel@scc.nl SCC Internetworking & Databases http://www.scc.nl/ The FreeBSD project mailto:marcel@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message