Cara Membuat domain diserver lokal
November 9, 2007ini ada catatan kecil yang sy buat sendiri.barangkali bisa berguna bagi teman-teman sekalian,maaf sy buat dalam bahasa inggris.kalau ada yang kurang mohon masukkannya.
The domain instruction diserver local (Server02)
the Example: psi-catatanku.com
added the line along with in file named.conf yg was located in etc
one"$nama_domain" IN {
typemaster;
file"$nama_file.zone";
allow-update{ 192.168.1.11; };
};
Contoh:
zone"psi-catatanku.com" IN {
typemaster;
file"psi-catatanku.zone";
allow-update{ 192.168.1.11; };
};
For file the zone to $nama domain by the name of $nama file.zone
in/var/named/with the contents like along with:
$TTL 86400
@ IN SOA $nama_domain.com. root.$nama_domain.(
42 ; serial(d. adams)
3H ; refresh
15M ; retry
1W ; expiry
1D ) ; minimum
INNS $nama_domain.
INA 192.168.1.11
www IN CNAME $nama_domain.
$sub_domain IN CNAME $nama_domain.
#Deklarasi subdomain dengan nama $sub_domain.$nama_domain
Contoh:
$TTL 86400
@ IN SOA psi-catatanku.com. root.psi-catatanku.com. (
42 ; serial (d. adams)
3H ; refresh
15M ; retry
1W ; expiry
1D ) ; minimum
INNS psi-catatanku.com.
INA 192.168.1.11
www IN CNAME psi-catatanku.com.
manage IN CNAME psi-catatanku.com.
jalanjaksa IN CNAME psi-catatanku.com.
# the Declaration of the sub-domain by the name of manage.Psi-catatanku.com
- Restart service DNS him with the order
* service named restart
# The configuration test that was made by sending the package request keserver
#ping psi-catatanku.com
#ping www.psi-catatanku.com
#ping manage.psi-catatanku.com
#ping jalanjaksa.psi-catatanku.com
#Be finished. Remained for virtual name dikonfigurasi apache to activate webserver him.
semoga bermanfaat.saya juga masih belajar.mari kita kembangkan ilmu dengan cara berbagi.
Comments »
The URI to TrackBack this entry is: http://blognaachmad.blogsome.com/2007/11/09/cara-membuat-domain-diserver-lokal/trackback/
No comments yet.
RSS feed for comments on this post.
Leave a comment
Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>
•






















