DNS Bind don't resolve local names

This is a discussion on DNS Bind don't resolve local names within the Linux Networking forums, part of the Linux Forums category; To run some virtual name-bases hostson my apache webserver, i want to add some DNS A entries in my ...


Go Back   Usenet Forums > Linux Forums > Linux Networking

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 08-19-2005
keesS
 
Posts: n/a
Default DNS Bind don't resolve local names

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
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 07:02 AM.


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