From owner-freebsd-isp Sun Jun 1 21:12:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA24786 for isp-outgoing; Sun, 1 Jun 1997 21:12:37 -0700 (PDT) Received: from obiwan.psinet.net.au (obiwan.psinet.net.au [203.19.28.59]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA24780 for ; Sun, 1 Jun 1997 21:12:25 -0700 (PDT) Received: from localhost (adrian@localhost) by obiwan.psinet.net.au (8.8.5/8.8.5) with SMTP id LAA01465; Mon, 2 Jun 1997 11:49:06 +0800 (WST) Date: Mon, 2 Jun 1997 11:49:05 +0800 (WST) From: Adrian Chadd To: "Gary D. Margiotta" cc: Eugeny Kuzakov , Luiz de Barros , isp@FreeBSD.ORG Subject: Re: PPP and getty Auto Sensing PPP. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk [snip] > Also, don't forget to make sure the machine is running routed or gated so > it can forward packets out from it, otherwise they will not be able to go > anywhere outside of the box. Don't run routed. Evil, evil evil. And routed / gated don't forward packets, you'll have to tell the kernel to forward packets for you. In /etc/sysconfig change the line gateway=NO to gateway=YES If you have the /etc/rc.conf configuration file, change the line: gateway_enable="NO" to gateway_enable="YES" Adrian Chadd