- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- DNS server - secure setup
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-15-2002 01:10 PM
11-15-2002 01:10 PM
DNS server - secure setup
We are in the process of moving our DNS services from a Windows-based server to a HP-UX machine. I have set up a DNS server, albiet a few years ago. We also need to have it completely secure, i.e. no access except thru Secure Shell, so all the internet services (standard) will be disabled.
Does anyone have any pointers /documents on steps to set up a DNS server and lock it down ?
Thanks
-Shekar Raman
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2002 01:16 PM
11-15-2002 01:16 PM
Re: DNS server - secure setup
If you are planning to install hp-ux 11.11 (which I recommend), then look at HP product called 'Bastille'. It not only secures your server, but also chroots your BIND directory structure.
HTH
...Manjeet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2002 01:18 PM
11-15-2002 01:18 PM
Re: DNS server - secure setup
-Shekar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2002 01:22 PM
11-15-2002 01:22 PM
Re: DNS server - secure setup
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=B6849AA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2002 01:34 PM
11-19-2002 01:34 PM
Re: DNS server - secure setup
Create acls in the bind configuration file. Zone transfers should only be allowed between your dns servers, and perhaps within your own network. The primary DNS should only accept updates from localhost. Secondary servers should only accept updates from the primary (possibly from other secondaries).
If you want dynamic updates from DHCP consider making your DHCP server your DNS server. Only allow the DHCP server to update the appropriate domains.