Hi, Does anyone know of a document that gives details on how to set up Bind 9 and DHCPD 3.x so that dns is updated when clients log on? I saw this is not in the howto collection (bibsyst.no/samba/docs/man/DNSDHCP.html#id2981727) so I was kind of hoping someone else has some notes. I would be greatfull for any tips and links. Tarjei
Check this out - voidmain.kicks-ass.net/redhat/redhat_8_dhcp_dynamic_dns.html voidmain.kicks-ass.net/redhat/redhat_9_dhcp_dynamic_dns.html I think these are both pretty much the same. -----Original Message----- From: Tarjei Huse [mailto:tarjei@nu.no] Sent: 15 December 2003 16:14 To: samba@samba.org Subject: [Samba] DNS and DHCP setup Hi, Does anyone know of a document that gives details on how to set up Bind 9 and DHCPD 3.x so that dns is updated when clients log on? I saw this is not in the howto collection (bibsyst.no/samba/docs/man/DNSDHCP.html#id2981727) so I was kind of hoping someone else has some notes. I would be greatfull for any tips and links. Tarjei -- To unsubscribe from this list go to the following URL and read the instructions: lists.samba.org/mailman/listinfo/samba
I think you can find some info at isc.org You can download BIND and DHCP from there as well. Tarjei Huse wrote:> Hi, > > Does anyone know of a document that gives details on how to set up Bind > 9 and DHCPD 3.x so that dns is updated when clients log on? > I saw this is not in the howto collection > (bibsyst.no/samba/docs/man/DNSDHCP.html#id2981727) so I was > kind of hoping someone else has some notes. > > I would be greatfull for any tips and links. > > Tarjei >
Greetings ...> Does anyone know of a document that gives details on how to set up Bind > 9 and DHCPD 3.x so that dns is updated when clients log on? > I saw this is not in the howto collection > (bibsyst.no/samba/docs/man/DNSDHCP.html#id2981727) so I was > kind of hoping someone else has some notes. > > I would be greatfull for any tips and links.I don't know if this is an acceptable alternative, dnsmasq. thekelleys.org.uk/dnsmasq/doc.html Which will take your dhcp.leases and create dns structure for you ... very easy to and nice to use. Hope this helps. Have fun. Mailed Lee
What I would recommend instead, is to ditch Bind. Use djbdns from cr.yp.to/djbdns for name resolution. It is (relatively) simple to migrate to and it is much better than Bind. Then use this script: thismetalsky.org/magic/projects/dhcp_dns.html to update DNS when the workstations obtain their addresses via DHCP. -- ========================================Ben Tullis Tarjei Huse wrote:> Hi, > > Does anyone know of a document that gives details on how to set up > Bind 9 and DHCPD 3.x so that dns is updated when clients log on? > I saw this is not in the howto collection > (bibsyst.no/samba/docs/man/DNSDHCP.html#id2981727) so I was > kind of hoping someone else has some notes. > > I would be greatfull for any tips and links. > > Tarjei >