Re: [dnsdist] udp timeout?

2016-11-22 Thread abang
Am 22.11.2016 um 09:49 schrieb Remi Gacogne: I am afraid the UDP timeout is not configurable at the moment... How long is the built-in timeout? Winfried ___ dnsdist mailing list dnsdist@mailman.powerdns.com https://mailman.powerdns.com/mailman/listinf

Re: [dnsdist] Fwd: dnsdist cache looks empty

2016-11-28 Thread abang
> Unable to bind to webserver socket > on 192.168.1.3:8083: binding socket > to 192.168.1.3:8083: Address already > in use It seem you run another dnsdist instance on this server. This would explain the zero counters. Winfried ___ dnsdist mailing list

Re: [dnsdist] Handling auth and recursive queries

2016-12-11 Thread abang
Am 12.12.2016 um 04:42 schrieb Chris: The part I am stuck on is it does not appear to be possible to direct queries to certain IP's to certain pools. As an example, my caching resolver IP's are 10.254.1.1, 10.254.1.2. I use addLocal like this: addLocal("10.254.1.1:53") addLocal("10.254.1.2:53"

Re: [dnsdist] downstream flapping down/up

2017-05-11 Thread abang
The recursor service isn't down and if i run the below type command, i recieve no failures. $ while true; do dig @10.225.12.19 google.com +short; done Since dig does 3 tries this way, you will likely not notice short outages. Try dig +tries=1 +time=1 Winfried Am 12.05.2017 um 06:32 schrie

Re: [dnsdist] anyone using RemoteLogAction()?

2018-10-30 Thread abang
Hi Jonathan, Remote logger is a Protobuf receiver. There is a implementation in the PowerDNS repository: https://github.com/PowerDNS/pdns/blob/master/contrib/ProtobufLogger.py Winfried Am 30. Oktober 2018 20:39:39 MEZ schrieb Jonathan Reed : >Hi, > >I'd like to try out RemoteLogAction but I'v

Re: [dnsdist] dnsdist NOTIFY distribution

2019-02-26 Thread abang
Hello Martin, Am 26. Februar 2019 17:07:25 MEZ schrieb Martin Toth : >Hi, > >Thanks for your interest. I am using dnsdist as a loadbalancer and >slave nodes are in DMZ behind dnsdist. Only dnsdist server has public >IPs that can be reached from Master public IP (master is located in >other datac

Re: [dnsdist] TCP FastOpen

2019-05-02 Thread abang
Since version is pre 1.2 syntax is setLocal(address[[[, do_tcp], so_reuseport], tcp_fast_open_qsize]) You could try setLocal( "0.0.0.0", true,true,100) https://dnsdist.org/reference/config.html?highlight=setlocal#setLocal Winfried Am 2. Mai 2019 19:35:45 MESZ schrieb Casey Deccio : >Hi, > >I'

Re: [dnsdist] dnsdist 1.4 and Debian Buster

2019-08-09 Thread abang
Hi Chris, Maybe I missed that in this thread, but did you try with turning off connection tracking or rising conntrack kernel table size? dmesg might you show wether connection tracking limit was exceeded. Winfried Am 9. August 2019 05:46:54 MESZ schrieb Chris : >Hi Remi, > >I deployed a new

Re: [dnsdist] dnsdist 1.4 and Debian Buster

2019-08-09 Thread abang
I read Debian Buster is shipped with nftables. Am 9. August 2019 09:57:36 MESZ schrieb Chris : >Hi Winfried, > >On 9/08/2019 3:50 pm, ab...@t-ipnet.net wrote: >> Hi Chris, >> >> Maybe I missed that in this thread, but did you try with turning off >> connection tracking or rising conntrack kernel

Re: [dnsdist] ComboAddress truncate function?

2019-08-28 Thread abang
My guess is that dq.remoteaddr:truncate(24) doesn't truncate the address in dq. Instead it *returns* the truncated address. Winfried Am 28. August 2019 17:35:24 MESZ schrieb Brian Sullivan : >Hi All, > >I am trying to use the truncate function associated with the >CombAddress >object. > >Here

Re: [dnsdist] dnsdist and Let's Encrypt (ACME)

2019-09-15 Thread abang
>certbot renew --standalone --deploy-hook >/usr/local/sbin/restart-dnsdist There is no need to restart dnsdist. /usr/sbin/dnsdist -e 'reloadAllCertificates()' is sufficient Winfried ___ dnsdist mailing list dnsdist@mailman.powerdns.com https://mail