From 912e574826ba8803a2a163f74c0811a5e66df55f Mon Sep 17 00:00:00 2001 From: Dan Harnett Date: Tue, 19 Jun 2001 18:01:04 +0000 Subject: clean up IP addresses in isakmpd.conf examples; ok angelos@ --- share/man/man8/vpn.8 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'share/man') diff --git a/share/man/man8/vpn.8 b/share/man/man8/vpn.8 index 8f0c059b325..41f9f0fa9f7 100644 --- a/share/man/man8/vpn.8 +++ b/share/man/man8/vpn.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vpn.8,v 1.51 2001/05/30 03:24:17 millert Exp $ +.\" $OpenBSD: vpn.8,v 1.52 2001/06/19 18:01:03 danh Exp $ .\" .\" Copyright 1998 Niels Provos .\" All rights reserved. @@ -481,7 +481,7 @@ for machine A: # the phase 2 negotiation traffic (i.e encrypted & authenticated). [Phase 1] -193.168.2.1= peer-machineB +192.168.2.1= peer-machineB # 'Phase 2' defines which connections the daemon should establish. # These connections contain the actual "IPsec VPN" information. @@ -494,7 +494,7 @@ Connections= VPN-A-B [peer-machineB] Phase= 1 Transport= udp -Address= 192.168.1.254 +Address= 192.168.2.1 Configuration= Default-main-mode Authentication= yoursharedsecret @@ -544,7 +544,7 @@ for machine B: # the phase 2 negotiation traffic (i.e encrypted & authenticated). [Phase 1] -193.168.1.254= peer-machineA +192.168.1.254= peer-machineA # 'Phase 2' defines which connections the daemon should establish. # These connections contain the actual "IPsec VPN" information. @@ -557,7 +557,7 @@ Connections= VPN-B-A [peer-machineA] Phase= 1 Transport= udp -Address= 192.168.2.1 +Address= 192.168.1.254 Configuration= Default-main-mode Authentication= yoursharedsecret -- cgit v1.2.3