Linux / UNIX Tech Support Forum
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...
|
|||||||
| Getting started tutorials So much to read, so little time! If that is your problem, we have solution. Read our FAQ and tutorials to help you cut through the clutter of information overload. Only members of "contributors" group can post new tutorials. Other members can just reply to thread. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
| Sponsored Links | ||
|
|
|
|||
|
hi Rocky Jr.
Thanks for ur reply. I want setting up secondary name server in Cent OS. If u know about migration a secondary name please guide me.. Siva |
|
||||
|
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. What's wrong? I hope I am not making you uncomfortable... Never send a boy to do a mans job. |
![]() |
| 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 | 03-09-2007 06:44 PM |
| Migrate a web server to Red Hat Enterprise Linux 4 from 3 | chimu | Linux software | 2 | 19-12-2006 12:08 AM |