Re: Help, I can´t make a delega tion :(
Rob Butler <[email protected]> Fri, 29 May 2009 05:22:02 -0700 (PDT)
| Newsgroups | gmane.network.dns.bind9.dlz |
|---|---|
| Message-ID | <[email protected]> |
Can someone _please_ help mr Reyner? Thanks! Rob Sent from my iPhone On May 29, 2009, at 7:28 AM, "Reyner Herrpinark Lugo" <[email protected]> wrote: Hello again friends, I guess that my problem has to be covered in the DLZ´s solution, and only my lack of knowledge is the reason for I have not been reached the solution. I just need to know if subdomain delegation can be done with DLZ. If this is possible, and somebody has it running, I appreciate very much if you share your queries and schema for learn how to make this important point in DNS's administration. Otherwise, if somebody like can, I ask that you take a look at this post I made and that is still unanswered: I have the following definition for dns_records: dns_zone |text | host |text | ttl |integer | dns_type |text | mx_priority|integer | data |text | And here you can see some data: dns_zone |host |ttl |dns_type |mx_priority |data | example.com |@ |604800|soa |null |tip-server reynerhl.gmail.com. 20090408 3000 900 108864000 432000| example.com |@ |604800|ns |null |tip-server | example.com |tip-server |604800|a |null |10.7.20.3 | Here you can see my queries, they are very simple: dlz "postgres zone" { database "postgres 2 {host=/var/run/postgresql dbname=dlz user=rey } {select dns_zone from dns_records where dns_zone= '%zone%' limit 1} { SELECT ttl, dns_type, mx_priority, data FROM dns_records WHERE dns_zone = '%zone%' AND host='%record%'; }"; }; If I have the subdomain us.example.com working in the machine with ip address 10.7.20.2, What records should I make to the parent (example.com in 10.7.20.3) to ensure the delegation? Thanks for your time. PD: please, forgive my lousy language church. ------------------------------------------------------------------------------ Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creativity professionals. Meet the minds behind Google Creative Lab, Visual Complexity, Processing, & iPhoneDevCamp as they present alongside digital heavyweights like Barbarian Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com _______________________________________________ Bind-dlz-testers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bind-dlz-testers ------------------------------------------------------------------------------ Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creativity professionals. Meet the minds behind Google Creative Lab, Visual Complexity, Processing, & iPhoneDevCamp as they present alongside digital heavyweights like Barbarian Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com