h.323 Howto block H.323 spam calls with fail2ban By blog.gnugk.org Published On :: Mon, 12 Aug 2019 10:22:00 +0000 When you run the GNU Gatekeeper, you can block spam calls from the well known bots ("MERA RU", "SimpleOPAL" etc.) eg. using a small LUA script in your config. But that alone doesn't stop the load on the server, because often these bots keep on making calls. Fail2ban to the rescue! With this filter definition in /etc/fail2ban/filter.d/gnugk.conf you can check fro rejected calls: [Definition]failregex = Dropping call CRV=[0-9]+ from <HOST>:[0-9]+ due to Setup authentication failureignoreregex = And then you can add this jail definition to /etc/fail2ban/jail.local to block the IP: [gnugk]enabled = truelogpath = /var/log/gnugk.logfilter = gnugkbantime = 6000maxretry = 2action = iptables[name=GnuGk, port=1720, protocol=tcp] Voila! Full Article gnugk h.323 monitoring security spam
h.323 H.323: IPv4 to IPv6 migration By blog.gnugk.org Published On :: Tue, 19 Jan 2021 09:00:00 +0000 Many networks are migrating from IPv4 to IPv6. What can you do if still have H.323 endpoints that only support IPv4 ?The GNU Gatekeeper can translate IPv4 into IPv6 calls and vice versa. You can use one GnuGk to IPv6 enable all of your existing IPv4 endpoints. All you have to do is enable IPv6 in your configuration and GnuGk will automatically detect the connection type of your endpoints and convert the call.All it takes is one switch in your config: [Gatekeeper::Main] EnableIPv6=1 Full Article gnugk ipv4 ipv6 migration
h.323 HSTP-NFWT - Requirements for Network Address Translator and Firewall Traversal of H.323 Multimedia Systems<br/> By www.itu.int Published On :: Tue, 20 Dec 2005 09:17:53 GMT HSTP-NFWT - Requirements for Network Address Translator and Firewall Traversal of H.323 Multimedia Systems Full Article
h.323 HSTP-FNTP - Firewall and NAT Traversal Problems in H.323 Systems By www.itu.int Published On :: Wed, 28 Mar 2007 16:44:44 GMT HSTP-FNTP - Firewall and NAT Traversal Problems in H.323 Systems Full Article
h.323 HSTP-H.510M - Usage of the H.510 protocol for the support of H.323 based Multimedia Services within GPRS/IMT2000 networks By www.itu.int Published On :: Fri, 13 Mar 2009 09:50:52 GMT HSTP-H.510M - Usage of the H.510 protocol for the support of H.323 based Multimedia Services within GPRS/IMT2000 networks Full Article