diff --git a/sbin/natd/README b/sbin/natd/README index 6c158d5e4ca1..8d1209c4fd91 100644 --- a/sbin/natd/README +++ b/sbin/natd/README @@ -1,3 +1,4 @@ +# $FreeBSD$ A Network Address Translation Daemon for FreeBSD @@ -8,7 +9,7 @@ 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 (cmott@srv.net). + written by Charles Mott (cmott@scientech.com). This package works with any network interface (doesn't have to be ppp). I run it on a computer having two ethernet cards, @@ -35,16 +36,12 @@ at different times: Archie Cobbs Divert sockets - Charles Mott Packet aliasing engine + Charles Mott Packet aliasing engine Eivind Eklund Packet aliasing engine Ari Suutari Natd Brian Somers Manual page, glue and bunch of good ideas. - The original package written by Charles Mott - is available at http://www.srv.net/~cmott. - It is described in README.alias. - Happy Networking - comments and fixes are welcome! Ari S. (suutari@iki.fi) diff --git a/sbin/natd/natd.8 b/sbin/natd/natd.8 index e7ca87de3c10..fbdbb9731784 100644 --- a/sbin/natd/natd.8 +++ b/sbin/natd/natd.8 @@ -444,7 +444,7 @@ times: .An Archie Cobbs Aq archie@whistle.com (divert sockets) -.An Charles Mott Aq cmott@srv.net +.An Charles Mott Aq cmott@scientech.com (packet aliasing) .An Eivind Eklund Aq perhaps@yes.no (IRC support & misc additions)