- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- DNS from flat network to subnet
Operating System - HP-UX
1824947
Members
3718
Online
109678
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
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
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
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
тАО08-23-2005 06:20 AM
тАО08-23-2005 06:20 AM
DNS from flat network to subnet
I'm about to create the first subnet on my network, which has been flat so far.
My HP-UX server is the only DNS server. Up until now, it's been the simple case. Resolver looks to DNS first, then the hosts file if needed.
These are the related data files:
/etc/hosts
/etc/named.data/db.applicatorssales
/etc/named.data/db.209.90.236
(excuse the public IP scheme, it's a private network but that's a legacy thing here)
When I create my first subnet, what do the data files look like? I'll still have the same single domain (applicatorssales).
Can the host file contain all subnets, like:
209.90.236.23 host01
209.90.236.24 host02
192.168.10.10 host03
And, I assume I'll need more than one zone file for DNS:
/etc/named.data/db.applicatorssales
/etc/named.data/db.209.90.236
/etc/named.data/db.192.168.10
Would the file db.applicatorssales, contain both networks?
If you can point me to the appropriate pages in the O'Reilly DNS book for this scenario, I'd appreciate it.
My HP-UX server is the only DNS server. Up until now, it's been the simple case. Resolver looks to DNS first, then the hosts file if needed.
These are the related data files:
/etc/hosts
/etc/named.data/db.applicatorssales
/etc/named.data/db.209.90.236
(excuse the public IP scheme, it's a private network but that's a legacy thing here)
When I create my first subnet, what do the data files look like? I'll still have the same single domain (applicatorssales).
Can the host file contain all subnets, like:
209.90.236.23 host01
209.90.236.24 host02
192.168.10.10 host03
And, I assume I'll need more than one zone file for DNS:
/etc/named.data/db.applicatorssales
/etc/named.data/db.209.90.236
/etc/named.data/db.192.168.10
Would the file db.applicatorssales, contain both networks?
If you can point me to the appropriate pages in the O'Reilly DNS book for this scenario, I'd appreciate it.
fmartin@applicatorssales.com
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-23-2005 07:45 AM
тАО08-23-2005 07:45 AM
Re: DNS from flat network to subnet
Busin -- What the heck are you talking about? That response makes absolutely no sense in this thread!
Fred -- Sorry for adding to the clutter.
To provide some answer to your question: In our DNS setup, we have one file for our domain name (db.domain) with hosts for multiple subnets in that file.
Then we have db files for each subnet.
So, to answer your question -- Yes, the db.applicatorssales file would contain entries for both networks.
You can generate these when you run your hosts_to_named to (re)gen the files.
hosts_to_named -d applicatorssales.com -n 209.90.236 -n 192.168.10 -o 2400:1200:604800:86400 -t
After that you should see files for both your subnets.
Fred -- Sorry for adding to the clutter.
To provide some answer to your question: In our DNS setup, we have one file for our domain name (db.domain) with hosts for multiple subnets in that file.
Then we have db files for each subnet.
So, to answer your question -- Yes, the db.applicatorssales file would contain entries for both networks.
You can generate these when you run your hosts_to_named to (re)gen the files.
hosts_to_named -d applicatorssales.com -n 209.90.236 -n 192.168.10 -o 2400:1200:604800:86400 -t
After that you should see files for both your subnets.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-23-2005 08:12 AM
тАО08-23-2005 08:12 AM
Re: DNS from flat network to subnet
Thanks Patrick, that gives me some confidence that I'm heading in the right direction. Any other comments welcome.
fmartin@applicatorssales.com
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
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP