dear linuxer...
pada saat restart named kenapa ya selalu failed, setelah aku cek file
rndc nya ga ada dimana saya bisa dapatkan lagi file rndc

/etc/rc.d/init.d/named restart
Stopping named: rndc: get key: not found
                                                          [FAILED]
---------------
test dns
1. whois lookup  :
Found WHOIS server for .id: whois.idnic.net.id.  Looking up.
Sorry, I could not resolve whois.idnic.net.id.
2.DNS Timing
Searching for mgh.group.co.id A record at f.root-servers.net Got
referral to NS1.id. [took 56 ms]
Searching for mgh.group.co.id A record at NS1.id. Reports no A records
(NXDOMAIN). 252ms.

Sorry, I could not continue.
3. DNS Report
[ERROR: The parent servers say that the domain mgh.group.co.id does
not exist. Note that the DNS Report only works on domains, not
hostnames.]

ini file /etc/named.conf

zone "7.160.150.202.in-addr.arpa" {
       type master;
       file "/var/named/202.150.160.7.rev";
       };

zone "mgh.group.co.id" {
       type master;
       file "/var/named/mgh.group.co.id.hosts";
       };
------------------------------

file /var/named ==> mgh.group.co.id

$ttl 38400
mgh.group.co.id.        IN      SOA     server-dns. help.meghantara.co.id. (
                       1169739796
                       10800
                       3600
                       604800
                       38400 )
mgh.group.co.id.        IN      NS      202.150.160.7
IN A 202.150.160.7

ns1 IN A 202.150.160.7
www.mgh.group.co.id.    IN      CNAME   202.150.160.7

---------------------------------
file /var/named ==> 202.150.160.7.rev

$ttl 38400
@       IN      SOA     mgh.group.co.id. help.meghantara.co.id. (
                       1169738148
                       10800
                       3600
                       604800
                       38400 )
       IN NS mgh.group.co.id.

225.7.160.150.202.in-addr.arpa. IN      PTR     mgh.group.co.id.

aku seting lewat webmin, kira2 apa yg salah....

salam
aris

2007/1/25, Universitas Bunda Mulia IT Administrator Role Object
<[EMAIL PROTECTED]>:
Coba:
[EMAIL PROTECTED]:~> nslookup
> server <ip server dns disini>
> mgh.or.id

contoh di saya, test dari dalam network:
[EMAIL PROTECTED]:~> nslookup
> server <IP DNS server>
Default server: <IP DNS server>
Address: <IP DNS Server>#53
> bundamulia.ac.id
Server:         <IP DNS Server>
Address:        <IP DNS servere>#53

Name:   bundamulia.ac.id
Address: <ip bundamulia.ac.id>

kalau mau test dns nya dari luar network:
coba ke http://www.dnsstuff.com
pakai tools disana untuk test.
kalau dari luar, otomatis pakai ip public.
di saya, NAT yang berjalan, jadi dari dalam dan luar berbeda ip nya.

dari luar, hasil nya gini:

How I am searching: Searching for bundamulia.ac.id ALL record at
h.root-servers.net [128.63.2.53]: Got referral to ns1.indo.net.id.
(zone: id.) [took 10 ms] Searching for bundamulia.ac.id ALL record at
ns1.indo.net.id. [202.159.32.2]: Got referral to ns1.id. (zone: ac.id.)
[took 306 ms] Searching for bundamulia.ac.id ALL record at ns1.id.
[202.155.30.227]: Got referral to ns2.rollernet.us. (zone:
bundamulia.ac.id.) [took 256 ms] Searching for bundamulia.ac.id ALL
record at ns2.rollernet.us. [216.90.171.3]: Reports
ns1.bundamulia.ac.id. [took 83 ms] Response:
Domain  Type    Class   TTL     Answer
bundamulia.ac.id.       SOA     IN      259200

Primary DNS server: ns1.bundamulia.ac.id.
Responsible Name:   [EMAIL PROTECTED]
Serial:             2006113001
Refresh:            10800 (3h)
Retry:              3600 (1h)
Expire:             604800 (1w)
Minimum/NegTTL:     86400 (1d)


bundamulia.ac.id.       NS      IN      259200  ns2.rollernet.us.
bundamulia.ac.id.       NS      IN      259200  ns1.rollernet.us.
bundamulia.ac.id.       NS      IN      259200  ns1.bundamulia.ac.id.
bundamulia.ac.id.       A       IN      259200  222.124.250.162
<http://www.dnsstuff.com/tools/whois.ch?ip=222.124.250.162>
bundamulia.ac.id.       MX      IN      259200  email.bundamulia.ac.id. 
[Preference =
10]
bundamulia.ac.id.       MX      IN      259200  mail.rollernet.us. [Preference 
= 20]
bundamulia.ac.id.       MX      IN      259200  mail2.rollernet.us. [Preference 
= 20]
bundamulia.ac.id.       TXT     IN      259200  "v=spf1 a mx include:bms.or.id 
~all"
ns1.rollernet.us.       A       IN      86400   208.11.75.3
ns1.bundamulia.ac.id.   A       IN      259200  222.124.250.161
ns2.rollernet.us.       A       IN      86400   216.90.171.3
email.bundamulia.ac.id.         A       IN      259200  222.124.250.163
mail.rollernet.us.      A       IN      86400   208.11.75.2
mail2.rollernet.us.     A       IN      86400   216.90.171.2


semoga membantu

aries m thamrin wrote:
> ikut nimbrung mas
> saya punya 1 pc buat dns server menggunakan os pinux dan ada 2 lan card
> lan 1 ===> ip 202.150.160.7 untuk inet
> lan 2 ===> ip 10.10.10.1 rencana buat dhcp
> ------------
> saya udah seting di /etc/named.conf
> .......
> include "/etc/rndc.key";
> zone "mgh.or.id" IN {
>        type master;
>        file "/var/named/db.mgh.or.id";
>        };
>
> zone "160.150.202.in-addr.arpa" {
>        type master;
>        file "/var/named/db.160.150.202";
>        };
> -------------
> /var/named -- db.mgh.or.id
>
> $ttl 38400.
> @ORIGIN mgh.
> @       IN      SOA     ns.mgh.or.id. help.meghantara.co.id. (
>                        2003082703
>                        3600
>                        900
>                        3600000
>                        3600 )
> @       IN      MX 10   mgh.or.id.
> @       IN      NS      mgh.or.id.
> @       IN      A       202.150.160.7
> www     IN      A       202.150.160.7
>
> /var/named --  db.160.150.202
> $ttl 38400
> @ IN SOA localhost. root.localhost. (
>         1997022700      ; Serial
>         28800           ; Refresh
>         14400           ; Retry
>         3600000         ; Expire
>         86400 )         ; Minimum
> IN NS   localhost.
> 225 IN PTR  ns1.mgh.or.id.
> ---------------
> Test DNS
> ---------------
> ~ saya udah bisa # ping ke mgh.or.id
> ~ tapi ga bisa # host mgh.or.id
> connection timed out; no servers could be reached
> ~ # dig mgh.or.id
> ; <<>> DiG 9.2.1 <<>> mgh.or.id
> ;; global options:  printcmd
> ;; connection timed out; no servers could be reached
>
> kira2 apa yang kurang dalam seting ini, saya mohon bantuan pencerahan
> dr rekan2, terima kasih.
>
> salam
> aris
>
>
> Pada tanggal 07/01/24, yanu <[EMAIL PROTECTED]> menulis:
>> On Wed, January 24, 2007 2:21 pm, A r j u n a said:
>> > On Wednesday 24 January 2007 13:27, yanu wrote:
>> >>
>> >> ma'af salah ketik,
>> >>
>> >> /etc/init.d/named start
>> >>
>> >> > dan saya test, hasilnya kok masih
>> >> >
>> >> > # host jerapah.com
>> >> > jerapah.com has address 82.165.132.30
>> >
>> > /etc/resolv.conf anda mengarah kemana?
>> >
>> > ini jerapah.com dummy domain atau anda gunakan untuk local intranet
>> anda?
>> > sebab di internet memang ada domain jerapah.com dengan ip address
>> > 82.165.132.30
>> >
>> > --
>> > I am human and I need to be loved
>> > Just like everybody else does
>>
>>
>> untuk eksperimen mas ...
>>
>> btw, ternyata file /etc/resolv.conf nya salah targetnya
>>
>> sekarang udah OK
>>
>> trims,
>>
>>
>> >
>> > --
>> > FAQ milis di http://wiki.linux.or.id/FAQ_milis_tanya-jawab
>> > Unsubscribe: kirim email ke [EMAIL PROTECTED]
>> > Arsip dan info milis selengkapnya di http://linux.or.id/milis
>> >
>> >
>>
>>
>>
>> --
>> FAQ milis di http://wiki.linux.or.id/FAQ_milis_tanya-jawab
>> Unsubscribe: kirim email ke [EMAIL PROTECTED]
>> Arsip dan info milis selengkapnya di http://linux.or.id/milis
>>
>>
>


--
FAQ milis di http://wiki.linux.or.id/FAQ_milis_tanya-jawab
Unsubscribe: kirim email ke [EMAIL PROTECTED]
Arsip dan info milis selengkapnya di http://linux.or.id/milis



--
FAQ milis di http://wiki.linux.or.id/FAQ_milis_tanya-jawab
Unsubscribe: kirim email ke [EMAIL PROTECTED]
Arsip dan info milis selengkapnya di http://linux.or.id/milis

Kirim email ke