- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Local DNS issues SERVFAIL for one domain all other...
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
12-06-2006 06:01 AM
12-06-2006 06:01 AM
Local DNS issues SERVFAIL for one domain all others work.
Any suggestions on how I can find out if the problem is coming from the DNS cache?
[code]
Zone file in /etc/named
$TTL 86400
stkusers.com. IN SOA stkusers.com. veb.cabot-biz.com. (
20031208 ; serial
28800 ; refresh
7200 ; retry
604800 ; expire
86400 ; ttl
)
IN NS cabot-biz.com.
stkusers.com. IN MX 10 cabot-biz.com.
stkusers.com. IN A 66.112.33.128
*.stkusers.com. IN CNAME stkusers.com.
And in the file /etc/named.conf:
zone "stkusers.com" IN {
type master;
file "stkusers.zone";
allow-update { none; };
};
[/code]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2006 06:09 AM
12-06-2006 06:09 AM
Re: Local DNS issues SERVFAIL for one domain all others work.
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2006 06:58 AM
12-06-2006 06:58 AM
Re: Local DNS issues SERVFAIL for one domain all others work.
Interesting; the command returns nothing and there is no /var/cache/bind
/var/cache is there but no bind there.
The box is running Fedora Core 5.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2006 07:24 AM
12-06-2006 07:24 AM
Re: Local DNS issues SERVFAIL for one domain all others work.
- change default locations of dumpdb & stats file to /var/named/data
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2006 07:42 AM
12-06-2006 07:42 AM
Re: Local DNS issues SERVFAIL for one domain all others work.
I'll scrub it for clues.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2006 08:26 AM
12-06-2006 08:26 AM
Re: Local DNS issues SERVFAIL for one domain all others work.
Call me El Stupido !