summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/samples/singlehost-west.conf
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/isakmpd/samples/singlehost-west.conf')
-rw-r--r--sbin/isakmpd/samples/singlehost-west.conf21
1 files changed, 11 insertions, 10 deletions
diff --git a/sbin/isakmpd/samples/singlehost-west.conf b/sbin/isakmpd/samples/singlehost-west.conf
index 94e5b720a69..a7b376a419e 100644
--- a/sbin/isakmpd/samples/singlehost-west.conf
+++ b/sbin/isakmpd/samples/singlehost-west.conf
@@ -1,14 +1,15 @@
-# $OpenBSD: singlehost-west.conf,v 1.9 2000/10/09 23:27:30 niklas Exp $
-# $EOM: singlehost-west.conf,v 1.9 2000/10/09 22:08:30 angelos Exp $
+# $OpenBSD: singlehost-west.conf,v 1.10 2000/11/23 12:56:25 niklas Exp $
+# $EOM: singlehost-west.conf,v 1.10 2000/11/23 12:24:43 niklas Exp $
# A configuration sample for the isakmpd ISAKMP/Oakley (aka IKE) daemon.
[General]
-Listen-on= 10.1.0.1
+Listen-on= 10.1.0.11
Shared-SADB= Defined
+Policy-File= policy
[Phase 1]
-10.1.0.2= ISAKMP-peer-east
+10.1.0.12= ISAKMP-peer-east
Default= ISAKMP-peer-east-aggressive
[Phase 2]
@@ -17,8 +18,8 @@ Connections= IPsec-west-east
[ISAKMP-peer-east]
Phase= 1
Transport= udp
-Local-address= 10.1.0.1
-Address= 10.1.0.2
+Local-address= 10.1.0.11
+Address= 10.1.0.12
Configuration= Default-main-mode
Identification= IPV4_ADDR/10.1.0.1
Authentication= mekmitasdigoat
@@ -26,8 +27,8 @@ Authentication= mekmitasdigoat
[ISAKMP-peer-east-aggressive]
Phase= 1
Transport= udp
-Local-address= 10.1.0.1
-Address= 10.1.0.2
+Local-address= 10.1.0.11
+Address= 10.1.0.12
Configuration= Default-aggressive-mode
Authentication= mekmitasdigoat
@@ -40,12 +41,12 @@ Remote-ID= Net-east
[Net-west]
ID-type= IPV4_ADDR_SUBNET
-Network= 192.168.1.0
+Network= 192.168.11.0
Netmask= 255.255.255.0
[Net-east]
ID-type= IPV4_ADDR_SUBNET
-Network= 192.168.2.0
+Network= 192.168.12.0
Netmask= 255.255.255.0
[Default-main-mode]