You're unlikely to find anything canned to do somehting like that. If you run BIND on Windows, your configuration files will be simple text files, so modifying them with CFFILE is very simple. Go to www.isc.org to download BIND 8.2.5 or BIND 9 binaries for NT. To do what you need, you'll just modify the BIND configuration file, then create or modify a zone master file. Afterwards, you run a command-line EXE that reloads the DNS data. This command-line tool is included in the BIND for NT distributions.
If you need a simple manual web interface, it's pretty simple to create one in CF that lets you browse and edit these same files. You need to understand the format and syntax of the underlying files, however. Jim ----- Original Message ----- From: "Eric Dawson" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, November 01, 2001 11:43 AM Subject: Re: OT: Managing DNS via a browser > interested in taking a look. thanks. I am currently running MS DNS but have > no reason why I need to be. I'm a penniless bum so I need to keep it cheap > though. > > The DNS entries I am looking to maintain are going to be about as simple as > they can be. I'm not neccessarily interested in having a toolkit for clients > to manage their DNS, but rather have canned DNS entries for the domains > ready to be added when a domain is registered. > > Specifically in fuzzy detail. I want to build a community site network, open > source and freely distributed. at the core will be a hosting service that is > built from the same engine that is freely distributed. I intend to offer a > free domain service for the community sites that subscribe to my hosting > service (hosting nominally priced to cover cost) - I am trying to get > alive.ca as the free domain (ie www.hamilton.alive.ca) but also support > domain registrations integrated in the administration toolkit if they want > to get their own name. > > I plan to plugin subscription services like everyone.net into the admin > toolkit for the community site network. (although I should set up my own > email services right Howie?) > > so if I understand what I want to do correctly, the DNS management can be > handled with a very simple user interface. ie turn Service on - turn service > off. (and then on the backend we determine what the entries are going to > be). > > I wish I had a little extra time these days. > > Eric Dawson > > From: "Howie Hamlin" <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: CF-Talk <[EMAIL PROTECTED]> > Subject: Re: OT: Managing DNS via a browser > Date: Thu, 1 Nov 2001 11:21:21 -0500 > > True, but you need to know the proper format. I know of acompany that > created a typical boilerplate that they use for client > hosting and they use CF to fill in the proper values. > > One other thing - if you're using Bind on Windows then the service needs to > be restarted for the changes to take affect. We have a > freeware service control cfx if you need it. > > HTH, > > -- > Howie Hamlin - inFusion Project Manager > On-Line Data Solutions, Inc. - www.CoolFusion.com - 631-737-4668 x101 > inFusion Mail Server (iMS) - The Intelligent Mail Server > <<< Vote for iMS as the CFDJ Reader's Choice Awards Most Innovative Product > >>> > http://www.sys-con.com/coldfusion/readerschoice2001/nominationformbpa.cfm > >>> Find out how iMS Stacks up to the competition: > http://www.coolfusion.com/imssecomparison.cfm > > ----- Original Message ----- > From: "Eric Dawson" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Thursday, November 01, 2001 11:18 AM > Subject: Re: OT: Managing DNS via a browser > > > > I want this too! > > > > I think it might not be that tough ... the DNS records are jst in text > files > > right? > > > > Eric Dawson > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

