This is a discussion on DNS Migrate within the Getting started tutorials forums, part of the Linux Getting Started category; Hi All, Anybody have a experience in DNS Migratataion(Secondary). Please guide me. It will great to appreciate. Siva...
|
|||||||
| Register | FAQ | Members List | Calendar | Forgotten your password? | Mark Forums Read |
| Sponsored Links | ||
|
|
|
||||
|
You want information for setting up secondary nameserver for primary / master server?
__________________
Rocky Jr. You may have my body & soul, but you will never touch my pride! If you have knowledge, let others light their candles at it. Certified to work on HP-UX / Sun Solaris / RedHat |
|
||||
|
Basically, you need to add something as follows on 2ndary name server named.conf file:
Code:
zone "your-domain.com" {
type slave;
file "slaves/db.slave.your-domain.com";
masters { 192.68.5.6; };
allow-transfer { none; };
};
Code:
service named restart https://www.redhat.com/docs/en-US/Re...e/ch-bind.html DNS HOWTO Internet Systems Consortium, Inc.
__________________
Rocky Jr. You may have my body & soul, but you will never touch my pride! If you have knowledge, let others light their candles at it. Certified to work on HP-UX / Sun Solaris / RedHat |
![]() |
| Bookmarks |
| Tags |
| centos dns server , linux dns server |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| migrate printer configuration of various users | pss | Networking, Firewalls and Security | 1 | 09-03-2007 07:44 PM |
| Migrate a web server to Red Hat Enterprise Linux 4 from 3 | chimu | Linux software | 2 | 12-19-2006 01:08 AM |