diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-11-12 10:51:10 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-11-12 10:51:10 +0000 |
commit | 82280733a3c5029050dbc136fca6ecfbdbcc4fbd (patch) | |
tree | 9eaa2d083bd5372a669dcacfc55224f7b7b62128 /share | |
parent | aed01e6bf1a31d921a9d62267ff882c69fdcc307 (diff) |
typos from joel gudknecht;
help/ok hshoexer@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man8/vpn.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man8/vpn.8 b/share/man/man8/vpn.8 index 9e70cbe52ee..d6e25844957 100644 --- a/share/man/man8/vpn.8 +++ b/share/man/man8/vpn.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vpn.8,v 1.75 2004/06/02 14:24:02 pedro Exp $ +.\" $OpenBSD: vpn.8,v 1.76 2004/11/12 10:51:09 jmc Exp $ .\" .\" Copyright 1998 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. @@ -508,15 +508,15 @@ port 500. For machineA, add: .Bd -literal # Permit ISAKMPD control traffic between A and B -pass in proto udp from 192.168.2.1/32 to 193.127.1.254/32 port = 500 -pass out proto udp from 192.168.1.254/32 to 193.127.2.1/32 port = 500 +pass in proto udp from 192.168.2.1/32 to 192.168.1.254/32 port = 500 +pass out proto udp from 192.168.1.254/32 to 192.168.2.1/32 port = 500 .Ed .Pp For machineB, add: .Bd -literal # Permit ISAKMPD control traffic between A and B -pass in proto udp from 192.168.1.254/32 to 193.127.2.1/32 port = 500 -pass out proto udp from 192.168.2.1/32 to 193.127.1.254/32 port = 500 +pass in proto udp from 192.168.1.254/32 to 192.168.2.1/32 port = 500 +pass out proto udp from 192.168.2.1/32 to 192.168.1.254/32 port = 500 .Ed .It Start |