|
|
 |  |
Mirror ServerFrom: Ross Markbreiter Date: Thursday, October 3, 2002
Time: 10:02:23 pmHi,
We are looking to setup a mirror server for a customer on a different IP
and Network.
They want it in case our line(s) go down or an earthquake hits ect.
What would be the best scenario, using QNDS as a load balance? that would
point to their IP?
But what if the DNS is not available on our site ? their was an earthquake?
then the Load balance would be no good.
Should we run a copy of QDNS on their server off site? and register their
Machine as a name server?
If so then what would the config be so you can run both QDNS but not
confuse them.
Thanks Ross
>Hi guys, I need to set the min ttl on all zones in preparation of a prover
>change. (god I ask this list this question way too often!)
>
>I have the following script from wayback, but can't make it work with 3.51
>Does someone have a working script to change the ttl?
>
>
>tell application "Finder"
>set myfolder to (folder of application file of application process "QuickDNS
>Pro Admin" as string) & "QuickDNS Data:Primary Data:"
>set filelist to every file of folder myfolder
>end tell
>repeat with i from 1 to (count items of filelist)
>tell application "Finder"
>open item i of filelist
>set domain to name of item i of filelist
>end tell
>changesoa(domain)
>end repeat
>on changesoa(domain)
>tell application "QuickDNS Pro Admin"
>set minimum ttl of SOA record 1 of document domain to 300
>end tell
>end changesoa
|

Return to Digital Point Solutions' Home Page |