- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Secondary DNS Server Configuration
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-18-2004 10:03 AM
09-18-2004 10:03 AM
Secondary DNS Server Configuration
Currently I am using primary DNS server on SGI UNIX box and I am interested to make a LINUX box as a secondary DNS server. Please make a note that this linux box is also working as a primary mail server.
Can some let me know the steps which I should take to achieve this task?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2004 07:39 PM
09-18-2004 07:39 PM
Re: Secondary DNS Server Configuration
If it's redhat-try:
redhat-config-bind-gui
for fedora2
system-config-bind-gui
the configuration is pretty easy:
Click on new ,chose slave,etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2004 01:59 AM
09-19-2004 01:59 AM
Re: Secondary DNS Server Configuration
Actually I am using Linux 7.x version and I am not using GUI. I am currently using command line interface but I would be very much appreciated if you can provide me both the ways to do it (Command line and GNOME).
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2004 04:18 AM
09-19-2004 04:18 AM
Re: Secondary DNS Server Configuration
simply append to /etc/named.conf file
zone "zonename.com" IN {
type slave;
masters {x.x.x.x};
file "zonename.com";
allow-update { none; };
};
* where zonename.com is your zone's name
* where x.x.x.x is the IP address of master dns server
* in "file" line choose the filename that you wish.It will be created under /var/named directory.
save the /etc/named.conf file and then restart the named service.If everything is set correctly on Master dns server - after restart the file will be created automatically for your zone under /var/named
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2004 04:45 AM
09-19-2004 04:45 AM
Re: Secondary DNS Server Configuration
http://www.faqs.org/docs/securing/chap21sec166.html
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com