Re: [luv-main] DDNS Server [Scanned]

----- Original Message ----- From: "Trent W. Buck" <trentbuck@gmail.com> Sent: Mon, 21/11/2011 11:37 To: "Christopher M. Bailey" <chris@chrisbailey.au.com> Cc: luv-main@luv.asn.au Subject: Re: [luv-main] DDNS Server [Scanned] Christopher M. Bailey wrote:
Hi All,
I'm looking for a DDNS package that I can setup on a CentOS 5 server for potentially thousands of devices deployed at thousands of sites world wide. I have had a quick look at >Bind9, which I think may buckle under this load if deployed by itself. I have also looked >gnudip, but would like some feedback on how easy it is to setup and maintain, also any other >packages people have used.
Normally dynamic DNS works something like this:
curl http://dyndns.org/update.cgi -F domain=foo.example.net -F password=UNPRINTABLE -F >address=1.2.3.4
Since you're talking about bind as a solution, I guess you're basically talking about implementing an alternative to dyndns.org (i.e. the hub) rather than a dyndns client (i.e. the spokes) ?
In that case, why are you talking about bind? You're not thinking of clients pushing updates to the hub via NOTIFY + IXFR, are you? Because I don't see how that could possibly work.
This is exactly what I'm trying to do and why I asked the question here. If Bind is not the right tool, what then is? TIA, again Chris -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
participants (1)
-
Christopher M. Bailey