diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-06-27 03:31:49 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-06-27 03:31:49 +0000 |
commit | b424c44170215a41cec4997da3abdb50ee4cfb16 (patch) | |
tree | 9504499ef7d6a712457f490e1b7cf10f45e98a4f /sbin/isakmpd/samples | |
parent | 907ab59423a444adb2780803c37f5b5424d4390c (diff) |
Consistently use "IPsec" capitalization (jsyn@nthought.com)
Diffstat (limited to 'sbin/isakmpd/samples')
-rw-r--r-- | sbin/isakmpd/samples/VPN-3way-template.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sbin/isakmpd/samples/VPN-3way-template.conf b/sbin/isakmpd/samples/VPN-3way-template.conf index 72e7d25cad1..fa64242f153 100644 --- a/sbin/isakmpd/samples/VPN-3way-template.conf +++ b/sbin/isakmpd/samples/VPN-3way-template.conf @@ -1,4 +1,4 @@ -# $OpenBSD: VPN-3way-template.conf,v 1.7 2000/10/09 23:27:29 niklas Exp $ +# $OpenBSD: VPN-3way-template.conf,v 1.8 2001/06/27 03:31:43 angelos Exp $ # $EOM: VPN-3way-template.conf,v 1.8 2000/10/09 22:08:30 angelos Exp $ # # A configuration sample for the isakmpd ISAKMP/Oakley (aka IKE) daemon. @@ -30,7 +30,7 @@ # keying. In the three-way VPN, each node knows two connections. [Phase 2] -Connections= IPSec-Conn-XXX-YYY,IPSec-Conn-XXX-ZZZ +Connections= IPsec-Conn-XXX-YYY,IPsec-Conn-XXX-ZZZ # ISAKMP Phase 1 peer sections ############################## @@ -49,17 +49,17 @@ Address= 192.168.ZZZ.nnn Configuration= Default-main-mode Authentication= yoursharedsecretwithZZZ -# IPSec Phase 2 sections +# IPsec Phase 2 sections ######################## -[IPSec-Conn-XXX-YYY] +[IPsec-Conn-XXX-YYY] Phase= 2 ISAKMP-peer= ISAKMP-peer-node-YYY Configuration= Default-quick-mode Local-ID= MyNet-XXX Remote-ID= OtherNet-YYY -[IPSec-Conn-XXX-ZZZ] +[IPsec-Conn-XXX-ZZZ] Phase= 2 ISAKMP-peer= ISAKMP-peer-node-ZZZ Configuration= Default-quick-mode |