RE: Just wondering if BIND can do GLB -Global Load Balancing Stuff?

2012-12-12 Thread Mike Mitchell
A long time ago I used a perl script called lbnamed that acted as a DNS server and would monitor hosts and change the returned results based on aliveness and load. See http://www.stanford.edu/~riepel/lbnamed/ Mike Mitchell From: bind-users-bounces+mike.mitchell

Re: ISO or virtual appliance

2013-08-22 Thread Mike Mitchell
Several years ago I used a Perl script called "lbnamed" that monitored status and returned the host IP address that was least loaded. Mike Mitchell Original message From: Steven Carr Date: 08/21/2013 10:25 PM (GMT-08:00) To: bind-users Subject: Re: ISO or virtual

RE: ISO or virtual appliance

2013-08-22 Thread Mike Mitchell
lbnamed is a DNS server written in Perl. You delegate a zone to it, and let it dynamically figure out the best IP address to return. See http://www.stanford.edu/~riepel/lbnamed/ There are 3rd-party appliances that do similar functions, such as F5's GTM or Cisco's GSS. Mik

Re: Recursive bind becomes unresponsive with high load

2016-04-01 Thread Mike Mitchell
etc/sysctl.conf net.netfilter.nf_conntrack_udp_timeout_stream = 45 net.nf_conntrack_max = 50 net.ipv4.neigh.default.gc_thresh1 = 512 net.ipv4.neigh.default.gc_thresh2 = 1024 net.ipv4.neigh.default.gc_thresh3 = 2048 net.ipv4.tcp_max_syn_backlog = 4096 net.ipv4.tcp_fin_timeout = 30 net.ipv4.tcp_tw_recycle = 1

RE: multi-master with mysql backend

2011-02-14 Thread Mike Mitchell
re the updates go to the server listed in the MNAME field of the SOA. Mike Mitchell From: bind-users-bounces+mike.mitchell=sas@lists.isc.org [bind-users-bounces+mike.mitchell=sas@lists.isc.org] on behalf of Bill Larson [wllarso@gmail.com] Sent: Monday,

RE: DNS Appliance

2009-03-25 Thread Mike Mitchell
n IXFR request would sometimes tickle a bug in BIND 8 where it would send back an IXFR response containing only a start and end SOA record. These two SOA records with nothing else caused the BIND 9 slave to wipe out its copy of the zone. That may have been what you saw with the bluecat appli

RE: fixed rrset ordering - is this still a thing?

2024-03-01 Thread Mike Mitchell via bind-users
ections take too long and there must be a network error. Mike Mitchell -Original Message- From: bind-users On Behalf Of Ondrej SurĂ½ Sent: Thursday, February 29, 2024 4:40 PM To: BIND Users Mailing List Subject: fixed rrset ordering - is this still a thing? EXTERNAL Hey, BIND 9 suppor