- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- DNS and BIND
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-2000 11:06 PM
12-06-2000 11:06 PM
DNS and BIND
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2000 01:11 AM
12-07-2000 01:11 AM
Re: DNS and BIND
and also this previous thread:
http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0xf8938d77ef20d411b66300108302854d,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2000 03:22 AM
12-07-2000 03:22 AM
Re: DNS and BIND
/usr/sbin/named -version
and it will print it's version. Too bad this simple switch is not built into more programs....
If your really going to look at 8.2.X though, make sure you are running at least patch level 5. Prior has many security flaws.
Better yet, Bind 9 is completely multi-threaded and very nice. If you are going to get the unauthorized version, and your server is busy V9 is your best bet!
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2000 06:04 AM
12-07-2000 06:04 AM
Re: DNS and BIND
Then follow the compilation instructions and voila...
Best regards
Juan Gonz?lez
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2000 10:46 AM
12-07-2000 10:46 AM
Re: DNS and BIND
Keep in mind though that while you can then run the named from that distribution, unless you take other action (such as relinking), the resolver routines used by apps will be the one provided by the OS.
Also, while BIND 9 is multi-threaded, I've found that a single threaded BIND 8 can serve a very high request rate, and on a UP system BIND 8 is probably faster. The last measurements I took of BIND 9 though were of a BETA, where I got results slower than 8 on a caching-only server test.