Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
samples/ | H | - | - | 109 | 102 | |
HISTORY | H A D | 26-Nov-2011 | 4.3 KiB | 147 | 103 | |
Makefile | H A D | 26-Nov-2011 | 253 | 11 | 6 | |
README | H A D | 26-Nov-2011 | 1.5 KiB | 52 | 31 | |
icmp.c | H A D | 26-Nov-2011 | 2.6 KiB | 130 | 72 | |
natd.8 | H A D | 14-Feb-2022 | 14.9 KiB | 598 | 597 | |
natd.c | H A D | 18-Feb-2018 | 33 KiB | 1,695 | 1,239 | |
natd.h | H A D | 20-Dec-2017 | 658 | 28 | 9 |
README
1# $FreeBSD: src/sbin/natd/README,v 1.1.4.1 2000/04/02 20:24:48 brian Exp $ 2# $DragonFly: src/sbin/natd/README,v 1.2 2003/06/17 04:27:34 dillon Exp $ 3 4 A Network Address Translation Daemon for FreeBSD 5 6 71. WHAT IS NATD ? 8 9 This is a simple daemon based on FreeBSD divert sockets 10 which performs network address translation (or masquerading) 11 for IP packets (see related RFCs 1631 and 1918). 12 It is based on packet aliasing package (see README.alias) 13 written by Charles Mott (cmott@scientech.com). 14 15 This package works with any network interface (doesn't have 16 to be ppp). I run it on a computer having two ethernet cards, 17 one connected to internet and the other one to local network. 18 192. GETTING IT RUNNING 20 21 1) Get FreeBSD 2.2 - I think the divert sockets are 22 not available on earlier versions, 23 24 2) Compile this software by executing "make". 25 26 3) Install the software by executing "make install". 27 28 4) See man natd for further instructions. 29 303. FTP SITES FOR NATD 31 32 This package is available at ftp://ftp.suutari.iki.fi/pub/natd. 33 344. AUTHORS 35 36 This program is the result of the efforts of many people 37 at different times: 38 39 Archie Cobbs <archie@whistle.com> Divert sockets 40 Charles Mott <cmott@scientech.com> Packet aliasing engine 41 Eivind Eklund <eivind@dimaga.com> Packet aliasing engine 42 Ari Suutari <suutari@iki.fi> Natd 43 Brian Somers <brian@awfulhak.org> Manual page, glue and 44 bunch of good ideas. 45 46 Happy Networking - comments and fixes are welcome! 47 48 Ari S. (suutari@iki.fi) 49 50 51 52