About:
GBIND admin is an easy to use GTK+ administration tool for ISC BIND. It handles multiple domains and can switch between master and slave domains. It can change the domain name for entire domains and subdomains, including domain resources such as MX, A, AAAA, CNAME, and NS. It can also generate and set up secret keys for rndc, construct a chroot environment, and handle DDNS operations. Gbind admin and Gdhcpd is a great combination for setting up DDNS domains.
If you are a new user in the GNU/Linux world, first make sure you read some manuals and howtos about ISC BIND DNS. This is one place of many where you can get some good information: BIND information
Download BIND>=9.3.2 from www.isc.org and unpack it like this:
tar -zxvf bind-x.x.x.tar.gz then cd into that directory and type:
./configure –prefix=/usr –sysconfdir=/etc –localstatedir=/var –sbindir=/usr/sbin
make
make install
If there are no errors youre ready to install gbind which can be done like this:
Download gbind-x.x.x.tar.gz and unpack it like this:
tar -zxvf gbind-x.x.x.tar.gzCD into that directory then run:
./Autoinstall (if you like the settings in it).
Now you should be able to start it by typing gbind at a shellprompt or
from GNOME or KDE’s program menus and youre ready to start.