<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:osnews="http://osnews.com/rss2#">
	<channel>
		<title>OSNews: </title>
		<link>http://www.osnews.com/story/13389/Running_a_MySQL-Based_DNS_Server_MyDNS</link>
		<description>Exploring the Future of Computing</description>
		<language>en-us</language>
		<copyright>Copyright 2001-2010, David Adams</copyright>
		<webMaster>adam+nospam@osnews.com</webMaster>
		<lastBuildDate>Sun, 21 Mar 2010 00:46:18 GMT</lastBuildDate>
		<image>
			<url>http://www.osnews.com/images/osnews.gif</url>
			<title>OSNews.com</title>
			<link>http://www.osnews.com</link>
		</image>
		<item>
			<title>Related project: PowerDNS</title>
			<link>http://osnews.com/thread?88381</link>
			<guid isPermaLink="true">http://osnews.com/thread?88381</guid>
			<description>PowerDNS is a DNS server that can use a Postgres database as backend iirc</description>
			<pubDate>Sun, 22 Jan 2006 13:01:00 GMT</pubDate>
			<author>donotreply@osnews.com (raboof)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>thanks but no thanks</title>
			<link>http://osnews.com/thread?88388</link>
			<guid isPermaLink="true">http://osnews.com/thread?88388</guid>
			<description>DNS is one of those very critical services. <br />
<br />
This sounds like *great* idea but I wouldn't be surprised to see (insert yet ANOTHER php vulnerability or insecure script written by a novice programmer) problems with implementations or administrative tools. Oh look, there was another flaw in phpmyadmin and now your dns server is owned... bummer.<br />
<br />
I'll stick to dbjdns on OpenBSD for my DNS servers and linux for everything else although the &quot;no zone axfr&quot; via mysql replication is pretty cool.</description>
			<pubDate>Sun, 22 Jan 2006 14:09:00 GMT</pubDate>
			<author>donotreply@osnews.com (SEJeff)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>I used myDNS but!</title>
			<link>http://osnews.com/thread?88393</link>
			<guid isPermaLink="true">http://osnews.com/thread?88393</guid>
			<description>It is great idea to store DNS in SQL. But<br />
<br />
-If you have only couples of DNS records you dont need to store them in SQL database <img src="/images/emo/smile.gif" alt=";)" /> <br />
<br />
-If you have more DNS records like me (about 1000 zones) then it is better to make simple script that will convert the SQL data to BIND configuration. <br />
<br />
Because if you have separate mySQL server then crash of DNS server will cause &quot;crash&quot; of your DNS system.<br />
<br />
I was using it, I was happy about 6 months, then I realized that BIND is easy to configure than myDNS and you dont have so many POINTS of FAILURE.<br />
<br />
because you don`t need WEB server, Mail server, and secondary DNS server if yours SQL server is DOWN <img src="/images/emo/smile.gif" alt=";)" /> <br />
<br />
Now if my SQL crashes, my WEB, mail, and DNS servers will run. so only couple of sites will stop working.<br />
<br />
mySQL is great product, but for real world.</description>
			<pubDate>Sun, 22 Jan 2006 14:26:00 GMT</pubDate>
			<author>donotreply@osnews.com (syphon)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>I used myDNS but!</title>
			<link>http://osnews.com/thread?88397</link>
			<guid isPermaLink="true">http://osnews.com/thread?88397</guid>
			<description>Sorry for all therse errors <img src="/images/emo/smile.gif" alt=";)" />  I dont can`t edit the post. <br />
<br />
The final sentence should be:<br />
<br />
myDNS is great product but not so GREAT for real world.<br />
<br />
<br />
I also wanted to notice that I have about 10% less mySQL usage when I use bind instead of myDNS.<br />
<br />
I have all zones stored in myDNS compatible SQL database so I can switch betwen myDNS and BIND..</description>
			<pubDate>Sun, 22 Jan 2006 14:50:00 GMT</pubDate>
			<author>donotreply@osnews.com (syphon)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Related project: PowerDNS</title>
			<link>http://osnews.com/thread?88436</link>
			<guid isPermaLink="true">http://osnews.com/thread?88436</guid>
			<description>It's also possible to use a MySQL backend with PowerDNS, afaik.</description>
			<pubDate>Sun, 22 Jan 2006 18:21:00 GMT</pubDate>
			<author>donotreply@osnews.com (LB06)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Related project: PowerDNS</title>
			<link>http://osnews.com/thread?88452</link>
			<guid isPermaLink="true">http://osnews.com/thread?88452</guid>
			<description>Strangely enough, MyDNS also supports Postgres quite well;  I've been using it in production for a year now.</description>
			<pubDate>Sun, 22 Jan 2006 19:57:00 GMT</pubDate>
			<author>donotreply@osnews.com (chrisbell)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: I used myDNS but!</title>
			<link>http://osnews.com/thread?88453</link>
			<guid isPermaLink="true">http://osnews.com/thread?88453</guid>
			<description>Yes, but bind is very slow when compared to bind-dlz...  and bind-dlz (even non-dynamic bdb) is slow compared to MyDNS.  I am able to do 20k queries a second with MyDNS (postgres backend). <br />
<br />
On the other hand, I can understand why someone would want to run bind for the sake of reliability..  but there is a sacrifice!</description>
			<pubDate>Sun, 22 Jan 2006 20:03:00 GMT</pubDate>
			<author>donotreply@osnews.com (chrisbell)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: I used myDNS but!</title>
			<link>http://osnews.com/thread?88473</link>
			<guid isPermaLink="true">http://osnews.com/thread?88473</guid>
			<description>Yes, that is all true, but realize that if you lost your mySQL server for couple of hours for some reason, it is quite possible that you DNS system (servers) is sgoing down with it. What good is mail server and web server when there are no DNS server resolving MX and A records <img src="/images/emo/smile.gif" alt=";)" /> <br />
<br />
So I think it is easyer to setup secondary BIND server like setup secondary myDNS + mySQL server independent on that first and master mySQL and myDNS server... that has also exact the ZONES like the first server. in this case you need to run TWO mySQL servers and synchronize them<br />
<br />
As I said myDNS is GREEAT, but I only talking about my 6 months experience with myDNS in mission critical applications <img src="/images/emo/smile.gif" alt=";)" /> <br />
<br />
It`s only my point of view <img src="/images/emo/smile.gif" alt=";)" />  anyway myDNS is GREAT software! it was very usefull for me when I migrated from Windows 2000 to BSD servers...</description>
			<pubDate>Sun, 22 Jan 2006 22:24:00 GMT</pubDate>
			<author>donotreply@osnews.com (syphon)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: I used myDNS but!</title>
			<link>http://osnews.com/thread?88545</link>
			<guid isPermaLink="true">http://osnews.com/thread?88545</guid>
			<description>Using a relational database to store non-relational data is absurd.<br />
<br />
A casual glance of their database schema shows two tables  for soa records and for rr records. Neither of them reference the other.</description>
			<pubDate>Mon, 23 Jan 2006 07:42:00 GMT</pubDate>
			<author>donotreply@osnews.com (rajj)</author>
			<category>Comments</category>
		</item>
	</channel>
</rss>
