Re: [Pdns-users] [E] Re: Powerdns on AWS Instances

2021-04-27 Thread Chhavi Mittal via Pdns-users
I have a lot of ALIAS records so I am using a recursor to resolve those to A records. I am using NATIVE domain "." with all the records pointing to it. So I have a local pdns and pdns-recursor on all instances and they all will be connecting to aws aurora db cluster to read data. And since I have s

Re: [Pdns-users] [E] Re: Powerdns on AWS Instances

2021-04-27 Thread Chhavi Mittal via Pdns-users
I have 32 instances in production and I might be adding more so definitely need the load balancer. That's why I am wondering if I can use aws instances. On Tue, Apr 27, 2021 at 3:33 PM Kevin P. Fleming wrote: > If you just have one instance, or a small number of instances, there's > no real rea

[Pdns-users] Powerdns on AWS Instances

2021-04-27 Thread Chhavi Mittal via Pdns-users
Hello, Is it possible to deploy powerdns on aws instances and have the instances run behind an ec2 load balancer? Any tips to set this up would be really helpful. My current design is a powerdns server and a pdns-recursor running on the same host (not aws) and I am using aws aurora mysql cluster

Re: [Pdns-users] [E] Re: ALIAS not resolving to IP address

2021-03-31 Thread Chhavi Mittal via Pdns-users
4000 4011 1054 7f00 0001 E..:,]@.@..T > 0x0010: 7f00 0001 9e40 21fb 0026 fe39 68eb 0100 .@!..&.9h... > 0x0020: 0001 0000 0000 086d 7964 6f6d 6169 .mydomai > 0x0030: 6e03 636f 6d00 0001 0001 n.com. > > > On Tue, Mar 30, 2021 at 2:

Re: [Pdns-users] [E] Re: ALIAS not resolving to IP address

2021-03-31 Thread Chhavi Mittal via Pdns-users
@!..&.9h... 0x0020: 0001 086d 7964 6f6d 6169 .mydomai 0x0030: 6e03 636f 6d00 0001 0001 n.com. On Tue, Mar 30, 2021 at 2:12 AM Brian Candler wrote: > On 29/03/2021 21:34, Chhavi Mittal via Pdns-users wrote: > > I have a pdns and pdns_rec

[Pdns-users] ALIAS not resolving to IP address

2021-03-29 Thread Chhavi Mittal via Pdns-users
Hello, I have a pdns and pdns_recursor running on the same server and I have one ALIAS record and one A record for the alias both belonging to the same domain entry but when I do 'dig' on the ALIAS it's not returning an answer. This is what I have in my mysql: Domains +-+--++

Re: [Pdns-users] [E] Re: How to update IP address of records

2021-03-25 Thread Chhavi Mittal via Pdns-users
ch=gmysql > gmysql-host=localhost > gmysql-user=powerdns > gmysql-password=xx > gmysql-dbname=powerdns > resolver=127.0.0.1:8699 > setuid=pdns > setgid=pdns recursor.conf > local-port=8699 > forward-zones=.=127.0.0.1 Best, Chhavi On Tue, Mar 23, 2021 at 10:48

Re: [Pdns-users] [E] Re: How to update IP address of records

2021-03-23 Thread Chhavi Mittal via Pdns-users
cord) will be much quicker > > to update than if they were all A records. There are many reasons why > > that might be a bad idea though, so be careful :-) > > > > On Mon, Mar 22, 2021 at 6:36 PM Chhavi Mittal via Pdns-users > > wrote: > >> > >> Yes I

Re: [Pdns-users] [E] Re: How to update IP address of records

2021-03-22 Thread Chhavi Mittal via Pdns-users
2021 at 3:28 PM Larry Wapnitsky wrote: > Are you storing the records in a database? If so, a select and replace > would work > > On Mon, Mar 22, 2021, 17:43 Chhavi Mittal via Pdns-users < > pdns-users@mailman.powerdns.com> wrote: > >> Hello, >> >> I am

[Pdns-users] How to update IP address of records

2021-03-22 Thread Chhavi Mittal via Pdns-users
Hello, I am new to powerdns and trying to set it up based on my requirements. One issue that I am facing is how to update an IP address for all my records? For example, if I have 10K records that are pointing to one host/IP address but that host goes down and I want to update to a new host ip addr