From owner-freebsd-hackers Wed May 14 00:03:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA07371 for hackers-outgoing; Wed, 14 May 1997 00:03:24 -0700 (PDT) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA07336 for ; Wed, 14 May 1997 00:03:21 -0700 (PDT) Received: (from eivind@localhost) by bitbox.follo.net (8.7.6/8.7.3) id JAA23832; Wed, 14 May 1997 09:02:52 +0200 (MET DST) Date: Wed, 14 May 1997 09:02:52 +0200 (MET DST) Message-Id: <199705140702.JAA23832@bitbox.follo.net> From: Eivind Eklund To: Joachim Kuebart CC: freebsd-hackers@FreeBSD.ORG In-reply-to: Joachim Kuebart's message of Wed, 14 May 1997 07:20:00 +0200 (MET DST) Subject: Re: FreeBSD equivalent to masquerading References: Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Hi! > > 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? natd. If you're running PPP, however, just start with ppp -alias and you're all set - no need to fiddle. Eivind.