logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

Problems setting up Bind9 in a LAN: msg#00248

Subject: Problems setting up Bind9 in a LAN
Hello,
I'm trying to set up Bind9 in SuSE Linux 8.1 to provide domains names in =
a=20
LAN. I've got named to succesfully forward requests to my ISP's domain na=
me=20
servers, but I can't get any local domains to be recognised.
My lan uses 192.168.0.x adresses.
I added this to /etc/named.conf:
zone "0.168.192.in-addr.arpa" in {
        type master;
        file "192.168.0.zone";
};

and created a file /var/named/192.168.0.zone with:
$TTL 2D
0.168.192.in-addr.arpa.  IN SOA  somename.lan.  root.somename.lan. (
1999092901=09; serial
1D=09=09=09; refresh
2H=09=09=09; retry
1W=09=09=09; expiry
2D )=09=09=09; minimum
=09IN NS=09200mhz.somename.lan.
1.0.168.192=09IN PTR=09200mhz.somename.lan.
2.0.168.192=09IN PTR=091ghz.somename.lan.
3.0.168.192=09IN PTR=09233mhz.somename.lan.
4.0.168.192=09IN PTR=09700mhz.somename.lan.

What am I doing wrong? I've read several manuals and how-tos, but I don't=
=20
understand how I should configure this. Thanks a lot in advance.




<Prev in Thread] Current Thread [Next in Thread>