Gentoo Archives: gentoo-user

From: James <wireless@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: DNS server packages
Date: Wed, 14 Oct 2015 17:11:27
Message-Id: loom.20151014T190215-238@post.gmane.org
In Reply to: Re: [gentoo-user] DNS server packages by "J. Roeleveld"
1 J. Roeleveld <joost <at> antarean.org> writes:
2
3 >
4 > On Sunday, October 11, 2015 02:48:23 PM Alan McKinnon wrote:
5 > > On 11/10/2015 11:33, J. Roeleveld wrote:
6 > > > On Sunday, October 11, 2015 10:43:01 AM Alan McKinnon wrote:
7 > > >> On 11/10/2015 10:18, J. Roeleveld wrote:
8
9
10 > > > In a database I have a table with the following fields:
11 > > > MAC, IP, Hostname, domain
12 > > > xx:xx:xx:xx:xx , 1.2.3.4 , vmobi1114node1 , vm1.lab.example.com
13 >
14 > > > I want the DNS server to use the IP, Hostname and domain fields for
15 > > > the resolving.
16 > > > I want the DHCP server to use all the fields for the DHCP assignments.
17
18 A cluster is very reliable as nodes (slaves) can be added and removed
19 for individual admin needs, keeping 'the beast' HA. You can even put
20 part of your cluster (for redundancy and peak loading) partially on a remote
21 DatatCenter like 'rackspace'; should the HA requirements be such to justify
22 the extra expense. Or a smaller vendor on another network; reciprocity style.
23
24 I hope to have mine up by Christmas.
25
26 > > OK, that makes sense. You'd think all decent DNS and DHCP servers out
27 > > there would support any old arb db backend (very useful, no?) but it
28 > > seems not. I've gotten used to independently vi'ing two files and
29 > > HUP/reload two daemons over the years
30 > > Bind can use a mysql backend, so can most auth servers.
31 > Need to check how difficult/easy it is to make it listen to PostgreSQL.
32 > I'm not overly attached to Bind. Having a DNS server that's easier to
33 > configure and maintain would be appreciated.
34
35 Here is something that many are playing with::
36 https://github.com/mesosphere/mesos-dns/blob/master/README.md
37
38 Many are posting about the wonderfulness and stability of web services
39 even on a smaller cluster.
40 ymmv.
41 hth,
42
43
44 James