]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
testing: Fix firewall rule on alice in tnc/tnccs-20-pdp-pt-tls scenario
authorTobias Brunner <tobias@strongswan.org>
Fri, 17 Jun 2016 08:22:03 +0000 (10:22 +0200)
committerTobias Brunner <tobias@strongswan.org>
Fri, 17 Jun 2016 08:22:03 +0000 (10:22 +0200)
testing/tests/tnc/tnccs-20-pdp-pt-tls/hosts/alice/etc/iptables.rules

index 48b1cf5a674083d2472b296fdb4299fddad6553e..c556d9483883ac53d91e9417451547c19afb16a9 100644 (file)
@@ -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