diff options
author | 2001-10-10 22:08:25 +0000 | |
---|---|---|
committer | 2001-10-10 22:08:25 +0000 | |
commit | c1c6e2f9f5939fd485cfafd22b8346b60e0170ad (patch) | |
tree | e2f29852a9d9a97707f18c9cb72f2f78dc0581bf | |
parent | Attempt to list which drivers are available from the various installation (diff) | |
download | wireguard-openbsd-c1c6e2f9f5939fd485cfafd22b8346b60e0170ad.tar.xz wireguard-openbsd-c1c6e2f9f5939fd485cfafd22b8346b60e0170ad.zip |
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 |