From owner-cvs-doc@FreeBSD.ORG Tue Dec 30 13:12:41 2008 Return-Path: Delivered-To: cvs-doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C6B5A106564A; Tue, 30 Dec 2008 13:12:41 +0000 (UTC) (envelope-from simon@benji.nitro.dk) Received: from mx.nitro.dk (zarniwoop.nitro.dk [83.92.207.38]) by mx1.freebsd.org (Postfix) with ESMTP id 811B28FC0C; Tue, 30 Dec 2008 13:12:41 +0000 (UTC) (envelope-from simon@benji.nitro.dk) Received: from benji.nitro.dk (unknown [192.168.3.39]) by mx.nitro.dk (Postfix) with ESMTP id 729071E8C04; Tue, 30 Dec 2008 13:12:40 +0000 (UTC) Received: by benji.nitro.dk (Postfix, from userid 2000) id 2538CFD3C; Tue, 30 Dec 2008 14:12:39 +0100 (CET) Date: Tue, 30 Dec 2008 14:12:39 +0100 From: "Simon L. Nielsen" To: Remko Lodder Message-ID: <20081230131238.GA933@zaphod.nitro.dk> References: <200812301053.mBUArM4I072192@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200812301053.mBUArM4I072192@repoman.freebsd.org> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/ppp-and-slip chapter.sgml X-BeenThere: cvs-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the doc and www trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Dec 2008 13:12:42 -0000 On 2008.12.30 10:53:22 +0000, Remko Lodder wrote: > remko 2008-12-30 10:53:22 UTC > > FreeBSD doc repository > > Modified files: > en_US.ISO8859-1/books/handbook/ppp-and-slip chapter.sgml > Log: > Tell that setting gateway_enable="YES" will make a persistent > change after a reboot. > > Also mention that one can use sysctl net.inet.ip.forwarding=1 > to enable the gateway setting immediatly. [...] > | If you want your FreeBSD SLIP Server to act as a router, you > | will have to edit the /etc/rc.conf file and > | change the setting of the gateway_enable variable > | - to . > | + to . This will make sure that setting the > | + routing option will be persistent after a reboot. > | > | - You will then need to reboot for the new settings to take > | - effect. > | + To apply the settings immediatly you can execute the > | + following command as root: > | + > | + &prompt.root; sysctl net.inet.ip.forwarding=1 How about for simplicity just telling user they can run /etc/rc.d/routing start ? -- Simon L. Nielsen