Hi,
We have setup a PowerDNS 3.1 server and have added a slave zone.
The master is on a windows 2008 dns.
There is some confusion with the SOA.
In PowerDNS the SOA from the slave zone has this value :
ns2.danego.net. noc.danego.net. 2010110341 28800 1800 86400 86400
We read this warning from t
Hello Ben,
On May 21, 2012, at 20:42 , Ben C. wrote:
> $ host broken.example.com my.dns.server.com
> Using domain server:
> Name: my.dns.server.com
> Address: my.dns.server.com #53
> Aliases:
>
> broken.example.com has address 5.6.7.8
> broken.example.com has address 1.2.3.4
> Host broken.examp
I'm not sure if I'm doing something incorrectly, or I broke something..
or.. ?
I'm running debian wheezy, freshly upgraded, and have this in my lua script:
function nxdomain (ip,domain,query_type)
ips={}
if query_type ~= pdns.A then return -1, ret end
ips[1]={ query_type=pdns.A, content="1.2.3.4"
Thanks :) it has been very informative
On Mon, May 21, 2012 at 12:58 PM, abang wrote:
> Hello,
>
>
>> would you please explain RR a bit. i am new to Advance DNS controlling
>
>
> Sorry for the abbreviation. RR = DNS Resource Record
> http://en.wikipedia.org/wiki/Resource_record#DNS_resou
Hello,
would you please explain RR a bit. i am new to Advance DNS controlling
Sorry for the abbreviation. RR = DNS Resource Record
http://en.wikipedia.org/wiki/Resource_record#DNS_resource_records
A DNS resource record is a data record in a DNS zone. You need to store
DNS RRs in your windows
ok ! . issue Resolved. after restarting 2003 Domain DNS service.
things starts working
Thanks for your help :)
On Mon, May 21, 2012 at 12:20 PM, Muhammad Yousuf Khan wrote:
> ok i got that. you mean Round robin. but Round robin is for load
> balancing what RR has to do with this issue. i was u
ok i got that. you mean Round robin. but Round robin is for load
balancing what RR has to do with this issue. i was using RR for squid
for load balancing. i am confuse could you please throw some light on
this. that would be very helpful.
Thank you,
On Sun, May 20, 2012 at 8:49 PM, Muhammad Yousu