blog.erben.sk Just another sysadmin blog

20Jul/110

Install conntrack tools on Centos 5

Conntrack tools allows manipulating linux connection tracking table. Command conntrack is useful for deleting conntrack entries, but it is not included by default in RHEL/Centos.

Filed under: centos, linux Continue reading
5Nov/100

Digmia Centos repository

Digmia Enterprise Linux Source is repository with many interesting and actual packages for Centos (RHEL). It contais for example mysql-5.0.84-2.el5.x86_64.rpm, php-5.2.10-2.el5.x86_64.rpm, zabbix-1.8.3-2.el5.x86_64.rpm, postgresql-8.2.14-1.el5.x86_64.rpm and many more.

Filed under: centos, linux No Comments
18Apr/100

Blocking SIP brute force attacks with fail2ban

SIP brute force attacks against Asterisk servers are very popular. Best way to defend is to block sip by default and allow only allowed IPs to connect. But we can not use this approach in some cases. Here fail2ban can help.