From owner-freebsd-hackers Tue May 13 23:26:29 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA27793 for hackers-outgoing; Tue, 13 May 1997 23:26:29 -0700 (PDT) Received: from panda.hilink.com.au (panda.hilink.com.au [203.2.144.5]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA27771 for ; Tue, 13 May 1997 23:26:23 -0700 (PDT) Received: (from danny@localhost) by panda.hilink.com.au (8.8.5/8.8.5) id QAA10255; Wed, 14 May 1997 16:35:38 +1000 (EST) Date: Wed, 14 May 1997 16:35:37 +1000 (EST) From: "Daniel O'Callaghan" To: Joachim Kuebart cc: freebsd-hackers@FreeBSD.ORG Subject: Re: FreeBSD equivalent to masquerading In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 14 May 1997, Joachim Kuebart wrote: > Is there no way to connect my 192.168.1.0 subnet to the internet over my > _one_ static IP from my ISP using a program from the ports? > If there is a way, which is it? Several ways: 1. If you are dialing up using /usr/sbin/ppp, add -alias to the ppp startup flags. 2. If you are using 2.2, build a kernel with IPFIREWALL, IPDIVERT options and use natd (now in the ports collection) 3. Install ipfilter and use its nat features. Danny