Date: Tue, 26 Nov 2002 22:27:26 -0700 From: James Pye <jwp@rhid.com> To: freebsd-isp@freebsd.org Subject: Re: Dynamic DNS Server Message-ID: <20021127052726.GB1806@void> In-Reply-To: <06f701c29591$033fbae0$68c311cc@vineyard.net> References: <20021118231031.GA74664@yazzy.org> <06f701c29591$033fbae0$68c311cc@vineyard.net>
next in thread | previous in thread | raw e-mail | index | archive | help
--rJwd6BRFiFCcLxzm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable greetings, if dns updates alone are not satisfying, i would suggest bind-dlz(ports/ne= t/bind9-dlz). i don't think it supports dns "updates"(cant remember the rfc= #..) with the database backend, but you can update/add/delete RRs whatever = way you can interface with the database(pgsql,mysql,filesystem drivers are = supported right now, more on the way, i think)..(i've been playing with a p= gsql backend, and it seems to work quite well) as far as authenticating users, you could have a php script ref an ldap db= (or pgsql, or whatever), and anyone with a browser could update their RRs... i dunno about windows(without cygwin at least), but you could VERY easily = make an sh script call curl with some post data(user,pass,IP(optional, over= loads client IP address :)).. if a web interface isn't the style you're looking for, you could write a s= imple client/server script with your favorite scripting language, tho this = would kinda be a pain ;).. -james | ----- Original Message ----- | From: "Marcin M. Jessa" <yazzy@yazzy.org> | To: <freebsd-isp@freebsd.org> | Sent: Monday, November 18, 2002 6:10 PM | Subject: Dynamic DNS Server |=20 |=20 | > Hi guys. | > | > I would like to set up a dynamic dns server. | > Do you know of any? | > The perfect sollution would be to make it to authenticate users from a | LDAP server but this it not nessesary. | > I'd also need windows and bsd/linux dyndns client apps that could talk = to | my server as well. | > | > Thanks in advance. | > YazzY | > | > To Unsubscribe: send mail to majordomo@FreeBSD.org | > with "unsubscribe freebsd-isp" in the body of the message | > --rJwd6BRFiFCcLxzm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE95Fe+nbjJW1rXbm8RAoEHAKDG6CHUsFikJyKAxF8badNTfYirjACfdEuT 1LjSpeEf79fbQ3qYT+oH7xc= =DQBp -----END PGP SIGNATURE----- --rJwd6BRFiFCcLxzm-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021127052726.GB1806>