From 7be1f66118aaabc78c4459da02cf9b53542882fc Mon Sep 17 00:00:00 2001 From: mikeb <> Date: Wed, 23 May 2012 16:41:33 +0000 Subject: [PATCH] fixup from/to specification --- src/etc/iked.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/iked.conf b/src/etc/iked.conf index 0e287dfe..c15aebc5 100644 --- a/src/etc/iked.conf +++ b/src/etc/iked.conf @@ -1,4 +1,4 @@ -# $OpenBSD: iked.conf,v 1.1 2010/06/07 10:09:05 reyk Exp $ +# $OpenBSD: iked.conf,v 1.2 2012/05/23 16:41:33 mikeb Exp $ # # See iked.conf(5) for syntax and examples. @@ -9,7 +9,7 @@ user "user2" "password456" # Configuration for clients connecting with EAP authentication. # Remember to set up a PKI, see ikectl(8) for more information. ikev2 "win7" passive esp \ - from 10.2.0.0/24 to 10.1.0.0/24 \ + from 10.1.0.0/24 to 10.2.0.0/24 \ local any peer any \ eap "mschap-v2" \ config address 10.2.0.1 \