diff options
| author | Brian Somers <brian@FreeBSD.org> | 1998-04-18 10:27:19 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1998-04-18 10:27:19 +0000 |
| commit | 252ba33d3cd7606312ae68be25457c063d605f01 (patch) | |
| tree | f763d6898df0135e6d216394c80141a2065b1b37 /share | |
| parent | 635225ca846403485231a66b9df6273691faf4ff (diff) | |
Notes
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man5/rc.conf.5 | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index 61bd866f2e44..8eacfcc07ff4 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: rc.conf.5,v 1.15 1998/03/09 08:50:59 jkh Exp $ +.\" $Id: rc.conf.5,v 1.16 1998/03/12 07:30:49 charnier Exp $ .\" .Dd April 26, 1997 .Dt RC.CONF 5 @@ -121,6 +121,28 @@ must be given. (bool) Set to .Ar YES to disable the display of ipfw rules on the console during boot. +.It Ar natd_enable +(bool) Set to +.Ar YES +to enable natd. +.Ar Firewall_enable +must also be set to +.Ar YES , +and +.Xr divert 4 +sockets must be enabled in your kernel. +.It Ar natd_interface +This is the name of the public interface on which natd should run. It +is mandatory if +.Ar natd_enable +is set to +.Ar YES . +.It Ar natd_flags +Additional natd flags should be placed here. The +.Fl n +flag is automatically added with the above +.Ar natd_interface +as an argument. .It Ar tcp_extensions (bool) Set to .Ar YES |
