- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: host name DNS entry
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
06-22-2009 02:20 PM
06-22-2009 02:20 PM
I've setuped an external DNS server.
Howto find a slave server for my new server?
How should be host name DNS entry for my new server on the slave server?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2009 02:31 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2009 04:22 PM
06-22-2009 04:22 PM
Re: host name DNS entry
Howto find a Slave server for my Master server if my ISP is not agree?
How should be DNS host entry for my new server on the Slave server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2009 05:05 PM
06-22-2009 05:05 PM
Re: host name DNS entry
Again, I don't understand what means "my ISP is not agree".
>>> How should be DNS host entry for my new server on the Slave server?
As your questions are still confusing to me, let me explain a little how it should work.
You configure a primary DNS server which is reachable using a public IP address.
If you want a secondary DNS server, this should also have a reachable IP public address.
You configure your zones, one type master and one type slave pointing to the master IP.
And resource records should look like this:
IN NS dns1.domain.com
IN NS dns2.domain.com
Then, you need an A record for both:
dns1 IN A 11.1.0.1
dns2 IN A 11.1.0.2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2009 05:18 PM
06-22-2009 05:18 PM
Re: host name DNS entry
I don't have a Slave server and try to deal with ISP to setup my host entry -> myhost.domain.net on their DNS server, but it seems to be difficult.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2009 05:27 PM
06-22-2009 05:27 PM
Re: host name DNS entry
Yes. You must request your NS public IP to be added to your country domain name registration services.
>>> I don't have a Slave server and try to deal with ISP to setup my host entry -> myhost.domain.net on their DNS server, but it seems to be difficult.
My question is:
- Your ISP holds your primary DNS server, and you configured a slave, and are you requesting your ISP to add the record for your secondary DNS server?
or
- You hold your primary DNS server, and you are requesting your ISP to be a secondary DNS server
or
- You configured a primary and secondary DNS server, and you are requesting your ISP to register both?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2009 11:56 PM
06-22-2009 11:56 PM
Re: host name DNS entry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2009 05:17 AM
06-23-2009 05:17 AM
Re: host name DNS entry
But, if your ISP refuses to be a secondary DNS server, you don't have many options.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2009 01:02 PM
06-23-2009 01:02 PM
Re: host name DNS entry
http://www.faqs.org/docs/securing/chap21sec162.html
http://www.linuxforums.org/forum/redhat-fedora-linux-help/102314-dns-slave-server-configuration.html
It is very common to set up DNS servers to only permit update based on IP address.
I did this while setting up global DNS for nds.com I did not want DNS servers using these servers for work other than I designated them. So only IP addresses I configured into named.conf were permitted to download updates and zone records.
A certain level of cooperation is needed to make a slave DNS server work. Many ISP's to avoid DNS cache poisoning and other abuses set up strict rules on DNS information exchange.
You need fixed IP addresses and cooperation from the ISP to make this work.
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
06-23-2009 03:52 PM
06-23-2009 03:52 PM
Re: host name DNS entry
I'm really lucky, my ISP was agree.
We've setuped a Slave zone on the DNS from my ISP and it works well.