diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-03-28 00:11:01 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-03-28 00:11:01 +0000 |
commit | a068c401792dd734ce6ab1d97243a3dee665d01f (patch) | |
tree | e78b512a03c7409a455f105fbb2b67971b684c57 /etc/rc.conf | |
parent | d70312075ba41bc848bb4773bade65b9fc563e95 (diff) |
s/^nat/ipnat/
Diffstat (limited to 'etc/rc.conf')
-rw-r--r-- | etc/rc.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index 64bb95e1664..9f1954826bb 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: rc.conf,v 1.17 1998/03/25 07:25:21 deraadt Exp $ +# $OpenBSD: rc.conf,v 1.18 1998/03/28 00:10:59 deraadt Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for 'normal' use: routed_flags="-q" @@ -26,7 +26,7 @@ kerberos_server=NO # kerberos server. run 'info kth-krb' for assistance. kerberos_slave=NO # kerberos slave server. amd=NO ipfilter=NO -nat=NO # for "YES" ipfilter must also be "YES" +ipnat=NO # for "YES" ipfilter must also be "YES" portmap=YES # almost always needed inetd=YES # almost always needed lpd=NO # printing daemons @@ -42,6 +42,6 @@ nfsiod_flags="-n 4" # Crank the 4 for a busy NFS client amd_dir=/tmp_mnt # AMD's mount directory amd_master=/etc/amd/master # AMD 'master' map ipfilter_rules=/etc/ipf.rules # Rules for IP packet filtering -nat_rules=/etc/ipnat.rules # Rules for Network Address Translation +ipnat_rules=/etc/ipnat.rules # Rules for Network Address Translation ipmon_flags=-s # To disable logging, use ipmon_flags=NO syslogd_flags= # add more flags, ie. -u -a /chroot/dev/log |