Categories
DNS

Compiling bind9 on linux with Response Rate Limiting (to prevent DDoS DNS attacks)

This tutorial can easily be applied to most any linux system. I went through these steps on Debian 7 server. First let’s setup the environment, this tutorial assumes you have no previous install of bind on the server. mkdir -p /var/local/cache/bind mkdir -p /usr/local/etc/bind We are assuming group id and user id 5005 are free, […]