file named.root, db.localhost, db.domainku ada di directory /var/named
jgn lupa set permisi nya agar user yg menjalankan daemon bind ini,
bisa read, write, excute mungkin, trus di jail di home directory nya

On 6/7/06, Linux Pemula <[EMAIL PROTECTED]> wrote:


--- Fajar Priyanto <[EMAIL PROTECTED]> wrote:
>
> Coba paste isi dari /etc/named.conf disini.
> --
> Fajar Priyanto | Reg'd Linux User #327841 | Linux
> tutorial
> http://linux2.arinet.org
> 17:51:26 up 10:03, 2.6.16-1.2111_FC5 GNU/Linux
> Let's use OpenOffice. http://www.openoffice.org


Berikut untuk named.conf-nya


key "rndc-key" {
        algorithm hmac-md5;
        secret "eiTSENyME9URmelQwLYv3g==";
};


 controls {
       inet 127.0.0.1 port 953
               allow { 127.0.0.1; } keys { "rndc-key";
};
 };

options {
        directory "/var/named";
        pid-file "/var/named/named.pid";
        recursion no;
};

logging {
        category lame-servers { null; };
};

zone "." IN {
        type hint;
        file "named.root";
};

zone "localhost" IN {
        type master;
        file "db.localhost";
        allow-update { none; };
};

zone "0.0.127.in-addr.arpa" IN {
        type master;
        file "db.127.0.0";
        allow-update { none; };
};

zone "xx.152.202.in-addr.arpa" IN {
        type master;
        file "db.202.152.xx";

};
zone "domainaku.com" {
        type master;
        file "db.domainaku.com";

};


Thanks

Rgds



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

--
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