答复: DNS Master server migration.

2008-12-13 Thread tzqian
>>7. Now you have to change NS records in all your zones: replace the old
name with a new one.
Dose the above setp means you also need to move your upper level DNS Server?
If so ,is there a possible that your DNS server disappear while the new
upper level DNS don’t take effect for many unexpected reason ,and the old
upper level DNS is too old to work?If there is , it will be a big problem to
you .And I also want to know what is the best way to find out the upper
level DNS is work fine,having say that I think this is a very rare problem ,
there are two reason arise it ,the one is DNS make a mistake in NS record
,the one another is the upper level DNS administrator make something mistake
.


Gelenbertabg

-邮件原件-
发件人: bind-users-boun...@lists.isc.org
[mailto:bind-users-boun...@lists.isc.org] 代表 Anton Korotin
发送时间: 2008年12月11日 15:46
收件人: Chris Henderson
抄送: bind-us...@isc.org
主题: Re: DNS Master server migration.

On Thu, Dec 11, 2008 at 9:00 AM, Chris Henderson 
wrote:
> I'm migrating away from my 12 year old Solaris master DNS server to a
> new Linux based master server. I'm looking for suggestions on how to
> make the transition smooth without any downtime. The IP address of the
> new server will be different and so will be the hostname that will
> show up in the whois record. Is there any way to run two master at the
> same time and when I know the new master is working, I can turn off
> the old one? Would that be a good idea? I am open to any suggestions.

The most significant part of the process is to make sure that all
slave servers for all your zones have changed their
settings. If the slaves are beyond your control it can take time
and a considerable amount of human interaction.
So I can suggest you the following plan:

1. Freeze zone editing.
2. Copy all your master files to the new box and configure master zones
there.
3. Change the settings on your old box: convert all master zones into
slaves and set up ip-address of the new box as an address of the
master.
4. Unfreeze zone editing.
5. Do all you need to do to change the settings on all slave servers:
now they've got to pull your zone from the new ip address.
6. On having the slaves changed their settings you can safely turn off
DNS service on your old box.
7. Now you have to change NS records in all your zones: replace the
old name with a new one.
8. The last step is to send update to your upper level domain registry
to change whois record and your parent zone.

If you don't change your zones frequently, you can skip step 3.
It provides just a possibility of zone changes propagation during the
transition period.

-- 
Anton
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

question about CNAME

2009-03-11 Thread tzqian
Hi ,

How can I config a zone to respose a CNAME record?

Such as 

Email  cname email.xx.xxx.com

 

The zone of cname email.xx.xxx.com should be config for it,but how to do it
,I add an A record to email.xx.xxx.com ,but it dosen't work.

 

Thank you.

___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

How to Create a MX record for a subdomain.

2009-04-01 Thread tzqian
I would like to add a MX record for subdomain.

 

Such as :

smtpMX   10.0.106.1

 

but this occurs an error:

dns_rdata_fromtext: /var/named/named.domain.com:18: near '10.0.106.1': not a
valid number

___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

答复: How to Create a MX record for a su bdomain.

2009-04-01 Thread tzqian
Thanks for all response.
smtp2MX 10   dns.mydomine.com. 
Works fine.



-邮件原件-
发件人: bind-users-boun...@lists.isc.org
[mailto:bind-users-boun...@lists.isc.org] 代表 Ruben Laban
发送时间: 2009年4月1日 17:21
收件人: bind-users@lists.isc.org
主题: Re: How to Create a MX record for a subdomain.

On Wednesday 01 April 2009 at 11:10 (CET), tzqian wrote:
> I would like to add a MX record for subdomain.
>
>
>
> Such as :
>
> smtpMX   10.0.106.1
>
>
>
> but this occurs an error:
>
> dns_rdata_fromtext: /var/named/named.domain.com:18: near '10.0.106.1': not
> a valid number

You missed the preference number, and a MX record should point to an A
record, 
not an IP. E.g.:
smtpMX 10   mail.example.net.

-- 
Regards,

Ruben Laban
Systems and Network Administrator
ISM eCompany
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users