Re: [Pdns-users] Basic PowerDNS Wildcard Question

2008-06-26 Thread Tom Rossi
Alan, I'm so sorry! You are absolutely correct! I thought I tested that scenario last night, but I just tested again and it works. So with DNS records like the following: *.example.com CNAME host.anotherdomain.com example.com A 192.168.0.1 I am able to resolve "anything.example.com" as well a

Re: [Pdns-users] Basic PowerDNS Wildcard Question

2008-06-26 Thread Alan Hodgson
On Thursday 26 June 2008, "Tom Rossi" <[EMAIL PROTECTED]> wrote: > Alan, > > Sorry, I should have included scenario 4 which also does not work: > > SCENARIO 4 > > *.example.com CNAME host.anotherdomain.com > example.com A 192.168.0.1 > > This will resolve "anything.example.com" but will NOT resolve

Re: [Pdns-users] Basic PowerDNS Wildcard Question

2008-06-26 Thread Tom Rossi
Alan, Sorry, I should have included scenario 4 which also does not work: SCENARIO 4 *.example.com CNAME host.anotherdomain.com example.com A 192.168.0.1 This will resolve "anything.example.com" but will NOT resolve "example.com" On Thu, Jun 26, 2008 at 11:17 AM, Alan Hodgson <[EMAIL PROTECTED]

Re: [Pdns-users] Basic PowerDNS Wildcard Question

2008-06-26 Thread Alan Hodgson
On Wednesday 25 June 2008, "Tom Rossi" <[EMAIL PROTECTED]> wrote: > I'm getting PowerDNS up and running and so far really like it. I'm > having a problem though with creating a record to resolve the domain > by itself. For example, I would like a CNAME or A record for the > domain by itself You

Re: [Pdns-users] Basic PowerDNS Wildcard Question

2008-06-26 Thread Tom Rossi
Thanks for looking at this for me! I am on version 2.9.21... On Thu, Jun 26, 2008 at 1:10 AM, bert hubert <[EMAIL PROTECTED]> wrote: > Tom, > > Before delving deeply in your excellent description below, are you testing > with 2.9.21? > > It is different than 2.9.20 in CNAME handling. > >B

Re: [Pdns-users] Basic PowerDNS Wildcard Question

2008-06-25 Thread bert hubert
Tom, Before delving deeply in your excellent description below, are you testing with 2.9.21? It is different than 2.9.20 in CNAME handling. Bert On Wed, Jun 25, 2008 at 10:05:55PM -0400, Tom Rossi wrote: > I'm getting PowerDNS up and running and so far really like it. I'm > having a pr

[Pdns-users] Basic PowerDNS Wildcard Question

2008-06-25 Thread Tom Rossi
I'm getting PowerDNS up and running and so far really like it. I'm having a problem though with creating a record to resolve the domain by itself. For example, I would like a CNAME or A record for the domain by itself so that "example.com" resolves to an IP address. This shouldn't be a problem, b