aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/swanctl/rw-psk-ikev1/hosts/moon
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2016-03-10 08:02:44 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2016-03-10 13:59:37 +0100
commit90ef7e8af61ca85a3c02cae086f1f110e3088fbb (patch)
tree7cb18e7959041562683ee172af2b40eb751caf51 /testing/tests/swanctl/rw-psk-ikev1/hosts/moon
parent1d86d1d65af61f123269f0c09bfd5039af7b63ab (diff)
downloadstrongswan-90ef7e8af61ca85a3c02cae086f1f110e3088fbb.tar.bz2
strongswan-90ef7e8af61ca85a3c02cae086f1f110e3088fbb.tar.xz
Updated swanctl/rw-psk-ikev1 scenario
Diffstat (limited to 'testing/tests/swanctl/rw-psk-ikev1/hosts/moon')
-rwxr-xr-xtesting/tests/swanctl/rw-psk-ikev1/hosts/moon/etc/swanctl/swanctl.conf22
1 files changed, 14 insertions, 8 deletions
diff --git a/testing/tests/swanctl/rw-psk-ikev1/hosts/moon/etc/swanctl/swanctl.conf b/testing/tests/swanctl/rw-psk-ikev1/hosts/moon/etc/swanctl/swanctl.conf
index 30870be31..be1bf8afe 100755
--- a/testing/tests/swanctl/rw-psk-ikev1/hosts/moon/etc/swanctl/swanctl.conf
+++ b/testing/tests/swanctl/rw-psk-ikev1/hosts/moon/etc/swanctl/swanctl.conf
@@ -6,7 +6,6 @@ connections {
local {
auth = psk
- id = moon1.strongswan.org
}
remote {
auth = psk
@@ -25,18 +24,17 @@ connections {
rw-2 {
local_addrs = 192.168.0.1
- remote_addrs = 192.168.0.192/28
+ remote_addrs = 192.168.0.150-192.168.0.200
local {
auth = psk
- id = moon2.strongswan.org
}
remote {
auth = psk
}
children {
net-2 {
- local_ts = 10.1.0.16/28
+ local_ts = 10.1.0.17-10.1.0.20
updown = /usr/local/libexec/ipsec/_updown iptables
esp_proposals = aes192gcm128-modp3072
@@ -50,12 +48,20 @@ connections {
secrets {
- ike-moon1 {
- id = moon1.strongswan.org
+ ike-any {
+ id = 0.0.0.0/0 0::0/0
+ secret = 0soBAJZLI7Bwwi61Rl113FqD/3
+ }
+ ike-rw-1 {
+ id = 192.168.0.96/28
secret = 0sFpZAZqEN6Ti9sqt4ZP5EWcqx
}
- ike-moon2 {
- id = moon2.strongswan.org
+ ike-rw-2 {
+ id = 192.168.0.150-192.168.0.200
+ secret = 0s8qPdxyhDeGfk1l211cS8urXc
+ }
+ ike-dave {
+ id = 192.168.0.200
secret = 0sjVzONCF02ncsgiSlmIXeqhGN
}
}