Migrate Microsoft DNS to Linux DNS(Bind)

1,611 views
Skip to first unread message

milap

unread,
Jun 7, 2010, 5:26:15 AM6/7/10
to VG...@googlegroups.com
hi all,

how do i complete migrate Microsoft DNS to Linux DNS(Bind) on live environment.
What is an approach to migrate from the old window server to a new DNS Linux server?
Is there any other way like integration window to Linux DNS?
(for info --- well some users are working on windows machine too).
if any anybody done before same pls help me out.
your response should be highly worth for me.

thanks in advance

Milap Amin.

milap

unread,
Jun 8, 2010, 4:13:30 AM6/8/10
to vg...@googlegroups.com
same question.......!!!!!!!!!

On Mon, 07 Jun 2010 15:44:04 +0530 wrote
--
>
Please read http://www.catb.org/~esr/faqs/smart-questions.html before posting.
>
You received this message because you are subscribed to the "Vibrant GNU/Linux User Group".
>
To stop receiving emails from this group, mail to VGLUG-un...@googlegroups.com
>
To post to this group, send email to VG...@googlegroups.com
>
For more options, visit this group at http://groups.google.com/group/VGLUG

Message has been deleted

Shailesh

unread,
Jun 8, 2010, 4:27:12 AM6/8/10
to VGLUG
Hi Milap,

I was tested before couple of month in my test environment.


1) Install bind in linux system.


2) Copy each zone file located in %SystemRoot%/System32/dns/ from
your
Windows server to linux (/var/named/chroot/var/named)


3) Create zone entry in named.conf file.


4) restart named services.


NOTE:- Do not apply directly in your production environment.First
test
in your testing environment. stop windows dns service before starting
bind(named) service.


For your reference
http://www.novell.com/coolsolutions/feature/19391.html


Shailesh
----------------------------------------------
Feel Freedom with Opensource
----------------------------------------------



On Jun 8, 1:13 pm, "milap" <amin_m...@rediffmail.com> wrote:
> same question.......!!!!!!!!!
>
> On Mon, 07 Jun 2010 15:44:04 +0530  wrote
>
> >hi all,
>
> how do i complete migrate Microsoft DNS to Linux DNS(Bind) on live environment.
>
> What is an approach to migrate from the old window server to a new DNS Linux server?
>
> Is there any other way like integration window to Linux DNS?
>
> (for info --- well some users are working on windows machine too).
>
> if any anybody done before same pls help me out.
>
> your response should be highly worth for me.
>
>
>
>
>
>
>
> thanks in advance
>
> Milap Amin.
>
> --
>
> Please readhttp://www.catb.org/~esr/faqs/smart-questions.htmlbefore posting.

milap

unread,
Jun 8, 2010, 4:37:52 AM6/8/10
to vg...@googlegroups.com
hi shailesh...
thanks for replay.....
well i done before same thing through same link...
but i found some difference in real time change.....
that's why asking for real time migration.....
anyway, now i m very near to close it same....after successes i will post in VGLUG.

one's again thankx......

Regrads,
Milap Amin.

On Tue, 08 Jun 2010 13:50:04 +0530 wrote
>Hi Milap,



I was test before couple month in my test environment.




1) Install bind in linux system.



2) Copy each zone file located in %SystemRoot%/System32/dns/ from your

Windows server to linux (/var/named/chroot/var/named)



3) Create zone entry in named.conf file.



4) restart named services.



NOTE:- Do not apply directly in your production environment.First test

in your testing environment. stop windows dns service before starting

bind(named) service.





For your reference

http://www.novell.com/coolsolutions/feature/19391.html



Shailesh

----------------------------------------------

Feel Freedom with Opensource

----------------------------------------------



On Jun 7, 2:26 pm, "milap" wrote:

> hi all,

>

> how do i complete migrate Microsoft DNS to Linux DNS(Bind) on live environment.

> What is an approach to migrate from the old window server to a new DNS Linux server?

> Is there any other way like integration window to Linux DNS?

> (for info --- well some users are working on windows machine too).

> if any anybody done before same pls help me out.

> your response should be highly worth for me.

>

> thanks in advance

>

> Milap Amin.



--

Please read http://www.catb.org/~esr/faqs/smart-questions.html before posting.


You received this message because you are subscribed to the "Vibrant GNU/Linux User Group".

To stop receiving emails from this group, mail to VGLUG-un...@googlegroups.com

To post to this group, send email to VG...@googlegroups.com

For more options, visit this group at http://groups.google.com/group/VGLUG


dhaval thakar

unread,
Jun 8, 2010, 4:59:25 AM6/8/10
to vg...@googlegroups.com
have not tested this, might work
1) install bind
2) create slave zone & ensure record transfer
3) change fw / network settings to get it live
4) rndc retransfer zone
5) change slave zones to master

test it before going live
--
Regards
Dhaval Thakar
http://www.linuxreaders.com/

ElectroMech :- Vibrant GNU/Linux User Group

unread,
Jun 8, 2010, 2:04:00 PM6/8/10
to VGLUG
Hi Milap,

On Jun 8, 1:59 pm, dhaval thakar <dptha...@gmail.com> wrote:
> have not tested this, might work
> 1) install bind
> 2) create slave zone & ensure record transfer
> 3) change fw / network settings to get it live
> 4) rndc retransfer zone
> 5) change slave zones to master

This is perfect.

Or allow recursive and transfer for one ip.

execute following command. You will get all zone transfer data. Create
zone entry in named.conf and copy the data to zone files.

dig @dnsserverip axfr example.com

where dnsserverip is IP of your dns and example.com is zone.

You will get all the entry as sample below and just create zone files
and add to zone files which is referred by named.conf
-----------------just sample----
station144.example.com. 86400 IN A 192.168.0.144
station145.example.com. 86400 IN A 192.168.0.145
station146.example.com. 86400 IN A 192.168.0.146
station147.example.com. 86400 IN A 192.168.0.147
station148.example.com. 86400 IN A 192.168.0.148
station149.example.com. 86400 IN A 192.168.0.149
station15.example.com. 86400 IN A 192.168.0.15
station150.example.com. 86400 IN A 192.168.0.150
station151.example.com. 86400 IN A 192.168.0.151
--------------just sample cut------------

Thanks and Regards,
Nilesh J. Vaghela

http://www.electromech.info

milap

unread,
Jun 9, 2010, 4:09:47 AM6/9/10
to vg...@googlegroups.com
Thanks for your suggestion nileshsir......

Regards
Milap Amin.



On Tue, 08 Jun 2010 23:28:38 +0530 wrote
>Hi Milap,
Reply all
Reply to author
Forward
0 new messages