diff options
author | 1997-04-09 07:32:13 +0000 | |
---|---|---|
committer | 1997-04-09 07:32:13 +0000 | |
commit | e1807f29633d38962671966560d1cf3b0371b421 (patch) | |
tree | 4d16b9279cfe18197a87d5499580b37a0e85480a | |
parent | the the (diff) | |
download | wireguard-openbsd-e1807f29633d38962671966560d1cf3b0371b421.tar.xz wireguard-openbsd-e1807f29633d38962671966560d1cf3b0371b421.zip |
mention /etc/netstart toggles
-rw-r--r-- | etc/ipf.rules | 3 | ||||
-rw-r--r-- | etc/nat.rules | 7 |
2 files changed, 6 insertions, 4 deletions
diff --git a/etc/ipf.rules b/etc/ipf.rules index b5bcaa3e11e..84d39331d9c 100644 --- a/etc/ipf.rules +++ b/etc/ipf.rules @@ -1,10 +1,11 @@ -# $OpenBSD: ipf.rules,v 1.4 1997/02/26 04:38:01 kstailey Exp $ +# $OpenBSD: ipf.rules,v 1.5 1997/04/09 07:32:13 deraadt Exp $ # # IP filtering rules. See the ipf(5) man page for more # information on the format of this file, and /usr/share/ipf # for example configuration files. # # Pass all packets by default. +# edit the ipfilter= line in /etc/netstart to enable IP filtering # pass in from any to any pass out from any to any diff --git a/etc/nat.rules b/etc/nat.rules index 8d2ab15359e..dcbbc5dbfbe 100644 --- a/etc/nat.rules +++ b/etc/nat.rules @@ -1,5 +1,6 @@ -# $OpenBSD: nat.rules,v 1.1 1997/04/09 02:41:55 kstailey Exp $ +# $OpenBSD: nat.rules,v 1.2 1997/04/09 07:32:14 deraadt Exp $ # -# see /usr/share/ipf/nat.1 for examples +# See /usr/share/ipf/nat.1 for examples. +# edit the nat= line in /etc/netstart to enable Network Address Translation -# map ppp0 10.0.0.0/8 -> ppp0/32 portmap tcp/udp 10000:20000 +#map ppp0 10.0.0.0/8 -> ppp0/32 portmap tcp/udp 10000:20000 |