Networking Forums

Networking Forums > Computer Networking > Linux Networking > DNS Bind don't resolve local names

Reply
Thread Tools Display Modes

DNS Bind don't resolve local names

 
 
keesS
Guest
Posts: n/a

 
      08-19-2005, 03:59 PM
To run some virtual name-bases hostson my apache webserver, i want to
add some DNS A entries in my DNS server. I have the follwing
configuration:

========
named.conf:

options {
directory "/etc";
pid-file "/var/run/named/named.pid";
forwarders {
10.0.0.137;
};
};


zone "obsdetrampoline.nl" {
type master;
file "/etc/obsdetrampoline.nl.hosts";
};

========
obsdetrampoline.nl.hosts:

obsdetrampoline.nl. IN SOA 10.0.0.1.
info.obsdetrampoline.nl. (
1124462130
10800
3600
604800
30M )
obsdetrampoline.nl. IN NS 10.0.0.1.
www.obsdetrampoline.nl. IN A 10.0.0.1
test.obsdetrampoline.nl. IN A 10.0.0.1
localhost.obsdetrampoline.nl. IN PTR 127.0.0.1

=======
resolv.conf:

search obsdetrampoline.nl
nameserver 10.0.0.137

========

if i do now:
nslookup test.obsdetrampoline.nl

Server: 10.0.0.137
Address: 10.0.0.137#53
** Server can't find test.obsdetrampoline.nl: NXDOMAIN

What is wrong in my configuration?

Kind regards,
Kees Schroijen
 
Reply With Quote
 
 
 
 
keesS
Guest
Posts: n/a

 
      08-19-2005, 11:15 PM
On Fri, 19 Aug 2005 17:59:42 +0200, keesS <(E-Mail Removed)>
wrote:
The problem has allready been solved. Also dnsmasq was running and
blocked the listening on port 53. Reading the logs isn't that bad

Kees Schroijen
 
Reply With Quote
Reply

Thread Tools
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 On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
hosts.allow does not resolve names Bit Twister Linux Networking 13 12-26-2007 08:53 AM
How to resolve names Norbert Kolvenbach Linux Networking 15 03-27-2007 04:33 PM
Some DNS names won't resolve ritterhaus@yahoo.com Linux Networking 3 03-20-2005 08:28 AM
Can Not Resolve Host names =?Utf-8?B?QXR0aWN1cyBGaW5jaA==?= Windows Networking 4 01-16-2005 10:11 PM
Windows 98 won't resolve DNS names Grant Home Networking 2 04-15-2004 05:14 PM



1 2 3 4 5 6 7 8 9 10 11