From 66bc2429c65ff8d17ff4e7b38018e4053ec28267 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Mon, 8 Jan 2007 21:24:37 +0000 Subject: added firewall support to scenario --- testing/tests/ikev2/host2host-transport/hosts/moon/etc/ipsec.conf | 1 + testing/tests/ikev2/host2host-transport/hosts/sun/etc/ipsec.conf | 1 + 2 files changed, 2 insertions(+) (limited to 'testing/tests/ikev2/host2host-transport/hosts') 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 -- cgit v1.2.3