- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Bind 9.2.0 client
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
09-05-2003 12:07 PM
09-05-2003 12:07 PM
Bind 9.2.0 client
Thanks,
Damon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2003 12:10 PM
09-05-2003 12:10 PM
Re: Bind 9.2.0 client
That is a front end that will work.
Long run, its better they learn what a DNS record really looks like and us vi.
SEP
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
09-05-2003 12:55 PM
09-05-2003 12:55 PM
Re: Bind 9.2.0 client
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2003 02:47 PM
09-05-2003 02:47 PM
Re: Bind 9.2.0 client
There is a feature in the Microsoft DNS server that will let you export the database to a text file.
This file is a basis for the zone files you need to maintain the DNS records.
As far as I know in HP-UX you can use SAM to maintain these files or you can use vi and edit them directly.
I recommend vi. Linuxconf has a nice GUI for maintaining these records if you want to use Linux instead of HP-UX.
HP-UX in my opinion is better.
The Microsoft GUI was always a pain when I used it at client sites and any time I had good cause to sneak in a Linux server, I migrated DNS functionality there.
SEP
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
09-05-2003 03:00 PM
09-05-2003 03:00 PM
Re: Bind 9.2.0 client
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2003 07:30 AM
09-08-2003 07:30 AM
Re: Bind 9.2.0 client
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2003 04:30 AM
09-09-2003 04:30 AM
Re: Bind 9.2.0 client
I posted this reply once but I believe there was a forums server issue, if this is a double post I apologize.
If you want your admins to just be able to update your zones you can consider using
nsupdate ( man 1 nsupdate ) which is available with BIND 9.2.
There is a basic document in the ITRC Knowledge base w/ some examples available, the man page gives more detail. Docid is KBQA00000361.
You would want to set up some security on your BIND server for your zones using the allow-update statement along with setting up some TSIG keys.
For Security Key generation you should download the HP Strong Random number Generator here. This will also help w/ applications like Secure Shell.
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=KRNG11I
If you don't have the O'Reilly DNS/BIND book yet you should grab a copy. There is a BIND cookbook by O'Reilly that provides more examples etc. which is probably worth picking up.
http://www.oreillynet.com/search/index.ncsp?sp-q=bind&sp-k=all
Hope this helps,
Todd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2003 05:08 AM
09-09-2003 05:08 AM
Re: Bind 9.2.0 client
Here is a list of other tools for BIND you may find interesting.
http://www.dns.net/dnsrd/tools.html
Todd