similar to: Samba - Bind9 DNS - ISC-DHCP - obsolete DNS entries

Displaying 20 results from an estimated 10000 matches similar to: "Samba - Bind9 DNS - ISC-DHCP - obsolete DNS entries"

2018 Aug 15
2
DDNS with bind9 and isc-dhcp-server
Hello List, Hello Rowland :-) again I'm having problems with the DDNS. I did it as shown in the wiki. I took all teh scripts from the wiki the dhcp-dyndns.sh is Version: 0.8.9 I configured everything including the failover. When I start the two DHCP-Server everything is perfect. I see the right messages in the log, the two DHCP-Servers are talking to each other. When a Client ask for an
2020 Oct 05
2
isc-dhcp dynamic update problem
Hi, I have a buster system configured as a DC running 4.11.13 from Louis's repo. I am trying to get https://wiki.samba.org/index.php/Configure_DHCP_to_update_DNS_records_with_BIND9 working. Mostly it seems to work but there seems to be a problem with what dhcpd writes into the leases file in the "on release" stanza. When dhcpd writes the On Release stanza I get something like the
2019 Aug 13
4
Configure DHCP to update DNS records with BIND9
Hello everyone, I have configured my Samba as AD with BIND9_DLZ as backend and trying to configure the ISC-DHCP-server to add the leases to BIND_DLZ As described in the samba wiki: https://wiki.samba.org/index.php/Configure_DHCP_to_update_DNS_records_with_B IND9 Everything is working fine so far, but I get an error message as shown below in syslog: Aug 13 14:32:28 SAMBA dhcpd[4635]:
2019 Jan 10
1
samba_dnsupdate options: --use-samba-tool vs. --use-nsupdate, and dhcpd dynamic updates
PRIOR THREAD: https://lists.samba.org/archive/samba/2019-January/220292.html In the  referenced prior thread, I had an issue of samba_dnsupdate --verbose --all-names causing a dns_tkey_gssnegotiate: TKEY is unacceptable error. Ultimately, the solution kindly provided by Rowland was to insert dns update command = /usr/local/samba/sbin/samba_dnsupdate --use-samba-tool into the [global] section of
2014 Apr 17
1
samba4 bind9_dlz and dhcp
Hai, ? A bit off topic in the samba forum, but i thinks this is the best place to ask. ? Im having?some troubles to get the dhcp server fully working with samba4. I dont think this is a samba problem, but as i did say here maybe the best placy to ask.. ? It works, but not totaly. The strange thing is for example. ? My debian client is now working.? It adds and deletes as it should.? No
2020 Jul 05
2
same changes in the DHCP to DNS script
I am "playing" around with the DNS update script from the Wiki (https://wiki.samba.org/index.php/Configure_DHCP_to_update_DNS_records_with_BIND9) and made a "few" changes, which I think could be important. 1. the script dhcp-dyndns.sh should give back the control to dhcpd as soon as possible; therefore I am using a second bash-script (dyndns.sh) to fork of the main script
2015 Sep 03
0
dhcp example
On 03/09/15 19:28, Robert Moskowitz wrote: > > > On 09/03/2015 02:17 PM, Rowland Penny wrote: >> On 03/09/15 19:05, Robert Moskowitz wrote: >>> >>> Anyway, next to DHCP... >>> >>> I have installed it. But need to config. Rowland, can you send me >>> your sample config you mentioned? >>> >>> >>> >>
2016 Apr 21
0
[Fwd: Re: [Fwd: Re: [Fwd: Re: [Fwd: Re: Samba 4 more complete]]]]
On 21/04/16 18:22, cosme at crearq.co.cu wrote: > Yes I think so > > This is my /etc/dhcp/dhcpd.conf > > ddns-updates on; > ddns-update-style interim; > #ddns-update-style none; > update-static-leases on; > > > option domain-name-servers cd1.home.cu; > option domain-name "home.cu"; > > default-lease-time 600; > max-lease-time 7200; > >
2019 Jan 02
0
Samba - Bind9 DNS - ISC-DHCP - obsolete DNS entries
On Wed, 2 Jan 2019 12:16:47 +0100 Martin Krämer via samba <samba at lists.samba.org> wrote: > Hi everyone, > > I have setup a Samba domain with BIND9 dns backend. > Using ISC-DHCP-Server and procedure/script described in samba wiki I > have configured dynamic dns updates. > https://wiki.samba.org/index.php/Configure_DHCP_to_update_DNS_records_with_BIND9 > > In my
2016 Apr 21
0
[Fwd: Re: [Fwd: Re: [Fwd: Re: [Fwd: Re: [Fwd: Re: Samba 4 more complete]]]]]
Where is attached tarball?? Please send again ---------------------------- Mensaje original ---------------------------- Asunto: Re: [Samba] [Fwd: Re: [Fwd: Re: [Fwd: Re: [Fwd: Re: Samba 4 more complete]]]] De: "Rowland penny" <rpenny at samba.org> Fecha: Jue, 21 de Abril de 2016, 2:31 pm Para: samba at lists.samba.org
2019 Jan 02
1
Samba - Bind9 DNS - ISC-DHCP - obsolete DNS entries
Hi, thanks for reply. Having the information that this is no situation considered yet is already helpfull - telling me that I have not missed / missconfigured something. :) I think the better solution for me is to not even create the unwanted entries. Filtering for "automatic" dhcp created hostnames (matching '^dhcp-.*$') to not be added into DNS should to the trick for me
2016 Jan 27
0
Securring DHCP, with DDNS
On 27/01/16 11:03, Sam wrote: > If I don't use DHCP failover, can you tell me how to do to to have > manually dhcp start method working... > > I think I could made a mistake, this is what i did : ( I using Louis > script from "old set of script" directory : > https://secure.bazuin.nl/scripts/ ) > > - On server S4 : resolv.conf set to S4 first and S4bis in
2016 Apr 23
1
Samba 4 more complete]]]]]]
Now it works and updates the zone like you said But now I get this For windows 7 Apr 22 20:25:45 cd1 named[1704]: samba_dlz: starting transaction on zone home.cu Apr 22 20:25:45 cd1 named[1704]: samba_dlz: disallowing update of signer=WIN28\$\@HOME.CU name=win28.home.cu type=AAAA error=insufficient access rights Apr 22 20:25:45 cd1 named[1704]: client 192.168.58.80#53235/key WIN28\$\@HOME.CU:
2015 Sep 03
2
samba_dlz: Failed to connect
On 03/09/15 19:05, Robert Moskowitz wrote: > > > On 09/03/2015 01:59 PM, Sketch wrote: >> On Thu, 3 Sep 2015, Rowland Penny wrote: >> >>> What are the permissions on /var/lib/samba/private/dns ? >> >> Also don't forget the permissions on /var/lib/samba/private >> >> If you're using sernet's packages, you'll have to chgrp it to
2016 Jan 27
2
Securring DHCP, with DDNS
Thanks Rowland and Louis! :) Ok I'm going to test the failover mode! ;) Do I need to set the same value for NSRVS in dhcp-dyndns.sh? ( the first AD server, "S4" for me ) Or can I keep NSRVS=S4.ariane.intra on server S4 and NSRVS=S4bis.ariane.intra on server S4bis? It seems to be more secure for me if the first server switch off... Sam Le 27/01/2016 12:16, Rowland penny a écrit :
2019 Jan 10
0
samba_dnsupdate options: --use-samba-tool vs. --use-nsupdate, and dhcpd dynamic updates
On Thu, 10 Jan 2019 20:07:40 +0000 (UTC) Billy Bob <billysbobs at yahoo.com> wrote: > > > On Thursday, January 10, 2019 1:43 PM, Rowland Penny via samba > <samba at lists.samba.org> wrote: > > >On Thu, 10 Jan 2019 19:09:01 +0000 (UTC) > >Billy Bob via samba <samba at lists.samba.org> wrote: > > > > > >> > >> As
2015 Jun 25
0
Using isc-dhcp for DDNS with Samba4 internal DNS
El 24/06/15 a les 22:12, Luca Olivetti ha escrit: >> I appreciate all the responses. I do not want to lose the ability for >> clients to update DNS. It appears I will if I follow the link posted. > > No, there's no problem, since the script waits 5 seconds in order to > give the client time to update its record. And if the client doesn't do > it, the the script
2019 Jan 10
4
samba_dnsupdate options: --use-samba-tool vs. --use-nsupdate, and dhcpd dynamic updates
On Thursday, January 10, 2019 1:43 PM, Rowland Penny via samba <samba at lists.samba.org> wrote: >On Thu, 10 Jan 2019 19:09:01 +0000 (UTC) >Billy Bob via samba <samba at lists.samba.org> wrote: > > >> >> As to the current issue, I am attemting to configure DHCP to update >> DNS records with BIND9, as outlined in the Samba Wiki (with >>
2020 Apr 05
1
Any advice for installing Samba as an AD server on Raspbian Buster with BIND9 and ISC DHCP?
I'm looking for some general advice. I'm beginning to set up a Raspberry Pi 4 as a SOHO server with Samba on Raspbian Buster. I will be running as a member of an existing Windows AD (JOIN), then allow logging in from Windows and Linux clients. (I previously got Samba 4.11 to join my domain successfully using a Ubuntu VM.) I am also planning to install BIND9 DNS with dynamic updates
2020 Apr 06
0
Any advice for installing Samba as an AD server on Raspbian Buster with BIND9 and ISC DHCP?
On 06/04/2020 19:53, Rick Hollinbeck wrote: > My dhcpcd.conf specifies a fixed ip for eth0, but I don't really know how well it will play with > bind9 and samba. > I think I'll take your advice here. I understand why Raspbian uses dhcpcd, it makes it easier for them, but I see no good reason to use it on something that should have a fixed ipaddress. > > I'm also