This is a discussion on [Samba] Can Samba send DNS updates? within the Samba forums, part of the Networking and Network Related category; I have a static IP debian Linux host successfully participating on a Windows 2003 forest and joined to their Win2003 ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I have a static IP debian Linux host successfully participating on a
Windows 2003 forest and joined to their Win2003 domain. I'd like to have my Samba client update their Windows DNS during Samba startup/shutdown like a typical Windows pc would do... Is this possible and what is the magic tweak? -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba |
|
|||
|
vr wrote:
> I have a static IP debian Linux host successfully participating on a > Windows 2003 forest and joined to their Win2003 domain. > > I'd like to have my Samba client update their Windows DNS during Samba > startup/shutdown like a typical Windows pc would do... Is this > possible and what is the magic tweak? If it has a static address, why not create static DNS entries? I think normally DNS updates are done by the DHCP software so unless you are assigning your static addresses via DHCP I don't think it will work. *Michael Heydon - IT Administrator * michaelh@jaswin.com.au <mailto:michaelh@jaswin.com.au> -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba |
|
|||
|
On Tue, 27 May 2008 01:11:05 -0400
vr <sambalist@iotk.net> wrote: > I'd like to have my Samba client update their Windows DNS during Samba > startup/shutdown like a typical Windows pc would do... Is this possible > and what is the magic tweak? First off, ensure Samba is built with the "--with-dnsupdate" configure option. If all is well, joining an AD domain (with "net ads join") or doing a "net ads dns register" should both cause a DNS update. Cheers, Dave -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba |
|
|||
|
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 David Disseldorp wrote: > On Tue, 27 May 2008 01:11:05 -0400 > vr <sambalist@iotk.net> wrote: > >> I'd like to have my Samba client update their Windows DNS during Samba >> startup/shutdown like a typical Windows pc would do... Is this possible >> and what is the magic tweak? > > First off, ensure Samba is built with the "--with-dnsupdate" configure > option. > > If all is well, joining an AD domain (with "net ads join") or doing a > "net ads dns register" should both cause a DNS update. > > Cheers, Dave Doesn't this depend on your DNS server, or are we talking about Samba being a member of an AD forest? - -- ---- _ _ _ _ ___ _ _ _ |Y#| | | |\/| | \ |\ | | |Ryan Novosielski - Systems Programmer II |$&| |__| | | |__/ | \| _| |novosirj@umdnj.edu - 973/972.0922 (2-0922) \__/ Univ. of Med. and Dent.|IST/AST - NJMS Medical Science Bldg - C630 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFIPElAmb+gadEcsb4RAgc4AJ4luc5BMxtjnbHPsxwp+g c+Ua2XFQCggKPS DbMpjNx6H44P+8Z99hMUZh4= =PZMa -----END PGP SIGNATURE----- -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba |
|
|||
|
On Tue, 27 May 2008 13:47:44 -0400
Ryan Novosielski <novosirj@umdnj.edu> wrote: > Doesn't this depend on your DNS server, or are we talking about Samba > being a member of an AD forest? Yes, I was assuming the Windows 2k3 AD domain controller was also acting as DNS server. Cheers, Dave -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba |