diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-01-08 21:24:37 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-01-08 21:24:37 +0000 |
commit | 66bc2429c65ff8d17ff4e7b38018e4053ec28267 (patch) | |
tree | 8326cde318e9fa7b5c9bd75f7e7812064cddc7a6 /testing/tests/ikev2/host2host-transport/hosts | |
parent | 1f0b770b0af4101bc929b6371ef6e08e965a4663 (diff) | |
download | strongswan-66bc2429c65ff8d17ff4e7b38018e4053ec28267.tar.bz2 strongswan-66bc2429c65ff8d17ff4e7b38018e4053ec28267.tar.xz |
added firewall support to scenario
Diffstat (limited to 'testing/tests/ikev2/host2host-transport/hosts')
-rwxr-xr-x | testing/tests/ikev2/host2host-transport/hosts/moon/etc/ipsec.conf | 1 | ||||
-rwxr-xr-x | testing/tests/ikev2/host2host-transport/hosts/sun/etc/ipsec.conf | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/testing/tests/ikev2/host2host-transport/hosts/moon/etc/ipsec.conf b/testing/tests/ikev2/host2host-transport/hosts/moon/etc/ipsec.conf index 32fcdb787..9d3060b20 100755 --- a/testing/tests/ikev2/host2host-transport/hosts/moon/etc/ipsec.conf +++ b/testing/tests/ikev2/host2host-transport/hosts/moon/etc/ipsec.conf @@ -16,6 +16,7 @@ conn host-host leftnexthop=%direct leftcert=moonCert.pem leftid=@moon.strongswan.org + leftfirewall=yes right=PH_IP_SUN rightid=@sun.strongswan.org type=transport diff --git a/testing/tests/ikev2/host2host-transport/hosts/sun/etc/ipsec.conf b/testing/tests/ikev2/host2host-transport/hosts/sun/etc/ipsec.conf index 99cb40e00..1467e7ef4 100755 --- a/testing/tests/ikev2/host2host-transport/hosts/sun/etc/ipsec.conf +++ b/testing/tests/ikev2/host2host-transport/hosts/sun/etc/ipsec.conf @@ -16,6 +16,7 @@ conn host-host leftnexthop=%direct leftcert=sunCert.pem leftid=@sun.strongswan.org + leftfirewall=yes right=PH_IP_MOON rightid=@moon.strongswan.org type=transport |