nixCraft Linux Forum

nixCraft

Linux / UNIX Tech Support Forum

DNS Migrate

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...


Go Back   nixCraft Linux Forum > Linux Getting Started > Getting started tutorials

Linux answers from nixCraft.


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.

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-07-2008, 12:09 AM
Junior Member
User
 
Join Date: Jun 2008
OS: Fedora / Redhat
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
sk_kgs is an unknown quantity at this point
Default DNS Migrate

Hi All,

Anybody have a experience in DNS Migratataion(Secondary).

Please guide me. It will great to appreciate.

Siva
Reply With Quote
  #2 (permalink)  
Old 10-07-2008, 12:52 AM
rockdalinux's Avatar
Is that all you got?
User
 
Join Date: May 2005
Location: Planet Vegeta
OS: Redhat
Posts: 708
Thanks: 15
Thanked 19 Times in 18 Posts
Rep Power: 10
rockdalinux is a glorious beacon of light rockdalinux is a glorious beacon of light rockdalinux is a glorious beacon of light rockdalinux is a glorious beacon of light rockdalinux is a glorious beacon of light rockdalinux is a glorious beacon of light
Default

You want information for setting up secondary nameserver for primary / master server?
__________________
Rocky Jr.
What's wrong? I hope I am not making you uncomfortable...

Never send a boy to do a mans job.
Reply With Quote
  #3 (permalink)  
Old 10-07-2008, 12:57 AM
Junior Member
User
 
Join Date: Jun 2008
OS: Fedora / Redhat
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
sk_kgs is an unknown quantity at this point
Default Re: DNS migration

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
Reply With Quote
  #4 (permalink)  
Old 10-07-2008, 08:23 PM
rockdalinux's Avatar
Is that all you got?
User
 
Join Date: May 2005
Location: Planet Vegeta
OS: Redhat
Posts: 708
Thanks: 15
Thanked 19 Times in 18 Posts
Rep Power: 10
rockdalinux is a glorious beacon of light rockdalinux is a glorious beacon of light rockdalinux is a glorious beacon of light rockdalinux is a glorious beacon of light rockdalinux is a glorious beacon of light rockdalinux is a glorious beacon of light
Default

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; };
        };
Replace 192.68.5.6 with master name server IP and restart named:
Code:
service named restart
Please note that master server must be configured to allow zone transfer
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.
Reply With Quote
  #5 (permalink)  
Old 16-07-2008, 01:29 AM
Junior Member
User
 
Join Date: Jun 2008
OS: Fedora / Redhat
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
sk_kgs is an unknown quantity at this point
Exclamation

Hi,

I need to copy all zone file from primay DNS server to slave dns server ???


Siva
Reply With Quote
Reply

Tags
centos dns server , linux dns server


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

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


All times are GMT +5.5. The time now is 06:39 AM.


Powered by vBulletin® Version 3.8.5 - Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2
©2005-2010 nixCraft. All rights reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38