From 6664883843f0ab50251fd41a775ab192e662181a Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Mon, 21 Jun 1999 07:58:25 +0000 Subject: [PATCH] Mention that data going from one internal address to another will not be processed by natd. Requested by: Ludwig Pummer --- sbin/natd/natd.8 | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/sbin/natd/natd.8 b/sbin/natd/natd.8 index 6ae729451540..1def73a4bd30 100644 --- a/sbin/natd/natd.8 +++ b/sbin/natd/natd.8 @@ -1,5 +1,5 @@ .\" manual page [] for natd 1.4 -.\" $Id: natd.8,v 1.17 1999/04/08 23:15:31 eivind Exp $ +.\" $Id: natd.8,v 1.18 1999/05/13 16:58:30 brian Exp $ .Dd 15 April 1997 .Os FreeBSD .Dt NATD 8 @@ -129,17 +129,24 @@ If remotePORT is specified, it must match the size of targetPORT, or be 0 (all ports). For example, the argument -.Ar tcp inside1:telnet 6666 +.Dl Ar tcp inside1:telnet 6666 -means that tcp packets destined for port 6666 on this machine will +means that incoming tcp packets destined for port 6666 on this machine will be sent to the telnet port on the inside1 machine. -.Ar tcp inside2:2300-2399 3300-3399 +.Dl Ar tcp inside2:2300-2399 3300-3399 will redirect incoming connections on ports 3300-3399 to host inside2, ports 2300-2399. The mapping is 1:1 meaning port 3300 maps to 2300, 3301 maps to 2301, etc. +.Pp +It should be noted that only +.Em incoming +packets are affected. Data going from one internal network to another +will not be processed by +.Nm natd . + .It Fl redirect_address Ar localIP publicIP Redirect traffic for public IP address to a machine on the local network. This function is known as "static NAT". Normally static NAT