HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Stop BIND server forwarding
Operating System - HP-UX
1825677
Members
3751
Online
109686
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
02-03-2003 05:44 PM
02-03-2003 05:44 PM
Dear all,
I have to use a bind 4.9.2 server. I know it is a bad idea - not my choice.
I do not want this server to be doing forwarding.
Is there a way of stopping it trying to reach the root servers when no forwarder is listed.
Cheers,
Damo
I have to use a bind 4.9.2 server. I know it is a bad idea - not my choice.
I do not want this server to be doing forwarding.
Is there a way of stopping it trying to reach the root servers when no forwarder is listed.
Cheers,
Damo
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2003 06:05 PM
02-03-2003 06:05 PM
Solution
Remove the root servers from the configuration files in
/etc/named.data
One problem though, you'd better take a backup because you might break the server anyway.
More basic question: Why is this box acting as a dns server anyway?
By disabling this functionality, you are stripping it of much functionality. You could not run the named service at all and just do the following:
1)
/etc/resolv.conf
nameserver ip_of_real_dns
2)
/etc/nsswtich.conf
Have dns listed first.
do a nslookup to see if anything his resolved.
Lastly, if you must used named, you are using a very old version with lots of serious security flaws.
You are better off upgrading to BIND 9.2.1
For HP-UX 11.00 or 11.11
https://payment.ecommerce.hp.com/cgi-bin/swdepot_parser.cgi/cgi/try.pl?productNumber=BIND9.2&date=
BIND 8x for 10.20 or lower. Read carefully, there are prerequisites.
http://www.software.hp.com/products/DNS_BIND/index.html
My point is if you strip out the functionality of BIND, why are you running it. This directive is clearly driven by security. If so, you might be better off without running BIND at all.
P
/etc/named.data
One problem though, you'd better take a backup because you might break the server anyway.
More basic question: Why is this box acting as a dns server anyway?
By disabling this functionality, you are stripping it of much functionality. You could not run the named service at all and just do the following:
1)
/etc/resolv.conf
nameserver ip_of_real_dns
2)
/etc/nsswtich.conf
Have dns listed first.
do a nslookup to see if anything his resolved.
Lastly, if you must used named, you are using a very old version with lots of serious security flaws.
You are better off upgrading to BIND 9.2.1
For HP-UX 11.00 or 11.11
https://payment.ecommerce.hp.com/cgi-bin/swdepot_parser.cgi/cgi/try.pl?productNumber=BIND9.2&date=
BIND 8x for 10.20 or lower. Read carefully, there are prerequisites.
http://www.software.hp.com/products/DNS_BIND/index.html
My point is if you strip out the functionality of BIND, why are you running it. This directive is clearly driven by security. If so, you might be better off without running BIND at all.
P
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2003 10:02 PM
02-03-2003 10:02 PM
Re: Stop BIND server forwarding
I'd rather use "forward-only" directive. This setup makes sense though - when you only want to service internal zones which are not visible from outside for instance.YOu should specify forwarders list and use directive "forward-only". This makes sure your server will only resolve using forwarders you specify and will NEVER try to resolve anything recursively, querying root or other servers. In this setup first BIND will look for answer in its cache and, if not found, will try forwarders, if not found again it will answer NXDOMAIN.
regards,
/Marius
regards,
/Marius
hi
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP