Re: [Pdns-users] successful installation of recursor 5.2 on non-systemd

2025-04-10 Thread Curtis Maurand via Pdns-users
seems to that systemd is the preferred. Devuan Daedalus is Debian bookworm but with other choices of init systems. It still runs fine as a daemon in the background. Cheers —C Sent from my iPhone > On Apr 10, 2025, at 11:50 AM, Brian Candler wrote: > > On 10/04/2025 14:16, Curtis Ma

[Pdns-users] successful installation of recursor 5.2 on non-systemd

2025-04-10 Thread Curtis Maurand via Pdns-users
Hello, I have successfully installed pdns-recursor on a non-systemd equipped system. I know that powerdns has dropped support for systems that don't run systemd, but I wanted to get this on record for others that like powerdns, but don't use systemd. By default the new version runs pdns_recur

Re: [Pdns-users] Need help after the upgrade

2025-02-27 Thread Curtis Maurand via Pdns-users
sorry for the bandwidth: pdnsutil rectify-zone On 2/27/25 09:47, Curtis Maurand via Pdns-users wrote: I can't type: pdnsutil rectify Cheers, Curtis On 2/27/25 09:46, Curtis Maurand via Pdns-users wrote: Is the domain signed? Did you run pdnsutil rectivy ? On 2/27/25 06:58,

Re: [Pdns-users] Need help after the upgrade

2025-02-27 Thread Curtis Maurand via Pdns-users
I can't type: pdnsutil rectify Cheers, Curtis On 2/27/25 09:46, Curtis Maurand via Pdns-users wrote: Is the domain signed? Did you run pdnsutil rectivy ? On 2/27/25 06:58, Peter Zoltan Keresztes (zozo) via Pdns-users wrote: I have reinstalled the pdns exported the zones to csv

Re: [Pdns-users] Need help after the upgrade

2025-02-27 Thread Curtis Maurand via Pdns-users
Is the domain signed? Did you run pdnsutil rectivy ? On 2/27/25 06:58, Peter Zoltan Keresztes (zozo) via Pdns-users wrote: I have reinstalled the pdns exported the zones to csv files and readied the used one using pdnsutil however when I try to save sometimes I am getting the same errors.

Re: [Pdns-users] txt record not returning a value [SOLVED]

2024-11-09 Thread Curtis Maurand via Pdns-users
024, at 16:23, Brian Candler via Pdns-users wrote: On 08/11/2024 15:18, Curtis Maurand via Pdns-users wrote: From the sql query “select * from records where domain_id=’47’ and type=’txt’” I get | 638 |        47 | circadianinfo.com._report._dmarc.xyonet.com | TXT | v=DMARC1 Dig retur

Re: [Pdns-users] txt record not returning a value

2024-11-09 Thread Curtis Maurand via Pdns-users
On 11/8/24 10:23, Brian Candler wrote: On 08/11/2024 15:18, Curtis Maurand via Pdns-users wrote: From the sql query “select * from records where domain_id=’47’ and type=’txt’” I get | 638 |        47 | circadianinfo.com._report._dmarc.xyonet.com | TXT  | v=DMARC1 Dig returns nothing

Re: [Pdns-users] txt record not returning a value

2024-11-09 Thread Curtis Maurand via Pdns-users
On 11/8/24 10:37, Frank @ Kiwazo via Pdns-users wrote: On 8 Nov 2024, at 16:23, Brian Candler via Pdns-users wrote: On 08/11/2024 15:18, Curtis Maurand via Pdns-users wrote: From the sql query “select * from records where domain_id=’47’ and type=’txt’” I get | 638 |        47

Re: [Pdns-users] txt record not returning a value

2024-11-08 Thread Curtis Maurand via Pdns-users
> On Nov 8, 2024, at 8:50 AM, Frank @ Kiwazo via Pdns-users > wrote: > > Hi Curtis, Nico, > > @nico: the format is correct, it's used for cross-domain reporting (so domain > X.tld has a rua in n...@y.tld ). See > https://www.rfc-editor.org/rfc/rfc7489#section-7.1 for deta

[Pdns-users] txt record not returning a value

2024-11-08 Thread Curtis Maurand via Pdns-users
Hello, I'm trying to set up an external dmarc permission in pdns authoritative 4.8.4. I'm fixing to upgrade to the latest, but that is a complex task given the confiruration file format change and the lack of support for non-systemd servers and the fact that the install wipes out the /etc/ini

Re: [Pdns-users] signatures were invalid: EXPKEYSIG 1B0C6205FD380FBB

2023-06-07 Thread Curtis Maurand via Pdns-users
On 6/7/23 13:45, Djerk Geurts via Pdns-users wrote: On 7 Jun 2023, at 17:46, Otto Moerbeek wrote: On Wed, Jun 07, 2023 at 06:03:29PM +0200, Otto Moerbeek via Pdns-users wrote: On Wed, Jun 07, 2023 at 04:26:53PM +0100, Djerk Geurts via Pdns-users wrote: Hi all, Is there an issue with

Re: [Pdns-users] master receiving notifies from slave

2023-03-10 Thread Curtis Maurand via Pdns-users
disable all implizit NOTIFYs). Further I use "ALSO-NOTIFY" domainmetadata settings to specify NOTIFY targets per zone. regards Klaus *Von:*Pdns-users *Im Auftrag von *Curtis Maurand via Pdns-users *Gesendet:* Donnerstag, 9. März 2023 00:06 *An:* pdns-users@mailman.powerdns.com

Re: [Pdns-users] master receiving notifies from slave

2023-03-09 Thread Curtis Maurand via Pdns-users
regards Klaus *Von:*Pdns-users *Im Auftrag von *Curtis Maurand via Pdns-users *Gesendet:* Donnerstag, 9. März 2023 00:06 *An:* pdns-users@mailman.powerdns.com *Betreff:* [Pdns-users] master receiving notifies from slave Hello, I have a pair of powerdns servers running on a debian deriv

[Pdns-users] master receiving notifies from slave

2023-03-08 Thread Curtis Maurand via Pdns-users
Hello, I have a pair of powerdns servers running on a debian derivative equivalent to bullseye: Devuan chimaera.  I am running pdns authoritative version 4.7.3 from the powerdns debian repo.  Devuan does not use systemd.  I'm using sysvinit.  The upgrade removes /etc/init.d/pdns script which i

Re: [Pdns-users] Glue records in PowerDNS and MySQL backend

2023-01-11 Thread Curtis Maurand via Pdns-users
You’re missing a period (dot) at the end of your ns1 record Sent from my iPhone > On Jan 11, 2023, at 10:31 AM, Brian Candler via Pdns-users > wrote: > > On 11/01/2023 15:13, Carsten Schmitz via Pdns-users wrote: >> >> Hello, >> >> My case is a bit complicated: >> >> I run a PowerDNS ser

Re: [Pdns-users] stupid recursor question [SOLVED]

2022-12-07 Thread Curtis Maurand via Pdns-users
Heh, totally missed the error. duh. Thanks for pointing it out. I’ll check out the hairpinning on the nat. didn’t even think of that. Sent from my iPhone > On Dec 7, 2022, at 3:18 PM, Brian Candler wrote: > > On 07/12/2022 18:47, Curtis Maurand via Pdns-users wrote: >> dig do

Re: [Pdns-users] stupid recursor question [SOLVED]

2022-12-07 Thread Curtis Maurand via Pdns-users
Brian suggested (dig and tcpdump) These could hold clues to the cause of your problem. On Tue, 2022-12-06 at 14:33 -0500, Curtis Maurand via Pdns-users wrote: OK, just did the upgrade and adjusted the tables accordingly.  I don't like the fact that the update clobbered the /etc/init.d/pdns

Re: [Pdns-users] stupid recursor question

2022-12-06 Thread Curtis Maurand via Pdns-users
permaster/superslave set up and working. Things are working from outside and pretty fast, too. It's internally where things aren't working.  the internal recursor is not resolving anything that is hosted.  wierd. --Curtis On 12/6/22 12:52, Brian Candler wrote: On 06/12/2022 17:41,

Re: [Pdns-users] stupid recursor question

2022-12-06 Thread Curtis Maurand via Pdns-users
You can use either xyonet.com or cybernexus.net On 12/6/22 12:26, Brian Candler wrote: On 06/12/2022 17:06, Curtis Maurand via Pdns-users wrote: On the authoritative server I host a domain that I'll call domain.tld as the example. It really helps if you give the real domain, since

[Pdns-users] stupid recursor question

2022-12-06 Thread Curtis Maurand via Pdns-users
Hello, I've been a pdns user since, well, forever.  I abandoned bind long ago.  I currently have a set up where I run an authoritative server on a virtual machine and I run pdns-recursor on a separate virtual machine. On the authoritative server I host a domain that I'll call domain.tld as th

Re: [Pdns-users] Install pdns on Ubuntu 19.04

2019-10-09 Thread Curtis Maurand
i gave up on ubuntu. too sluggish and it’s implementation of systemd is, well, terrible. Sent from my iPhone > On Oct 9, 2019, at 1:32 PM, Brian Candler wrote: > >> On 09/10/2019 21:13, Kjell Inge Meisal wrote: >> Installing from Poerdns repo: >> >> /etc/apt/sources.list.d/pdns.list contains

Re: [Pdns-users] Zone Transfers

2019-08-08 Thread Curtis Maurand
On 8/8/19 3:26 AM, Mike wrote: On 8/5/19 5:48 AM, Curtis Maurand wrote: I scripted it.  I can't rely on pdns replication.  The supermaster won't tell a slave to delete a zone for instance.  Adding a new zone may or may not happen properly or in a timely manner.  Sometimes transfers

Re: [Pdns-users] Zone Transfers

2019-08-05 Thread Curtis Maurand
er your zones this way, why do you not use mysql replication or a cluster and use native zones? DNS-zonetransfer and notifies do not have any method for deleting a zone as fas as I know. Regards   Matthias On 05/08/2019 14:48, Curtis Maurand wrote: > I scripted it.  I ca

Re: [Pdns-users] Zone Transfers

2019-08-05 Thread Curtis Maurand
man.powerdns.com> https://mailman.powerdns.com/mailman/listinfo/pdns-users Frank Louwers PowerDNS Certified Consultant @ Kiwazo.be <http://Kiwazo.be> ___ Pdns-users mailing list Pdns-users@mailman.powerdns.com https://mailman.powerdn

Re: [Pdns-users] JPowerAdmin - new version

2017-12-28 Thread Curtis Maurand
I've been using ispconfig. Their plug in works with powerdns except for pdnssec. I have to run that manually. Since I'm hosting websites, it works. On December 28, 2017 5:46:25 PM EST, Charles Sprickman wrote: > >> On Dec 28, 2017, at 4:41 PM, Klaus Darilion > wrote: >> >> Am 28.12.2017 um 2

Re: [Pdns-users] [SOLVED] CAA records again

2017-08-15 Thread Curtis Maurand
On 8/15/2017 6:42 AM, Curtis Maurand wrote: On 8/14/2017 5:42 PM, Curtis Maurand wrote: Apologies, running 4.04 and recursor 4.06. compiled from source. waiting for mysqloptimize to finish (18 hours and counting) so that I can restart the mariadb server. It's been running since

Re: [Pdns-users] CAA records again

2017-08-15 Thread Curtis Maurand
On 8/14/2017 5:42 PM, Curtis Maurand wrote: Apologies, running 4.04 and recursor 4.06. compiled from source. waiting for mysqloptimize to finish (18 hours and counting) so that I can restart the mariadb server. It's been running since last night. I have another problem aroun

Re: [Pdns-users] CAA records again

2017-08-15 Thread Curtis Maurand
On 8/14/2017 5:42 PM, Curtis Maurand wrote: Apologies, running 4.04 and recursor 4.06. compiled from source. waiting for mysqloptimize to finish (18 hours and counting) so that I can restart the mariadb server. It's been running since last night. I have another problem aroun

Re: [Pdns-users] CAA records again

2017-08-14 Thread Curtis Maurand
restarting mariadb. Checkzone came back with a couple of errors, but I can't rectify the zone. I'll keep you posted. this check is taking way longer than it ever has. On Mon, Aug 14, 2017 at 4:26 PM, bert hubert wrote: > On Mon, Aug 14, 2017 at 03:41:45PM -0400, Curtis Maurand wrot

[Pdns-users] CAA records again

2017-08-14 Thread Curtis Maurand
Yesterday, I had caa records working. At least the server was returning something. In my work to get dnssec working, I've managed bread CAA support somehow. Now,even though the record exists, the server does not return a response. root@deacon:/var/log# dig @23.111.169.69 xyonet.com type257 ; <

[Pdns-users] dnssec support

2017-08-14 Thread Curtis Maurand
Hello, I've been scouring the docs all morning looking for an answer, but no dice. What do I need to do to get dnssec compiled in? The doc's nor ./configure --help is much help on this. All I see is to add the -dnssec, but configure tells me it doesn't know how to build gmysql-dnssec --Curtis __

[Pdns-users] CAA Records

2017-08-13 Thread Curtis Maurand
online tools can look it up, I'm thinking their might be something that I'm doing wrong. If anyone has any advice on how to proceed, that would be greatly appreciated. All the online testers are coming up with nothing. I've verified that the record exists in both databases (p

[Pdns-users] root server change 12-1

2015-11-16 Thread Curtis Maurand
check the root zones for changes? I know that with bind and windows dns (which is based on bind) I had to download the new authoritative zones. Thanks, Curtis -- Curtis Maurand cur...@maurand.com <mailto:cur...@maurand.com> 207-252-7748 ___ Pdns

Re: [Pdns-users] Authoritative Configuration tool

2015-11-15 Thread Curtis Maurand
I actually set up a machine with ispconfig and it's pdns extension and i like it.  There are extensions for setting up spf, dmark and dkim.  You'd still need to manually sign zones for dnsssec. Happy Connecting. Sent from my Sprint Samsung Galaxy S® 5 Sport Original message --

[Pdns-users] dnssec problems

2015-10-27 Thread Curtis Maurand
olving anything on xyonet.com. level 3 is and some others are not. The only change I made was publishing the dnssec records. -- Curtis Maurand cur...@maurand.com <mailto:cur...@maurand.com> 207-252-7748 ___ Pdns-users mailing list Pdns-users

[Pdns-users] wierdness

2015-10-05 Thread Curtis Maurand
one? --Curtis -- Curtis Maurand cur...@maurand.com <mailto:cur...@maurand.com> 207-252-7748 ___ Pdns-users mailing list Pdns-users@mailman.powerdns.com http://mailman.powerdns.com/mailman/listinfo/pdns-users

Re: [Pdns-users] weird trouble

2015-09-29 Thread Curtis Maurand
e: Bit of a long shot and maybe I’m missing something obvious, but did you check for spaces around the content, name and type values? I remember that causing problems for us before. Rob On Sep 30, 2015, at 9:40 AM, Curtis Maurand <mailto:cur...@maurand.com>> wrote: I ha

[Pdns-users] weird trouble

2015-09-29 Thread Curtis Maurand
+short @ns1.xyonet.com ns castandcrew.org ns2.xyonet.com. ns1.xyonet.com. Anyone have any ideas why I would have this behavior? Thanks, Curtis -- Curtis Maurand cur...@maurand.com <mailto:cur...@maurand.com> 207-252-7748 ___ Pdns-users mailing lis

[Pdns-users] pdnssec question

2015-09-12 Thread Curtis Maurand
and the content is null and the ordername is null. will this interfere with serving up DKIM public keys? Thanks, Curtis -- Curtis Maurand cur...@maurand.com <mailto:cur...@maurand.com> 207-252-7748 ___ Pdns-users mailing list Pdns

[Pdns-users] unknown key

2015-09-12 Thread Curtis Maurand
Nevermind. sorry for the noise. for whatever reason, the columns and index were never created on install. --Curtis -- Curtis Maurand cur...@maurand.com <mailto:cur...@maurand.com> 207-252-7748 ___ Pdns-users mailing list Pdns

[Pdns-users] uknown field

2015-09-12 Thread Curtis Maurand
tting created and none of the tables in the database have a column named 'auth.' powerdns version 3.3 running on Ubuntu 14.04 any ideas? -- Curtis Maurand cur...@maurand.com <mailto:cur...@maurand.com> 207-252-7748 ___ Pdns-users mai

Re: [Pdns-users] Comments requested regarding autoserial

2015-07-14 Thread Curtis Maurand
o have your input on this topic. Do you use the autoserial functionality? If so, tell us how you us it. You can comment on this issue either by replying to this email, or if you prefer in private by emailing to powerdns.id...@powerdns.com. -- Curtis Maurand cur...@maurand.com <mailto:cur...@ma

[Pdns-users] Weird error on start up

2014-12-05 Thread Curtis Maurand
distribute it according to the terms of the GPL version 2. Dec 05 21:44:33 Features: botan1.10 libdl lua Dec 05 21:44:33 Built-in modules: bind gmysql gpgsql pipe gsqlite3 lua geo tinydns mydns opendbx remote random -- Curtis Maurand cur...@maurand.com <mailto:cur...@maurand.com> 207-

Re: [Pdns-users] Recursor: Black list

2014-10-20 Thread Curtis Maurand
unmanageable in a hurry. I've also done it with spamassassin rules, but that also get's to be unmanageable, too. --Curtis -- Curtis Maurand cur...@maurand.com <mailto:cur...@maurand.com> 207-252-7748 ___ Pdns-users mailing list P

Re: [Pdns-users] experience with PowerDNS and/or best parctice

2014-08-28 Thread Curtis Maurand
I would also add that when a zone is removed fr9m a supermaster the zone os not removed from the slave. On August 28, 2014 5:01:31 AM EDT, GB wrote: > >On 26.08.2014 12:28, Klaus Darilion wrote: >> We do not use PDNS in y setup like you describe, nevertheless some >> comments inline ... >> >> O

Re: [Pdns-users] Debugging bogus NXDOMAIN replies

2014-06-30 Thread Curtis Maurand
Since it's all myisam, you may be running into a concurrence problem where a select has a table locked for a split second and a new request comes in at the same time.  Innodb gets you row level locking.  It's probably nothing to worry about if it doesn't happen that often.  If you turn on query

[Pdns-users] uribl question

2014-05-28 Thread Curtis Maurand
ld not return a valid ip address (127.0.0.0, 127.0.0.1, 127.0.0.2...etc). Any thoughts? Thanks, Curtis Maurand ___ Pdns-users mailing list Pdns-users@mailman.powerdns.com http://mailman.powerdns.com/mailman/listinfo/pdns-users

Re: [Pdns-users] Notify only to a list of IP-s

2012-04-20 Thread Curtis Maurand
On 4/20/2012 5:46 AM, Tibor Benke wrote: Hello, I use the bindbackend to serve some domains. The zone files are generated by a perl script that uses a postgresql DB. I want to create slave zones and use AXFR. I know that pdns bindbackend sends Notify messages to all of NS records that are in its

Re: [Pdns-users] PowerDNS Recursor: McAfee-related errors in your log files

2010-12-08 Thread Curtis Maurand
You might try posting a message to the nanog list. --Curtis On 12/8/2010 7:43 AM, bert hubert wrote: Dear PowerDNS Recursor users, If you have McAfee users among your client base, you may currently be seeing errors like these in your log file: pdns_recursor[4024]: DNS parser error: 0.xx-x

Re: [Pdns-users] Domain Masking

2010-12-06 Thread Curtis Maurand
Remember that many browsers block iframe domain things be default as a matter of security. On 12/6/2010 5:31 AM, Mark Scholten wrote: Hello Brandon, This is because the server (probably webserver) running the domain you want to forward the traffic to sends a redirect to users using that U

Re: [Pdns-users] Poweradmin Bounty

2010-11-01 Thread Curtis Maurand
On 11/1/2010 4:15 PM, Mark Felder wrote: Hi all, My company is highly interested in migrating from BIND to powerdns. We would love to have a database backend and integrate DNS changes into our customer facing portal, but we have one requirement that cannot be ignored. We are looking for som

Re: [Pdns-users] Announcing JPower Admin

2010-10-11 Thread Curtis Maurand
You create an account on the site. --C I don't see anything about availability, etc.  It looks nice and is responsive. Stefan Schmidt wrote: > On Mon, Oct 11, 2010 at 03:36:35PM -0600, Jivko Sabev wrote: >> Demo link: >> >> http://www.nicmus.com/JPowerAdmin/home.html > > I think you forgot to

Re: [Pdns-users] PDNS Recursor and reverse lookup

2010-06-16 Thread Curtis Maurand
dig ptr @91.185.194.202 118.167.130.182.in-addr.arpa # dig ptr 60.42.39.24.in-addr.arpa ; <<>> DiG 9.4.3-P5 <<>> ptr 60.42.39.24.in-addr.arpa ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 52636 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY:

Re: [Pdns-users] EDNS support + default buffer size

2010-03-19 Thread Curtis Maurand
Its my understanding that EDNS is going to be required to exchange keys properly for DNSSEC. Am I wrong? Is EDNS going to be a requirement in the future? Thanks in advance, Curtis On 3/18/2010 8:40 PM, Michael Fincham wrote: Hi Bert, Thanks for the expedient and comprehensive reply. On

Re: [Pdns-users] New PowerDNS GUI

2010-02-04 Thread Curtis Maurand
As near as I can tell, this thing has a long way to go. There is no user management or roles, no authentication for users, etc. Nice looking and otherwise a nice architecture. --C On 2/4/2010 1:21 AM, Marco Davids (Prive) wrote: Chris Maciejewski schreef: Just wanted to let you know I

Re: [Pdns-users] New PowerDNS GUI

2010-02-03 Thread Curtis Maurand
Not quite sure that I like the fact that it wants to wipe out your existing database upon install. definitely not cool. also make sure you have PEAR libraries installed. --Curtis On 2/3/2010 5:40 AM, bert hubert wrote: On Wed, Feb 03, 2010 at 10:20:44AM +, Chris Maciejewski wrote:

Re: [Pdns-users] pdns master and windows slave

2010-02-02 Thread Curtis Maurand
check your axfr settings. On 2/2/2010 4:59 AM, Liong Kok Foo wrote: Ah...explored more on this and here is more information. I can't seem to update from slave when I add entries into master domain. Let's say I add subdomain "test.test.org" then I tried "reload from master" and "transfer

Re: [Pdns-users] Question on PowerDNS on a RHEL server release 5.4

2009-11-16 Thread Curtis Maurand
A google search: http://dag.wieers.com/rpm/packages/pdns/ Personally, I just build it from scratch RH/CENTOS. make sure you'v installed all the "dev" packages that you need to get it done. --Curtis Scott M. Likens wrote: Hello Gentlemen, did you by happen to chance to look at http://ww

Re: [Pdns-users] RBL Anyone?

2009-10-15 Thread Curtis Maurand
to keep the load off the greylisting database, and is currently running around 1.3million ip's Quoting Curtis Maurand : > so I'm assuming that my zone would be named something like rbl.mydomain.com > and then each IP address that I would block would have an ip address > of 127.

Re: [Pdns-users] RBL Anyone?

2009-10-14 Thread Curtis Maurand
lan on flushing out the table every few days. Just think about the stuff like that. On Wed, Oct 14, 2009 at 9:06 AM, Curtis Maurand <mailto:cur...@maurand.com>> wrote: Has anyone ever used PDNS to host an internal RBL. I'd like to cut down my traffic to spamhaus be

[Pdns-users] RBL Anyone?

2009-10-14 Thread Curtis Maurand
Has anyone ever used PDNS to host an internal RBL. I'd like to cut down my traffic to spamhaus before I have to start paying them a big fee. I can harvest addresses from a mail log and put them into a zone with an A record of 127.0.0.2. --Curtis _

Re: [Pdns-users] Logging All DNS Queries

2009-07-23 Thread Curtis Maurand
How about turning up debugging and then gleaning the information from the syslog? --C Wayne Beaver wrote: There are also other collection and reporting tools "out there", including DSC (DNS Stats Collector), dns2db, etc. - a Google on any of those terms should send you down the right path.

Re: [Pdns-users] Project back-end admin for powerdns

2009-04-17 Thread Curtis Maurand
Take a look at this page. http://www.the-scream.co.uk/forums/t27204.html There are many of the one's that I've seen listed there. I like TUPA, but it doesn't look like it has had any updates for quite some time. I've been using an updated poweradmin that is OK. It gets the job done and yo

Re: [Pdns-users] Poweradmin, supermasters and notifications

2009-04-06 Thread Curtis Maurand
Ah, I must have mis-understood the documentation. Thanks, Curtis Wijnand Modderman wrote: Curtis Maurand wrote: I have several domains that are type, "NATIVE" I have been issuing updates to move some webhosts to other servers. After making changes, the notifies to

[Pdns-users] Poweradmin, supermasters and notifications

2009-04-06 Thread Curtis Maurand
Hello, I have a poweradmin setup and have been using pdns for several years, but only recently started using the supermaster operations. I have several domains that are type, "NATIVE" I have been issuing updates to move some webhosts to other servers. After making changes, the notifies to

Re: [Pdns-users] OT: "Registering" a name server

2009-01-28 Thread Curtis Maurand
Godaddy should allow you to register name servers somewhere on that site. You might need to call them. --Curtis JK E-Lists wrote: First of all, many kudos for PDNS. A name server that doesn't require you to be an Einstein to run! Second of all, I apologize because this is only remotely relat

Re: [Pdns-users] changes not replicating

2008-07-08 Thread Curtis Maurand
Ton van Rosmalen wrote: Hi Curtis, Curtis Maurand schreef: I do not have axfr blocked in any way. disable-axfr=no I've been making changes to master zones (type = master) on the primary name server. The slaves pointing to the master are not getting the changes. I tried changing th

[Pdns-users] changes not replicating

2008-07-08 Thread Curtis Maurand
I do not have axfr blocked in any way. disable-axfr=no I've been making changes to master zones (type = master) on the primary name server. The slaves pointing to the master are not getting the changes. I tried changing the SOA record on the master, I changed multiple records in the master

Re: [Pdns-users] POWERDNS and BIND

2007-12-04 Thread Curtis Maurand
; > _ > Scarica GRATIS le emoticon della tua squadra del cuore e il calendario di > serie A! > http://www.emoticons-livemessenger.com/pages/msnitcalcio/index.htm___ > Pdns-users