- Feature Requests 1 5 FriedrichMiller
Member

GroupMembers
Posts 70
Joined Feb 28, 2008
Well, i would say keep the function as is, just convert the domain name to the IDN format (xn--bleh-bleh)!
Posted Jul 5, 2010, 3:40 pm
Posted Jul 5, 2010, 3:40 pm
- Support and Development 1 2 modrany
Member

GroupMembers
Posts 70
Joined Feb 28, 2008
well, i think what you want more or less is delegating subdomain to DNS ... right ? if i understand correctly how DNS works, TLD DNS servers delegate subdomains of the TLD to various DNS servers, that is abc.tld a subdomain of tld ... is that what you mean ?
Posted Aug 30, 2009, 9:31 am
Posted Aug 30, 2009, 9:31 am
- Support and Development 1 2 blackid
Member

GroupMembers
Posts 70
Joined Feb 28, 2008
pdns-admin is not the tool to do this, pdns-admin is simply a web interface to manage PowerDNS installation with seperate users and privieges and ownership of domains ...etc.
Posted Aug 3, 2009, 11:52 pm
Posted Aug 3, 2009, 11:52 pm
- Support and Development 1 3 SBBnocPDNS
Member

GroupMembers
Posts 70
Joined Feb 28, 2008
Maybe the issue is in the soa record of those domains you try to modify, how does the SOA record look like ? it should be multiple words (numbers) seperated by spaces.
Posted Aug 3, 2009, 1:22 am
Posted Aug 3, 2009, 1:22 am
- Support and Development 1 4 uwe
Member

GroupMembers
Posts 70
Joined Feb 28, 2008
Hello ...
I still have this on my mind ... now i belive domain templates should be written in XML files
, i'm working on it too ... but im really really not a good php programmer, im trying to reuse the XML parser samson included for storing the web templates, a quick hint on how to get the "N"th element with those functions would be appreciated! example:
something like GetNodeByPath("DOMAIN/RECORD[2]"
not working
samson ... help !
Posted May 11, 2009, 2:24 pm
I still have this on my mind ... now i belive domain templates should be written in XML files
<domain> <record></record> <record></record> <!-- i want this one --> </domain>
something like GetNodeByPath("DOMAIN/RECORD[2]"
samson ... help !
Posted May 11, 2009, 2:24 pm
- Bug Reports 2 6 hugues
Member

GroupMembers
Posts 70
Joined Feb 28, 2008
i commented chmod in the file, then had to do the chmod manually and it worked ... if anyone needs to do this
Posted Jan 22, 2009, 2:32 am
Posted Jan 22, 2009, 2:32 am
Member

GroupMembers
Posts 70
Joined Feb 28, 2008
I think this problem is still there in the latest trunk (rev 53)
Posted Jan 18, 2009, 4:32 am
Posted Jan 18, 2009, 4:32 am
- Support and Development 3 11 Radu
Member

GroupMembers
Posts 70
Joined Feb 28, 2008
I think the point you reached is great, but the issues with getting the DNS to respond is probably PDNS specific or specific to your case, PDNS-Admin probably has nothing to do with these issues ... make sure you first test with zones/domains with their NS pointing to your DNS IP, make sure your DNS responds from local host ... all i can do is wishing you good luck, try getting help getting PDNS itself working by checking PDNS docs and asking their community .
Posted Jan 22, 2009, 1:10 am
Posted Jan 22, 2009, 1:10 am
Member

GroupMembers
Posts 70
Joined Feb 28, 2008
well, you need to install PowerDNS, and not *ANY* DNS server (so Bind is not what you want, PDNS can work with BIND files, but in our case you want it to work with mysql database).
So, install PowerDNS (abbreviated PDNS) on your ubuntu (apt-get install pdns pdns-backend-mysql mysql-server) . then configure your pdns mysql backend, my file looks like this:
Then i create the tables mentioned in the link in the previous post, and finally install PDNS-Admin, and configure it with the same database/db-user/db-user-pass i used in my pdns.local config file.
I hope this helps you out!
Posted Jan 19, 2009, 10:55 am
So, install PowerDNS (abbreviated PDNS) on your ubuntu (apt-get install pdns pdns-backend-mysql mysql-server) . then configure your pdns mysql backend, my file looks like this:
ophion:~# cat /etc/powerdns/pdns.d/pdns.local
# Here comes the local changes the user made, like configuration of
# the several backends that exists.
# MySQL Configuration
#
launch=gmysql,bind
gmysql-host=127.0.0.1
gmysql-dbname=pdns-db
gmysql-user=db-user
gmysql-password=db-user-pass
# gmysql-socket=
# Here comes the local changes the user made, like configuration of
# the several backends that exists.
# MySQL Configuration
#
launch=gmysql,bind
gmysql-host=127.0.0.1
gmysql-dbname=pdns-db
gmysql-user=db-user
gmysql-password=db-user-pass
# gmysql-socket=
Then i create the tables mentioned in the link in the previous post, and finally install PDNS-Admin, and configure it with the same database/db-user/db-user-pass i used in my pdns.local config file.
I hope this helps you out!
Posted Jan 19, 2009, 10:55 am
Member

GroupMembers
Posts 70
Joined Feb 28, 2008
This issue apparently faces most if not all who try to install PDNS Admin before installing PDNS itself, the thing is that this table and other tables are created by PDNS installation (the actual DNS Server with Database Backend), the pdnsadmin interface tries to make updating those tables easier, those tables have the data the DNS needs, and since PDNS Admin is usally installed *AFTER* the PDNS is installed.
In short, if you installed PDNS following the instructions here -> http://doc.powerdns.com/generic-mypgsql-backends.html , you should have those tables , this problem was brought up at least once http://pdnsadmin.iguanadons.net/index.php?a=topic&t=32
Posted Jan 18, 2009, 11:28 am
In short, if you installed PDNS following the instructions here -> http://doc.powerdns.com/generic-mypgsql-backends.html , you should have those tables , this problem was brought up at least once http://pdnsadmin.iguanadons.net/index.php?a=topic&t=32
Posted Jan 18, 2009, 11:28 am

