Warner Losh e9ac41698b Remove residual blank line at start of Makefile 2 ヶ月 前
..
samples d0b2dbfa0e Remove $FreeBSD$: one-line sh pattern 1 年間 前
HISTORY 59a7c61374 Upgrade (almost) to natd 2.0b1 25 年 前
Makefile e9ac41698b Remove residual blank line at start of Makefile 2 ヶ月 前
Makefile.depend d0b2dbfa0e Remove $FreeBSD$: one-line sh pattern 1 年間 前
README d0b2dbfa0e Remove $FreeBSD$: one-line sh pattern 1 年間 前
icmp.c b3e7694832 Remove $FreeBSD$: two-line .h pattern 1 年間 前
natd.8 b2c76c41be Remove $FreeBSD$: one-line nroff pattern 1 年間 前
natd.c 1d386b48a5 Remove $FreeBSD$: one-line .c pattern 1 年間 前
natd.h b3e7694832 Remove $FreeBSD$: two-line .h pattern 1 年間 前

README


A Network Address Translation Daemon for FreeBSD


1. WHAT IS NATD ?

This is a simple daemon based on FreeBSD divert sockets
which performs network address translation (or masquerading)
for IP packets (see related RFCs 1631 and 1918).
It is based on packet aliasing package (see README.alias)
written by Charles Mott .

This package works with any network interface (doesn't have
to be ppp). I run it on a computer having two ethernet cards,
one connected to internet and the other one to local network.

2. GETTING IT RUNNING

1) Get FreeBSD 2.2 - I think the divert sockets are
not available on earlier versions,

2) Compile this software by executing "make".

3) Install the software by executing "make install".

4) See man natd for further instructions.

3. FTP SITES FOR NATD

This package is available at ftp://ftp.suutari.iki.fi/pub/natd.

4. AUTHORS

This program is the result of the efforts of many people
at different times:

Archie Cobbs Divert sockets
Charles Mott Packet aliasing engine
Eivind Eklund Packet aliasing engine
Ari Suutari Natd
Brian Somers Manual page, glue and
bunch of good ideas.

Happy Networking - comments and fixes are welcome!

Ari S. (suutari@iki.fi)