Guideline to create new DNS zone in bind of abc.com server

Step (1) ----------------------------------------------------------

vi /etc/bind/named.conf
zone "alanstudio.hk" { type master; file "/etc/bind/zones/alanstudio.hk"; };


Step (2) ----------------------------------------------------------

vi /etc/bind/zones/alanstudio.hk"

(Example)

$TTL 1801; @ IN SOA ns1.abc.com. ns2.abc.com. root.abc.com. ( 1 ; 1800 ; 3600 ; 1800 ; 1801 ) ; IN NS ns1.abc.com. IN NS ns2.abc.com. IN MX 10 mail.alanstudio.hk. alanstudio.hk. IN A 210.111.222.31 mail IN CNAME alanstudio.hk. www IN CNAME alanstudio.hk. ftp IN CNAME alanstudio.hk.

Step (3) ----------------------------------------------------------

/etc/init.d/bind9 stop; killall -9 named; /etc/init.d/bind9 start



Server is hosted by Alanstudio
Linux Operating System

Recommend screen resolution 1024 x 768 / IE / FireFox
Alan Studio © 2007 by Alan Cheung Hin Lun. All rights reserved.