From owner-freebsd-questions Tue Jan 6 23:29:56 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA20902 for questions-outgoing; Tue, 6 Jan 1998 23:29:56 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from barney.webace.com.au ([203.25.160.154]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA20897 for ; Tue, 6 Jan 1998 23:29:52 -0800 (PST) (envelope-from jasonm@barney.webace.com.au) Received: from localhost (jasonm@localhost) by barney.webace.com.au (8.8.5/8.8.5) with SMTP id PAA05000 for ; Wed, 7 Jan 1998 15:40:20 +0800 (WST) Date: Wed, 7 Jan 1998 15:40:20 +0800 (WST) From: Jason McKay To: questions@freebsd.org Subject: Routing and PPP Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello, I am running a FreeBSD 2.2.2-RELEASE system using pppd and mgetty ... We supply only e-mail accounts to our users on this machine. The machine has 5 dial-in lines, which users connect too and use ppp. I have gateway=no in the rc.conf file so they can not access anything outside of the local computer. Now though, I would like to setup the machine so 4 lines remain strictly local computer access only but the fifth can access the outside Internet. The machine itself does have a working Internet feed to it. Is there a way I can make the IPs of the 4 modems restricted to this server only and the fifth modems IP will access the outside Internet? Thank you, Jason McKay.