summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-02-18 22:46:27 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-02-18 22:46:27 +0000
commita2a1494827d15223fbf758b8e1b759e289940735 (patch)
tree62bbf2dc198617758d0b51bbbf6807426b13ee25 /etc
parent69be029f0bd431fc201a12a253ecc88e620f961e (diff)
move nat.rules to ipnat.rules
Diffstat (limited to 'etc')
-rw-r--r--etc/ipnat.rules (renamed from etc/nat.rules)2
-rw-r--r--etc/rc.conf6
2 files changed, 4 insertions, 4 deletions
diff --git a/etc/nat.rules b/etc/ipnat.rules
index bf3ea51f08d..5abf73ae6cd 100644
--- a/etc/nat.rules
+++ b/etc/ipnat.rules
@@ -1,4 +1,4 @@
-# $OpenBSD: nat.rules,v 1.3 1997/11/04 08:39:32 deraadt Exp $
+# $OpenBSD: ipnat.rules,v 1.1 1998/02/18 22:46:25 deraadt Exp $
#
# See /usr/share/ipf/nat.1 for examples.
# edit the nat= line in /etc/rc.conf to enable Network Address Translation
diff --git a/etc/rc.conf b/etc/rc.conf
index 7ca352a5c8d..722be4d053e 100644
--- a/etc/rc.conf
+++ b/etc/rc.conf
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: rc.conf,v 1.14 1998/02/18 14:05:28 art Exp $
+# $OpenBSD: rc.conf,v 1.15 1998/02/18 22:46:26 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"
@@ -21,7 +21,7 @@ nfs_server=NO
nfs_client=NO
lockd=NO
gated=NO
-kerberos_server=NO # kerberos server. see /usr/share/info/kth-krb.info
+kerberos_server=NO # kerberos server. run 'info kth-krb' for assistance.
kerberos_slave=NO # kerberos slave server.
amd=NO
ipfilter=NO
@@ -41,6 +41,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/nat.rules # Rules for Network Address Translation
+nat_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