From: Tobias Brunner Date: Fri, 17 Jun 2016 08:22:03 +0000 (+0200) Subject: testing: Fix firewall rule on alice in tnc/tnccs-20-pdp-pt-tls scenario X-Git-Tag: 5.5.0dr1~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=67b9e151fa4497ff6670ba10d007381ed4880690;p=thirdparty%2Fstrongswan.git testing: Fix firewall rule on alice in tnc/tnccs-20-pdp-pt-tls scenario --- diff --git a/testing/tests/tnc/tnccs-20-pdp-pt-tls/hosts/alice/etc/iptables.rules b/testing/tests/tnc/tnccs-20-pdp-pt-tls/hosts/alice/etc/iptables.rules index 48b1cf5a67..c556d94838 100644 --- a/testing/tests/tnc/tnccs-20-pdp-pt-tls/hosts/alice/etc/iptables.rules +++ b/testing/tests/tnc/tnccs-20-pdp-pt-tls/hosts/alice/etc/iptables.rules @@ -9,7 +9,7 @@ -A INPUT -i lo -j ACCEPT -A OUTPUT -o lo -j ACCEPT -# allow PT-TLS +# allow PT-TLS -A INPUT -i eth0 -p tcp --dport 271 -j ACCEPT -A OUTPUT -o eth0 -p tcp --sport 271 -j ACCEPT @@ -18,7 +18,7 @@ -A OUTPUT -p tcp --sport 22 -j ACCEPT # allow outbound ssh --A OUTPU -p tcp --dport 22 -j ACCEPT +-A OUTPUT -p tcp --dport 22 -j ACCEPT -A INPUT -p tcp --sport 22 -j ACCEPT # allow crl fetch from winnetou