From owner-freebsd-questions Mon Jul 8 16:00:50 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA15745 for questions-outgoing; Mon, 8 Jul 1996 16:00:50 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id QAA15740 for ; Mon, 8 Jul 1996 16:00:48 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id PAA22802; Mon, 8 Jul 1996 15:56:21 -0700 From: Terry Lambert Message-Id: <199607082256.PAA22802@phaeton.artisoft.com> Subject: Re: IP masquerading possible? To: gar@ccnet.com (Adam Capell) Date: Mon, 8 Jul 1996 15:56:21 -0700 (MST) Cc: freebsd-questions@FreeBSD.org In-Reply-To: <199607070053.RAA17971@ccnet4.ccnet.com> from "Adam Capell" at Jul 6, 96 05:49:53 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > Is there a way to do IP masquerading under FreeBSD, so that I can > connect my network to the internet with only a single static IP > number? Masquerading is an abomination. Install socks instead. If you need a transparent proxy gateway, you need to hack up socks using a tunnel device, and designate FreeBSD to be the default gateway for the machines needing proxy. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.