From owner-freebsd-questions Tue Jan 14 08:42:35 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id IAA21274 for questions-outgoing; Tue, 14 Jan 1997 08:42:35 -0800 (PST) Received: from tok.qiv.com (root@[204.214.141.211]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id IAA21263 for ; Tue, 14 Jan 1997 08:42:31 -0800 (PST) Received: (from uucp@localhost) by tok.qiv.com (8.7.5/8.7.3) with UUCP id KAA04399; Tue, 14 Jan 1997 10:30:30 -0600 Received: from localhost (jdn@localhost) by acp.qiv.com (8.7.5/8.7.3) with SMTP id KAA00411; Tue, 14 Jan 1997 10:26:04 -0600 (CST) X-Authentication-Warning: acp.qiv.com: jdn owned process doing -bs Date: Tue, 14 Jan 1997 10:26:04 -0600 (CST) From: "Jay D. Nelson" To: Michelle Brownsworth cc: freebsd-questions@freebsd.org, billk@teleport.com Subject: Re: The continuing saga of setting up kernel PPP... In-Reply-To: <199701140835.AAA00391@cobra.ordata.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk To get packets from ppp0 to ed1, you must enable ip forwarding. In /etc/sysconfig, change gateway=NO to gateway=YES. Either reboot or use the sysctl command. (grep /etc/netstart for "sysctl" for the syntax.) -- Jay