Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Aug 1997 10:17:55 -0500 (CDT)
From:      Guy Helmer <ghelmer@cs.iastate.edu>
To:        Philippe Regnauld <regnauld@deepo.prosa.dk>
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: Natd and 2.2.2
Message-ID:  <Pine.HPP.3.96.970807100902.18939A-100000@popeye.cs.iastate.edu>
In-Reply-To: <19970807150135.54660@deepo.prosa.dk>

next in thread | previous in thread | raw e-mail | index | archive | help
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...

Guy Helmer, Computer Science Graduate Student - ghelmer@cs.iastate.edu
Iowa State University               http://www.cs.iastate.edu/~ghelmer




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.HPP.3.96.970807100902.18939A-100000>