From owner-freebsd-isp Fri Jul 25 05:52:40 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id FAA01478 for isp-outgoing; Fri, 25 Jul 1997 05:52:40 -0700 (PDT) Received: from panda.hilink.com.au (panda.hilink.com.au [203.8.15.25]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id FAA01471 for ; Fri, 25 Jul 1997 05:52:36 -0700 (PDT) Received: (from danny@localhost) by panda.hilink.com.au (8.8.5/8.8.5) id WAA08906; Fri, 25 Jul 1997 22:51:49 +1000 (EST) Date: Fri, 25 Jul 1997 22:51:48 +1000 (EST) From: "Daniel O'Callaghan" To: Andy Cowan cc: freebsd-isp@FreeBSD.ORG Subject: Re: Network Address Translation In-Reply-To: <3.0.32.19970725105738.00905100@waverider.net.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, 25 Jul 1997, Andy Cowan wrote: > I'm supplying a FreeBSD router to a customer using an sync X.21 card. > > Configuring this is no problem. However, in this case I need to avoid > renumbering the client's network - does anyone know of anything I can use > to translate addresses coming in on one interface to the internal addresses > (like IJPPP does, but without using IJPPP :-) natd. You need divert sockets to run it. It should be in the ports collection, and for very recent 2.2-RELENG in the base distribution. Danny