]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
firewall: Fix H.323 helpers
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 12 Aug 2015 11:18:18 +0000 (12:18 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 12 Aug 2015 11:18:18 +0000 (12:18 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/initscripts/init.d/firewall

index d5c53b81c04f86a88de19b3d6797c22e961a65f4..978ac499ff3c344c2dd37d3d4bad7fc9f7eb7299 100644 (file)
@@ -111,10 +111,10 @@ iptables_init() {
                        -m helper --helper h323 -j ACCEPT
 
                # Gatekeeper RAS
-               iptables -t raw -A CONNTRACK -p udp --dport 1719 -j CT --helper h323
+               iptables -t raw -A CONNTRACK -p udp --dport 1719 -j CT --helper RAS
 
                # Q.931
-               iptables -t raw -A CONNTRACK -p tcp --dport 1720 -j CT --helper h323
+               iptables -t raw -A CONNTRACK -p tcp --dport 1720 -j CT --helper Q.931
        fi
 
        # FTP