Netters, minta nasehat dan bantuannya...thank a lot sbelumnya

Gw pake RH9.2 yg kita setup sebagai DNS server, let's say servernya adalah L9HOME.COM. 

Masalahnya sampe sekarang, di client masih tdk bisa ping L9HOME.COM ato client lain. 
Harus pake pake ip address.

Kita coba check service DNS pada server, hasilnya sebagai berikut

[EMAIL PROTECTED] named]# ping l9home.com
PING l9home.com (192.168.1.254) 56(84) bytes of data.
64 bytes from ns1.l9home.com (192.168.1.254): icmp_seq=1 ttl=64 time=0.646 ms
64 bytes from ns1.l9home.com (192.168.1.254): icmp_seq=2 ttl=64 time=0.365 ms
64 bytes from ns1.l9home.com (192.168.1.254): icmp_seq=3 ttl=64 time=0.351 ms
64 bytes from ns1.l9home.com (192.168.1.254): icmp_seq=4 ttl=64 time=0.329 ms

--- l9home.com ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3034ms
rtt min/avg/max/mdev = 0.329/0.422/0.646/0.131 ms


[EMAIL PROTECTED] named]# nslookup l9home.com
Note:  nslookup is deprecated and may be removed from future releases.
Consider using the `dig' or `host' programs instead.  Run nslookup with
the `-sil[ent]' option to prevent this message from appearing.
Server:         192.168.1.254
Address:        192.168.1.254#53

Name:   l9home.com
Address: 192.168.1.254


[EMAIL PROTECTED] named]# dig l9home.com

; <<>> DiG 9.2.1 <<>> l9home.com
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 1135
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;l9home.com.                    IN      A

;; ANSWER SECTION:
l9home.com.             3600    IN      A       192.168.1.254

;; AUTHORITY SECTION:
l9home.com.             3600    IN      NS      ns.l9home.com.

;; Query time: 19 msec
;; SERVER: 192.168.1.254#53(192.168.1.254)
;; WHEN: Thu Apr 15 13:36:44 2004
;; MSG SIZE  rcvd: 61


[EMAIL PROTECTED] named]# nslookup www.l9home.com
Note:  nslookup is deprecated and may be removed from future releases.
Consider using the `dig' or `host' programs instead.  Run nslookup with
the `-sil[ent]' option to prevent this message from appearing.
Server:         192.168.1.254
Address:        192.168.1.254#53

** server can't find www.l9home.com: NXDOMAIN


[EMAIL PROTECTED] named]# dig www.l9home.com

; <<>> DiG 9.2.1 <<>> www.l9home.com
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 64640
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;www.l9home.com.                        IN      A

;; ANSWER SECTION:
www.l9home.com.         3600    IN      CNAME   linux.l9home.com.l9home.com.

;; AUTHORITY SECTION:
l9home.com.             3600    IN      SOA     ns.l9home.com. root.ns.l9home.com. 1 
3600 3600 604800 3600

;; Query time: 19 msec
;; SERVER: 192.168.1.254#53(192.168.1.254)
;; WHEN: Thu Apr 15 13:37:51 2004
;; MSG SIZE  rcvd: 107



Setting DNSnya sebagai berikut

[EMAIL PROTECTED] named]# vi /etc/named.conf
// generated by named-bootconf.pl

options {
        directory "/var/named";
        /*
         * If there is a firewall between you and nameservers you want
         * to talk to, you might need to uncomment the query-source
         * directive below.  Previous versions of BIND always asked
         * questions using port 53, but BIND 8.1 uses an unprivileged
         * port by default.
         */
        // query-source address * port 53;
};

//
// a caching only nameserver config
//
controls {
        inet 127.0.0.1 allow { localhost; } keys { rndckey; };
};
zone "." IN {
        type hint;
        file "named.ca";
};
zone "localhost" IN {
        type master;
        file "localhost.zone";
        allow-update { none; };
};
zone "0.0.127.in-addr.arpa" IN {
        type master;
        file "named.local";
        allow-update { none; };
};
zone "l9home.com" IN {
        type master;
        file "db.l9home.com";
};
zone "1.168.192.in-addr.arpa" IN {
        type master;
        file "db.1.168.192";
};
include "/etc/rndc.key";




[EMAIL PROTECTED] named]# vi /var/named/db.l9home.com
@       IN      SOA     ns.l9home.com. root.ns.l9home.com. (
01              ; serial
1H              ; refresh
1H              ; retry
1W              ; expiry
1H )    ; ttl
@       IN      NS      ns
dns     IN      A       192.168.1.254
@       IN      A       192.168.1.254
www     IN      CNAME   ns


[EMAIL PROTECTED] named]# vi /var/named/db.l.168.192

@       IN      SOA     ns1.l9home.com. root.ns1.l9home.com. (
01              ; serial
1H              ; refresh
1H              ; retry
1W              ; expiry
1H )    ; ttl
@       IN      NS      ns1
254     IN      PTR     ns1.l9home.com.


[EMAIL PROTECTED] named]# vi /etc/resolv.conf
domain l9home.com
nameserver 192.168.1.254

--
Unsubscribe: kirim email kosong ke [EMAIL PROTECTED]
Arsip dan info di http://linux.or.id/milis.php
FAQ milis http://linux.or.id/faq.php

Kirim email ke