diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-06-07 01:51:22 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-06-07 01:51:22 +0000 |
commit | a7879e1dacba108b617cc911081400e53cca0155 (patch) | |
tree | 2abdf2fdce8e155903e68391912cdff1235dafe7 /share | |
parent | 869be420c7f9d058eca2d9187783d6d56fd016cc (diff) |
Fix address typos in the example (markc@)
Diffstat (limited to 'share')
-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 39c65b7482d..0f181a9b220 100644 --- a/share/man/man8/vpn.8 +++ b/share/man/man8/vpn.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vpn.8,v 1.17 1999/05/19 06:01:30 fgsch Exp $ +.\" $OpenBSD: vpn.8,v 1.18 1999/06/07 01:51:21 angelos Exp $ .\" Copyright 1998 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. .\" @@ -232,12 +232,12 @@ c9fff55b501206a6607fb45c392c5e1568db2aaf Create the Security Associations (on both endpoints): .Pp .Bd -literal -# /sbin/ipsecadm new esp -src 198.168.2.1 -dst 198.168.1.254 \e\ +# /sbin/ipsecadm new esp -src 192.168.2.1 -dst 192.168.1.254 \e\ -forcetunnel -spi 1000 -enc 3des -auth sha1 \e\ -key 596a96cc7bf9108cd896f33c44aedc8aa8acf0b8c74acd62 \e\ -authkey c9fff55b501206a6607fb45c392c5e1568db2aaf -# /sbin/ipsecadm new esp -src 198.168.1.254 -dst 198.168.2.1 \e\ +# /sbin/ipsecadm new esp -src 192.168.1.254 -dst 192.168.2.1 \e\ -forcetunnel -spi 1001 -enc 3des -auth sha1 \e\ -key 596a96cc7bf9108cd896f33c44aedc8aa8acf0b8c74acd62 \e\ -authkey c9fff55b501206a6607fb45c392c5e1568db2aaf |