- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Zone transfer from linux to Infoblox
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2019 11:46 PM
Hi ,
Can any body how to copy all the DNS record from my linux server to Infoblox server, my basic opbjective is to migrate all record from linux to Infoblox DNS server.
Thanks
Shaukat
Solved! Go to Solution.
Re: Zone transfer from linux to Infoblox
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2019 09:59 AM
Hi Shaukat,
We could use either of the below options to populate an Infoblox Primary zone with outside data:
- CSV import
- Import Zone option available in the Grid GUI (relatively hassle free)
Check out more on Import Zone option here.
Note: the Import Zone option performs an AXFR query to pull record data. Make sure to allow the appropriate permissions on the linux server to the Infoblox Grid Master's IP address
For more on CSV import method, go here.
Hope this helps.
Regards
Re: Zone transfer from linux to Infoblox
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2019 09:32 AM
If going from BIND to Infoblox, you can use the Data Import Wizard! Collect the BIND config files, then on your Windows PC, run the Data Import Wizard.
http://ww2.infoblox.com/import/
Other option is to enable zone transfers on the BIND or old server, then create the new zone, importing the records via zone transfer. This was mentioned above. You have less control this was as compared with the DIW I mentioned above.