diff options
Diffstat (limited to 'share/man/man8/vpn.8')
-rw-r--r-- | share/man/man8/vpn.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man8/vpn.8 b/share/man/man8/vpn.8 index cd373122f31..8b4fe8f3a73 100644 --- a/share/man/man8/vpn.8 +++ b/share/man/man8/vpn.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vpn.8,v 1.80 2005/04/14 08:32:32 jmc Exp $ +.\" $OpenBSD: vpn.8,v 1.81 2005/04/14 08:41:52 jmc Exp $ .\" .\" Copyright 1998 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. @@ -319,10 +319,10 @@ NETWORK_B = "10.0.99.0/24" Configure the firewall rules on machine B, modifying the definitions as appropriate: .Bd -literal -offset indent -GATEWAY_B = "192.168.1.254" GATEWAY_A = "192.168.2.1" -NETWORK_B = "10.0.50.0/24" +GATEWAY_B = "192.168.1.254" NETWORK_A = "10.0.99.0/24" +NETWORK_B = "10.0.50.0/24" (rest of ruleset) .Ed |