Tag: centos 6

Replicating block device with DRBD on Centos 6

30 November 2013

Replicating block device with DRBD on Centos 6 How to configure DRBD on CentOS 6 DRBD® refers to block devices designed as a building block to form high availability(HA) clusters – Distributed Replicated Block Device This is done by mirroring a whole block device via an assigned network. Distributed Replicated Block Device can be understood as network based raid-1.   Distributed Replicated Block […]

Limit bandwidth UDP

10 September 2013

Limit bandwidth UDP This script limit the bandwidth for udp traffic – It can help to prevent hosting environment to ddos other by udp. Denial of service attacks are major nuisance for web hosts, and as a web host you’ll have to take every measure to protect your resources from DoS attacks. Our APF, BFD, DDoS […]

Auto install a Secure Teamspeak 3 Server on CentOS 6

29 August 2013

Ever wanted your own Teamspeak 3 Server? I have built a script that will install a secure copy of Teamspeak 3 (64 bit) on CentOS 6 Simply run the following set of commands on your CentOS 6.4 server to install a secure Teamspeak 3 voice server: # Secure Iptables iptables -F iptables -X iptables -t […]