LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Red Hat (https://www.linuxquestions.org/questions/red-hat-31/)
-   -   Tutorial for BIND with mySQL backend (https://www.linuxquestions.org/questions/red-hat-31/tutorial-for-bind-with-mysql-backend-265796/)

mrEgg 12-13-2004 02:17 AM

Tutorial for BIND with mySQL backend
 
hi guys,

did you manage to get BIND 9 to work with mySQL?

I am trying to build a master DNS box with BIND 9 running on mySQL and a slave box which will be updated with the records from master. But the tutorial which i got on the web does not work.

Anyone has some links to refer? Please advise.

cheers

loonix 12-14-2004 02:52 AM

I dont know about bind with mysql but I use power dns instead of bind.
It runs a mysql backend ( one of many choices ) and was a peice of cake to get running.

mrEgg 12-14-2004 02:56 AM

Quote:

Originally posted by loonix
I dont know about bind with mysql but I use power dns instead of bind.
It runs a mysql backend ( one of many choices ) and was a peice of cake to get running.

yes, i am running powerdns. but it does not have a resolver and i will prefer to have a native resolver with the dns program.

cheers

loonix 12-14-2004 03:20 AM

resolver ? as in recursor ???

If you mean recursor then here is my configure flags.
Alls working fine hear.

Code:

/configure --prefix=/usr \
--sysconfdir=/etc/pdns \
--enable-recursor \
--with-modules="gmysql" || exit 1



All times are GMT -5. The time now is 07:08 AM.