- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: BIND question
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2002 12:27 AM
09-20-2002 12:27 AM
BIND question
My nameserver turns to the forwarder server for a query for a zone, for which it has a nameserver defined.Why?
Any help would be greatly appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2002 04:42 AM
09-20-2002 04:42 AM
Re: BIND question
nslookup
set deb
name to query goes here
cntl-d to quit
On my name server, it goes thru all the local lookups before doing the forward.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2002 05:47 AM
09-20-2002 05:47 AM
Re: BIND question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2002 05:49 AM
09-20-2002 05:49 AM
Re: BIND question
What does /etc/resolv.conf look like? /etc/nsswitch.conf??
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2002 04:59 AM
09-21-2002 04:59 AM
Re: BIND question
You can setup a particular zone one your nameserver to forward to another server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2002 10:09 PM
09-22-2002 10:09 PM
Re: BIND question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2002 10:07 AM
09-23-2002 10:07 AM
Re: BIND question
Is this zone a sub-domain for your nameserver? Who is primary for this zone? Have you tried becoming secondary for this zone to see if its stops forwarding?
If you can attach your named.conf (or named.boot) file and what version of BIND you are using, that will help to diagnose the issue.
...Manjeet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2002 09:29 PM
09-23-2002 09:29 PM
Re: BIND question
"/etc/named.conf" 113 lines, 1753 characters
// generated by named-bootconf.pl
options {
check-names response fail; // do not change this
check-names slave warn;
directory "/etc"; // running directory for 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;
auth-nxdomain no;
notify yes;
// forwarders {
// 212.39.88.2;
// };
};
//
// type domain source file
//
zone "0.0.127.IN-ADDR.ARPA" {
type master;
file "db.127.0.0";
};
zone "16.172.IN-ADDR.ARPA" {
type master;
file "db.172.16";
};
//zone "10.10.10.IN-ADDR.ARPA" {
// type master;
// file "db.10.10.10";
//};
zone "." {
type hint;
file "db.cache";
};
zone "5.16.172.IN-ADDR.ARPA" {
type master;
file "db.172.16.5";
};
zone "globul.bg" {
type master;
file "db.globul";
};
zone "net.globul.bg" {
type master;
file "db.net";
};
zone "1.16.172.IN-ADDR.ARPA" {
type master;
file "db.172.16.1";
};
zone "3.16.172.IN-ADDR.ARPA" {
type master;
file "db.172.16.3";
};
zone "34.16.172.IN-ADDR.ARPA" {
type master;
file "db.172.16.34";
};
zone "54.16.172.IN-ADDR.ARPA" {
type master;
file "db.172.16.54";
};
zone "74.16.172.IN-ADDR.ARPA" {
type master;
file "db.172.16.74";
};
zone "33.16.172.IN-ADDR.ARPA" {
type master;
file "db.172.16.33";
};
zone "32.16.172.IN-ADDR.ARPA" {
type master;
file "db.172.16.32";
};
zone "73.16.172.IN-ADDR.ARPA" {
type master;
file "db.172.16.73";
};
zone "53.16.172.IN-ADDR.ARPA" {
type master;
file "db.172.16.53";
};
logging {
channel log {syslog;
severity debug;};
};
My nameserver is not a primary for this zone, neither secondary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2002 09:33 PM
09-23-2002 09:33 PM
Re: BIND question
"/etc/named.conf" 113 lines, 1753 characters
// generated by named-bootconf.pl
options {
check-names response fail; // do not change this
check-names slave warn;
directory "/etc"; // running directory for 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;
auth-nxdomain no;
notify yes;
// forwarders {
// 212.39.88.2;
// };
};
//
// type domain source file
//
zone "0.0.127.IN-ADDR.ARPA" {
type master;
file "db.127.0.0";
};
zone "16.172.IN-ADDR.ARPA" {
type master;
file "db.172.16";
};
//zone "10.10.10.IN-ADDR.ARPA" {
// type master;
// file "db.10.10.10";
//};
zone "." {
type hint;
file "db.cache";
};
zone "5.16.172.IN-ADDR.ARPA" {
type master;
file "db.172.16.5";
};
zone "globul.bg" {
type master;
file "db.globul";
};
zone "net.globul.bg" {
type master;
file "db.net";
};
zone "1.16.172.IN-ADDR.ARPA" {
type master;
file "db.172.16.1";
};
zone "3.16.172.IN-ADDR.ARPA" {
type master;
file "db.172.16.3";
};
zone "34.16.172.IN-ADDR.ARPA" {
type master;
file "db.172.16.34";
};
zone "54.16.172.IN-ADDR.ARPA" {
type master;
file "db.172.16.54";
};
zone "74.16.172.IN-ADDR.ARPA" {
type master;
file "db.172.16.74";
};
zone "33.16.172.IN-ADDR.ARPA" {
type master;
file "db.172.16.33";
};
zone "32.16.172.IN-ADDR.ARPA" {
type master;
file "db.172.16.32";
};
zone "73.16.172.IN-ADDR.ARPA" {
type master;
file "db.172.16.73";
};
zone "53.16.172.IN-ADDR.ARPA" {
type master;
file "db.172.16.53";
};
logging {
channel log {syslog;
severity debug;};
};
My nameserver is not a primary for this zone, neither secondary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2002 09:36 PM
09-23-2002 09:36 PM
Re: BIND question
"/etc/named.conf" 113 lines, 1753 characters
// generated by named-bootconf.pl
options {
check-names response fail; // do not change this
check-names slave warn;
directory "/etc"; // running directory for 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;
auth-nxdomain no;
notify yes;
// forwarders {
// 212.39.88.2;
// };
};
//
// type domain source file
//
zone "0.0.127.IN-ADDR.ARPA" {
type master;
file "db.127.0.0";
};
zone "16.172.IN-ADDR.ARPA" {
type master;
file "db.172.16";
};
//zone "10.10.10.IN-ADDR.ARPA" {
// type master;
// file "db.10.10.10";
//};
zone "." {
type hint;
file "db.cache";
};
zone "5.16.172.IN-ADDR.ARPA" {
type master;
file "db.172.16.5";
};
zone "globul.bg" {
type master;
file "db.globul";
};
zone "net.globul.bg" {
type master;
file "db.net";
};
zone "1.16.172.IN-ADDR.ARPA" {
type master;
file "db.172.16.1";
};
zone "3.16.172.IN-ADDR.ARPA" {
type master;
file "db.172.16.3";
};
zone "34.16.172.IN-ADDR.ARPA" {
type master;
file "db.172.16.34";
};
zone "54.16.172.IN-ADDR.ARPA" {
type master;
file "db.172.16.54";
};
zone "74.16.172.IN-ADDR.ARPA" {
type master;
file "db.172.16.74";
};
zone "33.16.172.IN-ADDR.ARPA" {
type master;
file "db.172.16.33";
};
zone "32.16.172.IN-ADDR.ARPA" {
type master;
file "db.172.16.32";
};
zone "73.16.172.IN-ADDR.ARPA" {
type master;
file "db.172.16.73";
};
zone "53.16.172.IN-ADDR.ARPA" {
type master;
file "db.172.16.53";
};
logging {
channel log {syslog;
severity debug;};
};
My nameserver is neither primary not secondary for this zone
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2002 02:33 PM
09-24-2002 02:33 PM
Re: BIND question
I think you are using v8.1, correct? I looked at your named.conf file and forwarding option is turned off. What is the name of this zone that you are trying to define NS record for? If it isn't a part of globul.bg or net.globul.bg (e.g. corp.globul.bg or site.net.globul.bg respectively), the server is not even going to look at your db.globul and db.net database and will/should go to the servers defined in db.cache for further resolution.
Can you also send the contents of db.cache and let us know what zone you are trying to resolve?
...Manjeet
P.S. You can attach the file instead of pasting it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2002 10:04 PM
09-24-2002 10:04 PM
Re: BIND question
Version 8.1..yes, I'm using this version.
the zone I'm trying to define a ns record for is proba.bg-this is not a part of globul.bg, neither net.globul.bg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2002 06:56 AM
09-25-2002 06:56 AM
Re: BIND question
When started, it reads named.conf file and finds that its only authoritative for globul.bg and net.globul.bg. If forwarders option is defined, for proba.bg, it will go to forwarder host. If forwarders option is removed, it will check db.cache and if there is a host authoritative for bg domain, it will go there and look for NS record for proba.bg.
You can try defining NS record for proba.bg in your db.cache and see if it get resolved that way. The correct way will be to refer all your unresolved queries to the top domain master(or slave) which is .bg in your case and let him resolve proba.bg for you.
The other option is to become secondary(slave) for this domain, ask proba.bg domain to put NS record for you and happily resolve the queries! This way, you can continue to use forwarders for other unresolved names.
HTH
...Manjeet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2002 11:22 AM
09-25-2002 11:22 AM
Re: BIND question
Your DNS will not resolve anything for this domain since there is no zone defined in named.conf.
Instead it will pass it up the chain of servers via the db.hint file. Hopefully one of the root servers knows where to point it to.
Sean
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2002 09:25 PM
09-25-2002 09:25 PM
Re: BIND question
The fact is that I my nameserver turned to the forwarder for the zone for which I have defined a ns record in my db. file...and this continued untill I turned off the forwarder.
Thanks anyway
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 08:49 AM
09-26-2002 08:49 AM
Re: BIND question
How does your db.cache look like?