Re: load balancing

2018-09-18 Thread SIMON BABY
stateful interaction. Finding root cause with DNS round robin can be > challenging. I'm not saying don't use it, your situation may be able to > mitigate/eliminate issues. just do so fully aware of the implications. > -- > *From:* bind-users on behalf of

Re: load balancing

2018-09-18 Thread SIMON BABY
h case, once the IP address is given out, it goes to the end of the list. The fourth user, therefore, will be sent to the first IP address, and so forth. Rgds Simon On Tue, Sep 18, 2018 at 1:22 PM Warren Kumari wrote: > > > On Tue, Sep 18, 2018 at 4:01 PM SIMON BABY wrote: > &

load balancing

2018-09-18 Thread SIMON BABY
Hi, Are we support load balancing with latest DNSSEC ? I have a DNSSEC application with unbound library. Do i have to add any extra configuration to support Load Balancing? Rgds Simon ___ Please visit https://lists.isc.org/mailman/listinfo/bind-users to

Re: bind-users Digest, Vol 2842, Issue 2

2018-02-21 Thread SIMON BABY
Thanks a lot Warren . Can you please write me the steps to make the bind only as a resolver . It will be great if you could send me if there is any document . Rgds Simon On Wednesday, February 21, 2018, Warren Kumari wrote: > On Wed, Feb 21, 2018 at 3:06 PM, SIMON BABY wrote: >

Re: bind-users Digest, Vol 2842, Issue 2

2018-02-21 Thread SIMON BABY
Hi, 1. Can I use BIND9, for implementing only the client resolve/validation part? My system has limited memory and CPU power. 2. In the client resolution part, can i send the queries directly to any of the root servers? Instead of any public name server. Rgds Simon On Wed, Feb 21, 2018 at 1

Re: DNSSEC validation

2018-02-13 Thread SIMON BABY
Thanks Evan for answering my questions. I will look more into getdns-api or libunbund library for the client side resolve. Rgds Simon On Tue, Feb 13, 2018 at 3:00 PM, Evan Hunt wrote: > On Tue, Feb 13, 2018 at 01:33:10PM -0800, SIMON BABY wrote: > > 1. Assume if I use an external

Re: DNSSEC validation

2018-02-13 Thread SIMON BABY
Thanks Warren. I will look into https://getdnsapi.net/ . Rgds simon On Tue, Feb 13, 2018 at 2:07 PM, Warren Kumari wrote: > On Tue, Feb 13, 2018 at 3:42 PM, SIMON BABY wrote: > > Hello Evan, > > > > Thank you so much for the quick response. > > > > My req

Re: DNSSEC validation

2018-02-13 Thread SIMON BABY
. Can I integrate dnsmasq option with my client application? Any reference. Thanks once again for your help and time. Rgds Simon On Tue, Feb 13, 2018 at 1:11 PM, Evan Hunt wrote: > On Tue, Feb 13, 2018 at 12:42:26PM -0800, SIMON BABY wrote: > > My requirement is to implement only the

Re: DNSSEC validation

2018-02-13 Thread SIMON BABY
my application to send queries and validate the answer in my client code itself. Can you please point if any sample code. Rgds Simon On Tue, Feb 13, 2018 at 12:26 PM, Evan Hunt wrote: > On Tue, Feb 13, 2018 at 12:08:18PM -0800, SIMON BABY wrote: > > I am trying to implement the full

DNSSEC validation

2018-02-13 Thread SIMON BABY
Hello, I am trying to implement the full recursive resolver with libbind library in my client code. I am not using resolv.conf in my implementation. Can anyone please help to point any sample code for this. Thank you for your help and time. Rgds simon ___