diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-11-23 12:56:26 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-11-23 12:56:26 +0000 |
commit | b4a20c03d3c3cef5bbb260cc931e1b4217d51fe7 (patch) | |
tree | 0b009367443fa370a2c56b6769416c2d1beff68f /sbin/isakmpd/samples/singlehost-east.conf | |
parent | 42b2c2b050c7617bac2ebc3684b81226b0aa9d43 (diff) |
samples/singlehost-east.conf: Merge with EOM 1.10
samples/singlehost-west.conf: Merge with EOM 1.10
samples/singlehost-setup.sh: Merge with EOM 1.3
author: niklas
use networks that fits me better
Diffstat (limited to 'sbin/isakmpd/samples/singlehost-east.conf')
-rw-r--r-- | sbin/isakmpd/samples/singlehost-east.conf | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/sbin/isakmpd/samples/singlehost-east.conf b/sbin/isakmpd/samples/singlehost-east.conf index 3551233ea94..f0afc46f047 100644 --- a/sbin/isakmpd/samples/singlehost-east.conf +++ b/sbin/isakmpd/samples/singlehost-east.conf @@ -1,14 +1,15 @@ -# $OpenBSD: singlehost-east.conf,v 1.9 2000/10/09 23:27:30 niklas Exp $ -# $EOM: singlehost-east.conf,v 1.9 2000/10/09 22:08:30 angelos Exp $ +# $OpenBSD: singlehost-east.conf,v 1.10 2000/11/23 12:56:25 niklas Exp $ +# $EOM: singlehost-east.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.2 +Listen-on= 10.1.0.12 Shared-SADB= Defined +Policy-File= policy [Phase 1] -10.1.0.1= ISAKMP-peer-west +10.1.0.11= ISAKMP-peer-west Default= ISAKMP-peer-west-aggressive [Phase 2] @@ -17,16 +18,16 @@ Connections= IPsec-east-west [ISAKMP-peer-west] Phase= 1 Transport= udp -Local-address= 10.1.0.2 -Address= 10.1.0.1 +Local-address= 10.1.0.12 +Address= 10.1.0.11 Configuration= Default-main-mode Authentication= mekmitasdigoat [ISAKMP-peer-west-aggressive] Phase= 1 Transport= udp -Local-address= 10.1.0.2 -Address= 10.1.0.1 +Local-address= 10.1.0.12 +Address= 10.1.0.11 Configuration= Default-aggressive-mode Authentication= mekmitasdigoat @@ -39,12 +40,12 @@ Remote-ID= Net-west [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] |