Welcome to the JaguarPC Community
JaguarPC
Sales: (888) 338-5261
Support: (888)-551-3050
Results 1 to 7 of 7

This is a discussion on Running A MySQL-Based DNS Server: MyDNS in the Open Discussion & Chit-chat forum
Interesting article! In this tutorial I will describe how to install and configure MyDNS, a DNS server that uses a MySQL database as backend instead ...

  1. #1
    Yeah, I know a LOT! Vin DSL's Avatar
    Join Date
    Mar 2003
    Location
    Arizona Uplands
    Posts
    10,775

    Post Running A MySQL-Based DNS Server: MyDNS

    Interesting article!

    In this tutorial I will describe how to install and configure MyDNS, a DNS server that uses a MySQL database as backend instead of configuration files like, for example, Bind or djbdns. This has the advantage that you can easily use web-based frontends to administrate your DNS records. You could even write your own frontend, e.g. using PHP, to interact with the MyDNS database. MyDNS simply reads the records from the database, and it does not have to be restarted/reloaded when DNS records change or zones are created/edited/deleted! This is a major advantage.

    I will also show how to set up a secondary DNS server, but I will not use normal zone transfers to get the records from the primary to the secondary DNS server; instead, I will use MySQL database replication. I will simply replicate the data from the primary to the secondary server.

    There are multiple web frontends to MyDNS. Of course, you can use phpMyAdmin for the MyDNS administration, or you can use the web frontend that comes with MyDNS (which is not for beginners because it lacks the field descriptions), or you can use MyDNSConfig, a tool written by myself. I will show how to install each of them.
    Full Story: http://www.howtoforge.com/mydns_name_server
    DISCLAIMER Any resemblance between the views expressed above and those of the owners and operators of this system is purely coincidental. Any resemblance between these views and my own are non-deterministic. The existence of Vin DSL is questionable. The existence of views in the absence of anyone to hold them is problematic. The existence of the reader is left as an exercise in the second-order coefficient.

    No Guts, No Story! VinDSL © 2010

  2. #2
    Like a star... Julian Muñoz's Avatar
    Join Date
    Oct 2002
    Location
    Colombia
    Posts
    1,399
    Very interesting. Now I can develop my own service like easyDNS
    Julian D. Muñoz - LANeros.com

  3. #3
    JPC Addict
    Join Date
    Jul 2005
    Location
    Uk
    Posts
    128
    Sounds interesting..... i currently use bind (Cpanel/Whm default so yeh laugh because im lazy ). Im considering trying this but i dont want to break anything because from past experiences DNS problems are #1 on my list of painful problems.

    Call me a DNS newb (because i am) but anyone know if this can be run alongside BIND? Without breaking bind (eg run this as a test, then if im happy get rid of BIND)

  4. #4
    Community Leader jason's Avatar
    Join Date
    Sep 2001
    Location
    Rochester, NY
    Posts
    6,003
    You can probably do it if you assign a different IP address than you are using for BIND. Se the server so that BIND responds to requests on (for example) 123.45.67 and MyDNS responds to requests on 123.45.78. The you can set systems you want to use for testing to do their DNS lookups with the 123.45.78 server and see how it works.

    --Jason
    Jason Pitoniak
    Interbrite Communications
    www.interbrite.com www.kodiakskorner.com

  5. #5
    Like a star... Julian Muñoz's Avatar
    Join Date
    Oct 2002
    Location
    Colombia
    Posts
    1,399
    I'm not switching to MyDNS because I'm happy with zone files and rndc commands
    Julian D. Muñoz - LANeros.com

  6. #6
    `':\_jmkogut_/:'`
    Join Date
    Mar 2006
    Location
    Ohio
    Posts
    22
    YEAH! This is just what I've been wanting, some sort of database-driven DNS server
    .:.::Web technologies demo::.:..
    http://www.dottru.com/

  7. #7
    JPC Guru
    Join Date
    Apr 2006
    Location
    Sweden
    Posts
    263
    Sounds interesting, will try it right away

    That was just way to much, will do it later heh
    Last edited by AlexKall; 04-15-2006 at 11:23 AM.
    My VPS server:
    www.myfedoraserver.com


Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •