summaryrefslogtreecommitdiffstats
path: root/sbin/natd/natd.8
Commit message (Collapse)AuthorAgeFilesLines
* can not -> cannot.ru2002-08-131-1/+1
|
* mdoc(7) police: canonize FreeBSD in e-mail address.ru2002-08-131-1/+1
|
* The .Nm utilitycharnier2002-07-061-2/+4
|
* Update my email address.archie2002-07-031-1/+1
|
* s/sysctl -w/sysctl/ru2001-12-111-1/+1
|
* Make -log_ipfw_denied active by default with -verbose.ru2001-11-271-0/+2
| | | | Discussed with: phk
* Fixed (local) style bugs in previous revision.ru2001-11-271-1/+3
|
* Do not uselessly whine in syslog about packets denied by ipfw rules.phk2001-10-311-0/+3
| | | | | | | | | Set 'log_ipfw_denied' option if you want the old behaviour. PR: 30255 Submitted by: Flemming "F3" Jacobsen <fj@batmule.dk> Reviewed by: phk MFC after: 4 weeks
* mdoc(7) police:ru2001-08-071-6/+4
| | | | | | | Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case) effect of disabling hyphenation within the entire enclosed block.
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* mdoc(7) police: normalize .Nd.ru2001-04-181-1/+1
|
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-2/+2
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-5/+5
|
* Describe -deny_incoming better, highlight some keywords,ru2000-11-161-22/+57
| | | | add myself to the AUTHORS section.
* more removal of trailing periods from SEE ALSO.ben2000-11-151-1/+1
|
* Suggest looking at rc.conf(5) on how to start natd(8) during boot.ru2000-07-171-0/+3
| | | | Submitted by: dcs
* "Ease understanding" of how -punch_fw works.ru2000-06-291-9/+11
| | | | Reviewed by: sheldonh
* Added new option (-punch_fw) which allows to `punch holes'ru2000-06-271-0/+20
| | | | | | | in the ipfirewall(4) for incoming FTP/IRC DCC connections. Submitted by: Rene de Vries <rene@canyon.demon.nl> Rewritten by: ru
* - mdoc(7) style cleanupru2000-06-271-276/+300
| | | | - new version of security note from alex.
* Back out both previous commits.alex2000-06-261-200/+168
| | | | | | | | | | | | The first one got screwed up by me because of rev 1.33, which was incorrectly merged into my patches by myself, and so Ruslan (maintainer) asked me to back them out. Ruslan was ok with the second one, but since it needs rework, it'll be readded later, when it doesn't conflict with the backout of the first one. Pointy hat: alex Beer on next meeting: ru
* Add note about security concerns w/o a firewall but other machinesalex2000-06-261-0/+8
| | | | | | | | on your LAN to the "RUNNING NATD" introduction. In a different way requested by: PR: 18802 Submitted by: Zachary K Drew <drew0054@tc.umn.edu>
* mdoc style cleanup.alex2000-06-261-168/+192
| | | | Reviewed by: sheldonh
* Remove ``pptpalias'' since this is now done transparently by libalias(3).ru2000-06-201-18/+1
|
* Fix a small grammar nit, with the maintainer's implicit approval.sheldonh2000-05-221-3/+3
|
* Add new option (-target_addr) to control how to deal with incoming packetsru2000-05-181-1/+21
| | | | | | not associated with any pre-existing link. Submitted by: brian
* New option: -redirect_proto.ru2000-05-031-1/+21
|
* Load Sharing using IP Network Address Translation (RFC 2391, LSNAT).ru2000-04-271-2/+40
|
* Correct Charles Mott's email addressbrian2000-04-021-1/+1
| | | | Requested by: cmott@scientech.com
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-12/+23
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* Suggest ppp -nat, not ppp -aliasbrian2000-02-261-1/+1
|
* Minor grammar fix.mpp1999-10-301-1/+1
|
* Fixed the description of how packets re-enter IP firewall filter.ru1999-10-061-3/+6
| | | | Suggested by: Ari Suutari <ari@suutari.iki.fi>
* Config file parser changes:ru1999-09-071-1/+5
| | | | | | | - Trailing spaces and empty lines are ignored. - A `#' sign will mark the remaining of the line as a comment. Reviewed by: Ari Suutari <ari@suutari.iki.fi>
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Bad cross-reference of getservbyname(2) changed to getservbyname(3)chris1999-08-181-2/+2
| | | | Reviewed by: ru
* Back out previous commit.ru1999-07-281-8/+1
|
* Mention that data going from one internal address to another willbrian1999-06-211-4/+11
| | | | | not be processed by natd. Requested by: Ludwig Pummer <ludwigp@bigfoot.com>
* /sbin/natd portrange documentation and bugfixbrian1999-05-131-5/+17
| | | | | | | Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua> PR: 11690 3.2 candidate ?
* Add a comment that natd is made for use with NICs, not PPP links - I'meivind1999-04-081-4/+4
| | | | | tired of the five people each day that ask me how to set up natd for use with PPP.
* Upgrade (almost) to natd 2.0b1brian1999-03-071-29/+47
| | | | | | | | | | | | | | - Transparent proxy support. - PERMANENT_LINK IS NOW OBSOLETE, use redirect_port instead. - Drop support for early FreeBSD 2.2 versions - If separate input & output sockets are being used use them to find out packet direction instead of normal mechanism. This can be handy in complex environments with multiple interfaces. - PPTP redirect support by Dru Nelson <dnelson@redwoodsoft.com> added. - Logging enhancements from Martin Machacek <mm@i.cz> added. Obtained from: Ari Suutari <ari@suutari.iki.fi>
* Fix inconsistent port numbering in man page.jkoshy1998-07-151-2/+2
| | | | | PR: 7250 Submitted-by: Norihiro Kumagai <kuma@jp.freebsd.org>
* Add $Id$.jkoshy1998-07-141-0/+1
| | | | PR: 7249
* Suggest port 8668 rather than 6668 for natd.brian1998-07-041-1/+1
| | | | 6668 is IRC.
* Fix incorrect flag specbrian1998-04-181-1/+1
| | | | | PR: 6339 (part of) Submitted by: Chris Dillon <cdillon@wolves.k12.mo.us>
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.charnier1998-03-231-5/+10
|
* Make it clear that aliasing is done on the public interface, notbrian1998-01-291-2/+21
| | | | the private one.
* Add -redirect_port and -redirect_address to thebrian1997-10-181-0/+2
| | | | synopsis.
* Use err(3). Change firewall to firewall_enable in man page according tocharnier1997-10-021-6/+6
| | | | /etc/rc.conf.
* Sort cross refereces in section SEE ALSO.wosch1997-09-291-1/+1
|
* Typo.charnier1997-09-181-1/+1
|
OpenPOWER on IntegriCloud