- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- DNS problem
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
11-03-2000 05:53 AM
11-03-2000 05:53 AM
DNS problem
Zone transfer request for secondary zone mitros refused by master DNS server at 10.1.1.10.
It looks like my Unix box recjects the DNS calls from the NT-server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2000 06:28 AM
11-03-2000 06:28 AM
Re: DNS problem
check your /etc/named.boot you should have entries like:
primary mitros.com db.mitros
secondary ntbox.mitros.com 10.1.1.1 db.ntbox
To better troubleshoot, you could turn on debugging by issuing a
kill -USR1 `cat /var/run/named.pid`
and inspecting the logs /var/tmp/named.run
just some pointers...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2000 06:32 AM
11-03-2000 06:32 AM
Re: DNS problem
I guess your server does not allow zone-transfers
use 'xfrnets' option for Bind 4
or 'allow-transfer' option for Bind 8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2000 08:23 AM
11-03-2000 08:23 AM
Re: DNS problem
I'm sorry but I don't understand your reply. How can I see wat version of Bind i have and how can i set the options that you described?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2000 04:30 PM
11-04-2000 04:30 PM
Re: DNS problem
What is the name of your 'named' configuration file ?
If it is called named.boot -> Bind 4
If it is called named.conf -> Bind 8
As far as the exact syntax of the options are concerned take a look at the man pages for named. "man named"
If this is not enough to keep you going - do return.
And one last hint: Do not use MS DNS (unless your life depends on it :-) - it's a broken implementation in a lot of ways.