Install and configure Bind DNS Caching Server on Debian (Ubuntu) Distributions
From Kathmann Labs
[edit] Install and configure Bind DNS Caching Server on Debian (Ubuntu) Distributions
- This will assume you already have Debian or one of it's variants install and configured.
Install Bind
- apt-get install bind - install Bind
Configure Bind on system startup
- update-rc.d bind defaults
Start Bind
- /etc/init.d/bind restart

