From owner-freebsd-current Thu Aug 7 09:14:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA15061 for current-outgoing; Thu, 7 Aug 1997 09:14:03 -0700 (PDT) Received: from shell.uniserve.com (tom@shell.uniserve.com [204.244.210.252]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA15048 for ; Thu, 7 Aug 1997 09:13:56 -0700 (PDT) Received: from localhost (tom@localhost) by shell.uniserve.com (8.8.5/8.8.5) with SMTP id JAA22179; Thu, 7 Aug 1997 09:09:53 -0700 (PDT) X-Authentication-Warning: shell.uniserve.com: tom owned process doing -bs Date: Thu, 7 Aug 1997 09:09:53 -0700 (PDT) From: Tom To: Guy Helmer cc: Philippe Regnauld , freebsd-current@FreeBSD.ORG Subject: Re: Natd and 2.2.2 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 7 Aug 1997, Guy Helmer wrote: > On Thu, 7 Aug 1997, Philippe Regnauld wrote: > > > How likely is it that natd can be ported to 2.2.2 ? > > divert(4) is there, but it obviously won't compile out of > > the box. Particularly, which libraries/headers would need > > to be imported/updated for this ? > > I've done it - here's how. I ftp'ed the natd files out of the > ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/src/usr.sbin/natd and > directory and the libalias files out of the > ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/src/lib/libalias > directory to a 2.2.2 machine. Then, in the libalias directory, I did a > "make" and then "make install". Finally, in the natd directory, I did a > "make" and then "install -c -s -o bin -g bin -m 555 natd /usr/sbin" and > "install -c -o bin -g bin -m 444 natd.8.gz /usr/share/man/man8" to install > natd ("make install" in the natd subdirectory didn't work since I wasn't > in the /usr/src/usr.sbin/natd directory). > > It's off and running like a charm on my friend's 2.2.2 system... Or you could upgrade to 2.2-stable and get important bug fixes and natd for free. > Guy Helmer, Computer Science Graduate Student - ghelmer@cs.iastate.edu > Iowa State University http://www.cs.iastate.edu/~ghelmer > > Tom