- Home >
- Tutorial membuat DNS Server
Posted by : Unknown
Rabu, 23 Maret 2016
DNS Server
Konfigurasi DNS Server
#
apt-get install bind9
#
nano /etc/bind/named.conf.local
Zone “mtechno.co.id” {
Type master;
File
“/etc/bind/db.m” ;
};
Zone
“2.168.192.in-addr.arpa” {
Type master;
File
“/etc/bind/db.2” ;
};
#
cp /etc/bind/db.local /etc/bind/db.m
#
cp / etc/bind/db.127 /etc/bind/db.2
#
/etc/init.d/bind9 restart
#
nslookup mtechno.co.id
#
nslookup 192.168.2.50