aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2000-04-02 20:23:34 +0000
committerBrian Somers <brian@FreeBSD.org>2000-04-02 20:23:34 +0000
commit7ffac027b30bfc3133aecfb597574800744bc920 (patch)
treea39505b8f812a73fa55874d7431e14d39aae55e7
parentb7ea7f1260d16e26a798753adbcaf677d35b6bf3 (diff)
Notes
-rw-r--r--sbin/natd/README9
-rw-r--r--sbin/natd/natd.82
2 files changed, 4 insertions, 7 deletions
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 <archie@whistle.com> Divert sockets
- Charles Mott <cmott@srv.net> Packet aliasing engine
+ Charles Mott <cmott@scientech.com> Packet aliasing engine
Eivind Eklund <eivind@dimaga.com> Packet aliasing engine
Ari Suutari <suutari@iki.fi> Natd
Brian Somers <brian@awfulhak.org> 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)