nixCraft Linux Forum

nixCraft

Linux 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

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 07-10-2008, 12:09 AM
Junior Member
User
 
Join Date: Jun 2008
My distro: Fedora / Redhat
Posts: 11
Rep Power: 0
sk_kgs is on a distinguished road
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
Sponsored Links
  #2 (permalink)  
Old 07-10-2008, 12:52 AM
rockdalinux's Avatar
Contributors
User
 
Join Date: May 2005
Location: Bangalore
My distro: RHEL, HP-UX, Solaris, FreeBSD, Ubuntu
Posts: 576
Rep Power: 7
rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough
Default

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
Reply With Quote
  #3 (permalink)  
Old 07-10-2008, 12:57 AM
Junior Member
User
 
Join Date: Jun 2008
My distro: Fedora / Redhat
Posts: 11
Rep Power: 0
sk_kgs is on a distinguished road
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 07-10-2008, 08:23 PM
rockdalinux's Avatar
Contributors
User
 
Join Date: May 2005
Location: Bangalore
My distro: RHEL, HP-UX, Solaris, FreeBSD, Ubuntu
Posts: 576
Rep Power: 7
rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough
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.
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
Reply With Quote
  #5 (permalink)  
Old 07-16-2008, 01:29 AM
Junior Member
User
 
Join Date: Jun 2008
My distro: Fedora / Redhat
Posts: 11
Rep Power: 0
sk_kgs is on a distinguished road
Exclamation

Hi,

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


Siva
Reply With Quote
Reply

Bookmarks

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 On

Similar Threads

Thread Thread Starter Forum Replies Last Post
migrate printer configuration of various users pss Networking, Firewalls and Security 1 09-03-2007 06:44 PM
Migrate a web server to Red Hat Enterprise Linux 4 from 3 chimu Linux software 2 12-19-2006 12:08 AM


All times are GMT +5.5. The time now is 10:57 AM.


Powered by vBulletin® Version 3.7.3 - Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0

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