diff options
author | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2012-05-23 16:41:34 +0000 |
---|---|---|
committer | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2012-05-23 16:41:34 +0000 |
commit | 534b56a55abb9c0ee8d4c8e069b429bf3fe96174 (patch) | |
tree | a80cc3e5f4ed1a27ccd53d598a221bd8870a0e4f /etc | |
parent | 5f5e65645823843f0e36fe2659294f63238c6e32 (diff) |
fixup from/to specification
Diffstat (limited to 'etc')
-rw-r--r-- | etc/iked.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/iked.conf b/etc/iked.conf index 0e287dfeb80..c15aebc5386 100644 --- a/etc/iked.conf +++ b/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 \ |