NameDateSize

..07-May-202492

HISTORYH A D22-Jun-20214.3 KiB

icmp.cH A D17-Aug-20232.5 KiB

MakefileH A D17-Aug-2023114

Makefile.dependH A D17-Aug-2023287

natd.8H A D17-Aug-202320.9 KiB

natd.cH A D17-Aug-202340.3 KiB

natd.hH A D17-Aug-2023634

READMEH A D17-Aug-20231.3 KiB

samples/H17-Aug-20234

README

1
2	A Network Address Translation Daemon for FreeBSD
3
4
51. WHAT IS NATD ?
6
7	This is a simple daemon based on FreeBSD divert sockets
8	which performs network address translation (or masquerading)
9	for IP packets (see related RFCs 1631 and 1918).
10	It is based on packet aliasing package (see README.alias)
11	written by Charles Mott <cm@linktel.net>.
12
13	This package works with any network interface (doesn't have
14	to be ppp). I run it on a computer having two ethernet cards,
15	one connected to internet and the other one to local network.
16
172. GETTING IT RUNNING
18
19	1) Get FreeBSD 2.2 - I think the divert sockets are
20	   not available on earlier versions,
21
22	2) Compile this software by executing "make".
23
24	3) Install the software by executing "make install".
25
26	4) See man natd for further instructions.
27
283. FTP SITES FOR NATD
29
30	This package is available at ftp://ftp.suutari.iki.fi/pub/natd.
31
324. AUTHORS
33
34	This program is the result of the efforts of many people
35	at different times:
36
37	Archie Cobbs <archie@whistle.com>	Divert sockets
38	Charles Mott <cm@linktel.net>		Packet aliasing engine
39	Eivind Eklund <eivind@dimaga.com>	Packet aliasing engine
40	Ari Suutari <suutari@iki.fi>		Natd
41	Brian Somers <brian@awfulhak.org>	Manual page, glue and
42						bunch of good ideas.
43				
44	Happy Networking - comments and fixes are welcome!
45
46	Ari S.	(suutari@iki.fi)
47   
48	
49
50