Re: How can I migrate my Domain from ISP hosted to my own BIND server?

2012-12-14 Thread Feng He

于 2012-12-14 17:55, Manish Rane 写道:

I need to migrate my domain which is hosted at my ISP on to my own
internal BIND server and have my own NS record. Does anyone steps I
need to take care of or complete procedure?


you'd better pick up a book to read for the begin :)
___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

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

Re: How can I migrate my Domain from ISP hosted to my own BIND server?

2012-12-14 Thread Giles Coochey

On 14/12/2012 09:55, Manish Rane wrote:

Hi Team,

I need to migrate my domain which is hosted at my ISP on to my own
internal BIND server and have my own NS record. Does anyone steps I
need to take care of or complete procedure?


You need to consider some things:

Do you have the infrastructure to host your own domain. i.e. If the 
place where one of your name servers was located was obliterated off the 
planet would you still be able to serve your DNS records? Does your 
infrastructure have the resiliency and necessary uptime to provide your 
for your requirements now and in the future? Are you prepared to assign 
resources maintaining that uptime?


If it is just you, and you're in the bar when your server(s) go down, 
are you going to be prepared to go and fix it or wait until the morning? 
If you wait until the morning are you going to be prepared to deal with 
the application fallout that your DNS being unavailable caused (e.g. not 
receiving emails for up to 4 days, finding that your users have all been 
unsubscribed from mailinglists etc...)


Having said that, just assign a external static IPs to your name servers 
and contact your registrar of your domain to update their DNS records.


--
Regards,

Giles Coochey, CCNA, CCNAS
NetSecSpec Ltd
+44 (0) 7983 877438
http://www.coochey.net
http://www.netsecspec.co.uk
gi...@coochey.net




smime.p7s
Description: S/MIME Cryptographic Signature
___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

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

Re: How can I migrate my Domain from ISP hosted to my own BIND server?

2012-12-14 Thread Sten Carlsen
You can find an external DNS provider (I use one that is free) and have
them slave your zones. Just make your TTLs suitable, so even if your own
server dies, the zones will be served from the provider for weeks.

Changes will propagate fast.


On 14/12/12 11:40, Mark Andrews wrote:
 In message 
 CA+z6RjG4vg3TJej+Z8tKXycRpYTucSUYV-UVJVuRr=ly3zs...@mail.gmail.com
 , Manish Rane writes:
 Hi Team,

 I need to migrate my domain which is hosted at my ISP on to my own
 internal BIND server and have my own NS record. Does anyone steps I
 need to take care of or complete procedure?
 1. take a copy of the zone and make your server a master for it.
 2. set up new slaves from the new master.
 3. make the old master a slave from this new master.
 4. add the new NS records and associated addresses records.
 5. wait for the old NS RRset to clear the caches as well as any negative
cache entries for the address records for the new servers.
 6. update the parent NS RRset to be the final state.  Add glue as necessary.
remove old glue records that are no longer necessary.
 7. remove the old NS records from the zone. 
 8. wait for the combined NS RRset to clear caches.
 9. decommision old nameservers.


 --
 Thanks and Regards,
 Manish R
 ___
 Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe
  from this list

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

-- 
Best regards

Sten Carlsen

No improvements come from shouting:
   MALE BOVINE MANURE!!!

___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

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

RE: How can I migrate my Domain from ISP hosted to my own BIND server?

2012-12-14 Thread Lightner, Jeff
To expand on that.  The steps Manish wrote are what you do internally.

What Sten is writing is external – your domains are “registered” somewhere and 
the “Registrar” points to the appropriate DNS servers – you’ll need to insure 
that it is pointing to your internal DNS servers.

You can find out the registrar by running “whois” on your domains.

Often when you have external hosting the hosting provider is also acting as 
your Registrar and using their own DNS servers.  You’ll need to co-ordinate 
with them if that is the case.   Also sometimes in hosting setups if you’ve 
paid someone else to do your web design and hosting they are the actual 
Registrant (owner of the domain from ICANN’s point of view) so you may have to 
verify who owns the domains first.  We’ve dealt with some of these hosting 
companies on acquisitions that took the position that they “owned” the domain 
and didn’t have to give it up – Sometimes it takes some legal work to get them 
to understand that registering a domain doesn’t make them “owner” when it is a 
name they registered on behalf of a client so they were doing it only as an 
agent (IANAL).





From: bind-users-bounces+jlightner=water@lists.isc.org 
[mailto:bind-users-bounces+jlightner=water@lists.isc.org] On Behalf Of Sten 
Carlsen
Sent: Friday, December 14, 2012 6:04 AM
To: bind-users@lists.isc.org
Subject: Re: How can I migrate my Domain from ISP hosted to my own BIND server?

You can find an external DNS provider (I use one that is free) and have them 
slave your zones. Just make your TTLs suitable, so even if your own server 
dies, the zones will be served from the provider for weeks.

Changes will propagate fast.

On 14/12/12 11:40, Mark Andrews wrote:



In message 
CA+z6RjG4vg3TJej+Z8tKXycRpYTucSUYV-UVJVuRr=ly3zs...@mail.gmail.commailto:CA+z6RjG4vg3TJej+Z8tKXycRpYTucSUYV-UVJVuRr=ly3zs...@mail.gmail.com

, Manish Rane writes:

Hi Team,



I need to migrate my domain which is hosted at my ISP on to my own

internal BIND server and have my own NS record. Does anyone steps I

need to take care of or complete procedure?



1. take a copy of the zone and make your server a master for it.

2. set up new slaves from the new master.

3. make the old master a slave from this new master.

4. add the new NS records and associated addresses records.

5. wait for the old NS RRset to clear the caches as well as any negative

   cache entries for the address records for the new servers.

6. update the parent NS RRset to be the final state.  Add glue as necessary.

   remove old glue records that are no longer necessary.

7. remove the old NS records from the zone.

8. wait for the combined NS RRset to clear caches.

9. decommision old nameservers.





--

Thanks and Regards,

Manish R

___

Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe

 from this list



bind-users mailing list

bind-users@lists.isc.orgmailto:bind-users@lists.isc.org

https://lists.isc.org/mailman/listinfo/bind-users



--

Best regards



Sten Carlsen



No improvements come from shouting:

   MALE BOVINE MANURE!!!





Athena®, Created for the Cause™

Making a Difference in the Fight Against Breast Cancer





How and Why I Should Support Bottled Water!
Do not relinquish your right to choose bottled water as a healthy alternative 
to beverages that contain sugar, calories, etc. Your support of bottled water 
will make a difference! Your signatures count! Go to 
http://www.bottledwatermatters.org/luv-bottledwater-iframe/dswaters and sign a 
petition to support your right to always choose bottled water. Help fight 
federal and state issues, such as bottle deposits (or taxes) and organizations 
that want to ban the sale of bottled water. Support community curbside 
recycling programs. Support bottled water as a healthy way to maintain proper 
hydration. Our goal is 50,000 signatures. Share this petition with your friends 
and family today!



-
CONFIDENTIALITY NOTICE: This e-mail may contain privileged or confidential 
information and is for the sole use of the intended recipient(s). If you are 
not the intended recipient, any disclosure, copying, distribution, or use of 
the contents of this information is prohibited and may be unlawful. If you have 
received this electronic transmission in error, please reply immediately to the 
sender that you have received the message in error, and delete it. Thank you.
--


___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

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