diff options
author | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2001-10-10 22:08:26 +0000 |
---|---|---|
committer | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2001-10-10 22:08:26 +0000 |
commit | d3ba925f6365f11ab9e276fc35db4222a5a415da (patch) | |
tree | d1a18eaef8d6453776a75b38b5f7ebe9fbf01ce2 | |
parent | 5df1536eb5711061a15ccc45dc2b5063ae3c712c (diff) |
144.19.74/24 -> 144.19.74.0/24, found by Todd Fries.
-rw-r--r-- | share/man/man5/nat.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/nat.conf.5 b/share/man/man5/nat.conf.5 index 0695f34b3c5..ff63941b93b 100644 --- a/share/man/man5/nat.conf.5 +++ b/share/man/man5/nat.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nat.conf.5,v 1.17 2001/10/09 13:49:18 dhartmei Exp $ +.\" $OpenBSD: nat.conf.5,v 1.18 2001/10/10 22:08:25 dhartmei Exp $ .\" .\" Copyright (c) 2001 Ian Darwin. All rights reserved. .\" @@ -141,7 +141,7 @@ nat on ! vlan12 from 192.168.168.0/24 to any -> 204.92.77.111 In the example below, fxp1 is the outside interface; the machine sits between a fake internal 144.19.74.* network, and a routable external IP of 204.92.77.100: .Bd -literal -nat on fxp1 from 144.19.74/24 to any -> 204.92.77.100 +nat on fxp1 from 144.19.74.0/24 to any -> 204.92.77.100 .Ed .Pp In the example below, fxp0 is the outside interface; a 1:1 |