Re: DNS not working

This is a discussion on Re: DNS not working within the Bind Users forums, part of the DNS and Related Forums category; here is a plain text of all the files. named.conf // generated by named-bootconf.pl options { directory "/var/...


Go Back   Usenet Forums > DNS and Related Forums > Bind Users

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 08-29-2003
Yogish
 
Posts: n/a
Default Re: DNS not working

here is a plain text of all the files.
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; };

};

include "/etc/rndc.key";



brokerserver.zone file



$TTL 86400

@ IN SOA brokerserver. hostmaster.brokerserver. (

1 ; serial

28800 ; refresh

7200 ; retry

604800 ; expire

86400 ; ttl

)



IN NS brokerserver.



IN A 192.168.1.18



schuh. IN A 192.168.1.4

czar. IN A 192.168.1.1



localhost IN A 127.0.0.1



ARPA file

$TTL 86400

@ IN SOA brokerserver. hostmaster.brokerserver.

(

1 ; serial

28800 ; refresh

7200 ; retry

604800 ; expire

86400 ; ttk

)



@ IN NS brokerserver.

18.1.168.192 IN PTR brokerserver.

1.1.168.192 IN PTR czar.



I would appreciate if someone can help me out with this. named-checkconf
doesnot give any warnings or anythign.

Regards

Yogish



----- Original Message -----
From: "Yogish" <yogish.gk@ahsinc.com>
To: <comp-protocols-dns-bind@isc.org>
Sent: Friday, August 29, 2003 9:12 AM
Subject: DNS not working


Hi all
I am still not able to rsolve the conflict because my DNS is not working. I
had attached all conf files in previous mails. I would appreciate it if
someone can help me.
Regards
Yogish





Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 05:20 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0