UK WEB HOSTING FORUM FOR DISCUSSION ON WEB HOSTING SERVICE AND SUPPORT
LINUX HOSTING WINDOWS HOSTING PACKAGES SHOPPING CART OSCOMMERCE ZEN CART AGORA
ECOMMERCE HOSTING ASP MSSQL FRONTPAGE HOSTING PHP MYSQL HOSTING DISCUSSION FORUM
CPANEL RESELLER HOSTING DEDICATED SERVER VPS HOSTING PLESK VIRTUOZZO
Quick Search
Your forum announcement here!

  UK Web Hosting | Dedicated Server Windows and Linux VPS Forum > Technical Support > Linux Dedicated Servers

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 25-07-2007, 12:47
flesso's Avatar
Premium Member
 
Join Date: Mar 2007
Location: 127.0.0.1
Posts: 1,246
Default Bind Recursion on Dedicated Server

OK, so heres the scenario:

I want my 3 CentOS 5 DNS servers running Bind to be able to grab all the DNS zones on my Windows Plesk server and be able to have the zones grabbed every 30 mins or so.

Does anyone know of any scripts or how to configure Bind to do such a thing?
__________________
Regards,
Josh Hold

eUKhost Blog: Over 1000 Computer Related Articles to Sink Your Teeth Into!

Super Moderator

I'm only a forum gremlin (moderator), and do not work for eUKhost in any way. Opinions expressed by me are mine only, and do not reflect those of either eUKhost or any company that may be listed above.
Reply With Quote
  #2 (permalink)  
Old 26-07-2007, 20:49
flesso's Avatar
Premium Member
 
Join Date: Mar 2007
Location: 127.0.0.1
Posts: 1,246
Default

Someone must have some idea with this; please, I'm desperate for any ideas!
__________________
Regards,
Josh Hold

eUKhost Blog: Over 1000 Computer Related Articles to Sink Your Teeth Into!

Super Moderator

I'm only a forum gremlin (moderator), and do not work for eUKhost in any way. Opinions expressed by me are mine only, and do not reflect those of either eUKhost or any company that may be listed above.
Reply With Quote
  #3 (permalink)  
Old 27-07-2007, 12:28
DPS Computing's Avatar
Premium Member
 
Join Date: Apr 2007
Location: Manchester, United Kingdom
Posts: 4,849
Send a message via ICQ to DPS Computing Send a message via AIM to DPS Computing Send a message via MSN to DPS Computing Send a message via Yahoo to DPS Computing Send a message via Skype™ to DPS Computing
Default

Your question is very technical so it may take sometime for someone with sufficient knowledge to answer your query!
__________________
David Smith
DPS Computing
http://www.dpscomputing.com (Computing, Reviews, News) - New site / new polls / new stories! With many more to follow!
NEW LAUNCH! http://djdavid.dpscomputing.com (My DJ Website)
NEW LAUNCH! http://davidsmith.dpscomputing.com (My Personal Website)
Reply With Quote
  #4 (permalink)  
Old 27-07-2007, 16:18
flesso's Avatar
Premium Member
 
Join Date: Mar 2007
Location: 127.0.0.1
Posts: 1,246
Default

Someone must no something about this. I'm desperate; I beg anyone who knows the answer to this to come forward an post it - please!!
__________________
Regards,
Josh Hold

eUKhost Blog: Over 1000 Computer Related Articles to Sink Your Teeth Into!

Super Moderator

I'm only a forum gremlin (moderator), and do not work for eUKhost in any way. Opinions expressed by me are mine only, and do not reflect those of either eUKhost or any company that may be listed above.
Reply With Quote
  #5 (permalink)  
Old 27-07-2007, 16:22
DPS Computing's Avatar
Premium Member
 
Join Date: Apr 2007
Location: Manchester, United Kingdom
Posts: 4,849
Send a message via ICQ to DPS Computing Send a message via AIM to DPS Computing Send a message via MSN to DPS Computing Send a message via Yahoo to DPS Computing Send a message via Skype™ to DPS Computing
Default

lol, I don't think that will make anyone come faster .
__________________
David Smith
DPS Computing
http://www.dpscomputing.com (Computing, Reviews, News) - New site / new polls / new stories! With many more to follow!
NEW LAUNCH! http://djdavid.dpscomputing.com (My DJ Website)
NEW LAUNCH! http://davidsmith.dpscomputing.com (My Personal Website)
Reply With Quote
  #6 (permalink)  
Old 27-07-2007, 16:40
flesso's Avatar
Premium Member
 
Join Date: Mar 2007
Location: 127.0.0.1
Posts: 1,246
Default

Someone must no something about this. I'm desperate; I beg anyone who knows the answer to this to come forward an post it - please!!
__________________
Regards,
Josh Hold

eUKhost Blog: Over 1000 Computer Related Articles to Sink Your Teeth Into!

Super Moderator

I'm only a forum gremlin (moderator), and do not work for eUKhost in any way. Opinions expressed by me are mine only, and do not reflect those of either eUKhost or any company that may be listed above.
Reply With Quote
  #7 (permalink)  
Old 28-07-2007, 01:14
eUK-Martin's Avatar
Windows System Administrator
 
Join Date: Nov 2005
Location: Earth
Posts: 414
Default

Well I read his post on the very first day but din't have enough time to reply it. I am sorry for that though.

Ok.. Yes I have the solution and it is the hardest way to do it. I have been working on this to have cluster DNS for 40 Linux servers and about 15 Plesk servers. After alot of findings over the net I found that it is possible to set a master and salve combination to Sync data between two DNS servers but it is not possible to ask the DNS server to check the new Zones on the data server and then created a zone file as well as create an entry in the named.conf.

One file day I read about rSync'ing data over from a Windows server to a Linux server which was an ideal way to apply it and make things work my way.

So here is how I decided to do it:
-- rSync all the Zone from the /SwSoft/Plesk/dns/var/ on the DNS server to make sure that all the new zones as well as changes are reflected immediately.
-- Wrote a SHELL script to filter the rSync logs and insert an entry into named.conf.


I am successful till here but there are alot of other problems that I am still facing with the Shell script. As it works well if the amount of zones are 1000 to 1500 but the script fails to restart named if zones are over 5000. And it takes alot of time for DNS to restart due to high number of zones.

I have not looked into it for long now due to my personal and official work but I will post the tutorial for sure when I finish it.

I hope I was of any help and would welcome all new and better ideas.
__________________
Martin
Windows System Admin.


Windows VPS Hosting - Windows Dedicated Server - Web Hosting Tutorials

Email :: windows @ eUKhost.com AND support @ eUKhost.com
Reply With Quote
  #8 (permalink)  
Old 28-07-2007, 08:27
flesso's Avatar
Premium Member
 
Join Date: Mar 2007
Location: 127.0.0.1
Posts: 1,246
Default

Thank you so much for that Martin. I look forward to reading the finished version.
__________________
Regards,
Josh Hold

eUKhost Blog: Over 1000 Computer Related Articles to Sink Your Teeth Into!

Super Moderator

I'm only a forum gremlin (moderator), and do not work for eUKhost in any way. Opinions expressed by me are mine only, and do not reflect those of either eUKhost or any company that may be listed above.
Reply With Quote
  #9 (permalink)  
Old 27-08-2007, 20:14
flesso's Avatar
Premium Member
 
Join Date: Mar 2007
Location: 127.0.0.1
Posts: 1,246
Default

Did you ever get anywhere with this Martin?

I've been researching the Bind options, and have found 'also-notify' and 'allow-notify' as options which could fulfill my desire. Does anyone know if this would work?
__________________
Regards,
Josh Hold

eUKhost Blog: Over 1000 Computer Related Articles to Sink Your Teeth Into!

Super Moderator

I'm only a forum gremlin (moderator), and do not work for eUKhost in any way. Opinions expressed by me are mine only, and do not reflect those of either eUKhost or any company that may be listed above.
Reply With Quote
  #10 (permalink)  
Old 27-08-2007, 21:48
Premium Member
 
Join Date: Jan 2007
Posts: 209
Default

is there something like delegation? I have faint memories...

Let me confirm, What you are trying to do is: New domains are created on plesk, and you wish to read them from plesk and add to CentOS DNS servers?

Regds
IJ

Last edited by swexpert; 27-08-2007 at 21:51.
Reply With Quote
  #11 (permalink)  
Old 27-08-2007, 22:08
flesso's Avatar
Premium Member
 
Join Date: Mar 2007
Location: 127.0.0.1
Posts: 1,246
Default

Quote:
Originally Posted by swexpert View Post

Let me confirm, What you are trying to do is: New domains are created on plesk, and you wish to read them from plesk and add to CentOS DNS servers?

Regds
IJ
Yep, that's it.

Plesk is on a Windows server running WIndows DNS and name servers are CentOS 4.5 running Bind 9.
__________________
Regards,
Josh Hold

eUKhost Blog: Over 1000 Computer Related Articles to Sink Your Teeth Into!

Super Moderator

I'm only a forum gremlin (moderator), and do not work for eUKhost in any way. Opinions expressed by me are mine only, and do not reflect those of either eUKhost or any company that may be listed above.
Reply With Quote
  #12 (permalink)  
Old 28-08-2007, 01:52
System Administrator
 
Join Date: Dec 2006
Posts: 607
Default

Well, grabbing zone files every 30 mins & reloading the name server with the new data won't be a good idea. I think the time should be increased to grab n reload once in 3 to 4 hours. This would be beneficial for the DNS server as well for the website hostings too, just in case you need a backup of a deleted zone file or if you want to stop a bad zone from reloading, 30 mins would be very less time if the quantity is more... Just a humble suggestion...Let me know what you think on this
__________________

Rock _a.k.a._ Jack L.

http://www.eUKhost.com
Windows Hosting || Windows Reseller Hosting
Reply With Quote
  #13 (permalink)  
Old 28-08-2007, 10:23
flesso's Avatar
Premium Member
 
Join Date: Mar 2007
Location: 127.0.0.1
Posts: 1,246
Default

Quote:
Originally Posted by Rock View Post
Well, grabbing zone files every 30 mins & reloading the name server with the new data won't be a good idea. I think the time should be increased to grab n reload once in 3 to 4 hours. This would be beneficial for the DNS server as well for the website hostings too, just in case you need a backup of a deleted zone file or if you want to stop a bad zone from reloading, 30 mins would be very less time if the quantity is more... Just a humble suggestion...Let me know what you think on this
3-4 hours sounds fine to me. Do you know how I would go about doing this, Rock?
__________________
Regards,
Josh Hold

eUKhost Blog: Over 1000 Computer Related Articles to Sink Your Teeth Into!

Super Moderator

I'm only a forum gremlin (moderator), and do not work for eUKhost in any way. Opinions expressed by me are mine only, and do not reflect those of either eUKhost or any company that may be listed above.
Reply With Quote
  #14 (permalink)  
Old 01-09-2007, 15:23
flesso's Avatar
Premium Member
 
Join Date: Mar 2007
Location: 127.0.0.1
Posts: 1,246
Default

I've heard nothing more from anyone. Surely someone must know how to accomplish this. I'm kind of desperate to do this now.
__________________
Regards,
Josh Hold

eUKhost Blog: Over 1000 Computer Related Articles to Sink Your Teeth Into!

Super Moderator

I'm only a forum gremlin (moderator), and do not work for eUKhost in any way. Opinions expressed by me are mine only, and do not reflect those of either eUKhost or any company that may be listed above.
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 11:52.

 

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by Web Hosting 3.1.0
Copyright © 2001-2008, eUKhost.com. All rights reserved.

 
Site Map

VPS Hosting
VPS Hosting plans

Dedicated Server Hosting
Dedicated Server plans

Business Web Hosting
100% uptime Hosting

Cpanel Hosting
cPanel Shared Hosting

Reseller Hosting
Reseller Web Hosting

Windows Hosting
Windows Shared Hosting

Windows VPS

Windows VPS Hosting

Semi Dedicated Servers
Semi-Dedicated Hosting

Dedicated Server Mirroring
Dedicated Server Mirroring

Webhosting Knowledgebase
Frequently asked Questions

Web Hosting Blog
eUKhost Blog

Web Hosting Support
Support Helpdesk

UK Data Center
eUKhost Datacenter

Web Hosting Forum
eUKhost Forum

Support Tutorials
Online Flash Tutorials

Offsite Back-up Plans
Remote Backup Service

Customer Testimonials
eUK Customer Testimonials


knowledgebase articles

eUKhost.com Services

Pre-Sales Questions
Pre-sales FAQ's

Domain Names
Domain registration FAQ's

cPanel Hosting
cPanel Hosting FAQ's

Windows Web Hosting
Plesk Control Panel

Reseller Hosting
Reseller Hosting FAQ's

VPS Hosting
Virtual Private Server

Semi-Dedicated Servers
Semi-Dedicated FAQ's

Dedicated Servers
Dedicated Server Hosting


popular blog categories


Web Hosting
Website Hosting articles

UK Web Hosting
UK Hosting articles

Dedicated Server Hosting
Dedicated Server guidelines

VPS Hosting
VPS hosting articles

cPanel Hosting
cPanel Hosting articles

Linux Operating System
Linux Operating techniques

Windows Web Hosting
Windows plesk articles