diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-02-18 22:46:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-02-18 22:46:27 +0000 |
commit | a2a1494827d15223fbf758b8e1b759e289940735 (patch) | |
tree | 62bbf2dc198617758d0b51bbbf6807426b13ee25 /etc/ipnat.rules | |
parent | 69be029f0bd431fc201a12a253ecc88e620f961e (diff) |
move nat.rules to ipnat.rules
Diffstat (limited to 'etc/ipnat.rules')
-rw-r--r-- | etc/ipnat.rules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/ipnat.rules b/etc/ipnat.rules new file mode 100644 index 00000000000..5abf73ae6cd --- /dev/null +++ b/etc/ipnat.rules @@ -0,0 +1,6 @@ +# $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 + +#map ppp0 10.0.0.0/8 -> ppp0/32 portmap tcp/udp 10000:20000 |