Displaying 20 results from an estimated 20000 matches similar to: "Dynamic dns update intervals"
2020 Mar 19
1
Dynamic DNS updates by the AD member
Hi,
I'm trying to get my Linux VMs to join the Microsoft AD domian.
Although I was able to successfully join the domain and the DNS record was
created successfully, I noticed that the DNS records were not updated when
the IP address for the Linux member VM changed eventually. In case of a
Windows member VM, it looks like the DNS record does get updated.
After many google searches and going
2019 Jan 01
1
Dynamic DNS tips? (Samba 4.8.x + Bind9_DLZ)
On Tue, Jan 1, 2019 at 10:08 AM Rowland Penny via samba
<samba at lists.samba.org> wrote:
>
> On Tue, 1 Jan 2019 09:50:45 -0500
> Nico Kadel-Garcia <nkadel at gmail.com> wrote:
>
> > > If you want your clients to update their own records, then let them,
> > > but be aware that any Unix clients will not even try.
> >
> > Well, they can try. It
2017 Oct 07
2
bind9 and isc-dhcp-Server for dynamic DNS-updates Error
Hello, I try to set up a AD with bind9 and isc-dhcp-Server for dynamic
DNS-updates. I followd the wiki:
https://wiki.samba.org/index.php/Configure_DHCP_to_update_DNS_records_wi
th_BIND9
But I have this error:
Oct 7 12:17:36 samba467 dhcpd: execute_statement argv[0] = /etc/dhcp/bin/dhcp-dyndns.sh
Oct 7 12:17:36 samba467 dhcpd: execute_statement argv[1] = add
Oct 7 12:17:36 samba467 dhcpd:
2017 Oct 07
2
bind9 and isc-dhcp-Server for dynamic DNS-updates Error
Hello Rolawnd, I followed the wikipage exactly. Bind9 is installed on the Samba DC.
The Linux-Client should be a member of the Active Directory-domain?
Regards
----- Mensaje original -----
De: "samba" <samba at lists.samba.org>
Para: "samba" <samba at lists.samba.org>
Enviados: Sábado, 7 de Octubre 2017 13:29:43
Asunto: Re: [Samba] bind9 and isc-dhcp-Server for
2005 Aug 15
1
Chan_sccp and dynamic DNS
Hi, everybody.
I was just running into a DynDNS Problem.
One of our phones has a fixed IP, but the * box only has a dynDNS IP and a
fixed name. So all phones running SIP are able to "survive" the change of
the IP address, but not our Cisco 7920 - it changes state to "connecting to
CM0" and hangs there until reboot. After reboot it looks up the current IP
address of the * box
2019 Jan 01
2
Dynamic DNS tips? (Samba 4.8.x + Bind9_DLZ)
On Tue, Jan 1, 2019 at 4:19 AM Rowland Penny via samba
<samba at lists.samba.org> wrote:
>
> On Tue, 1 Jan 2019 01:02:48 -0800
> Kris Lou via samba <samba at lists.samba.org> wrote:
>
> > What's the recommended method for handling dynamic DNS updates? via
> > Kerberos, DHCP scripts, or both?
> >
> > I'm currently doing both (I think), but
2017 Oct 08
2
bind9 and isc-dhcp-Server for dynamic DNS-updates Error
Hi Rowland, I have not another dhcp server. dnsmasq is not configured.
I think the problem may be permissions. Which distribution linux do you use, Ubuntu?
I was tracing the script code dhcp-dyndns.sh, when the execution on the first line fails
Is correct this instructions in Debian:
chown root:root /etc/dhcp/dhcpduser.keytab
chmod 400 /etc/dhcp/dhcpduser.keytab
----- Mensaje original
2017 Oct 08
1
bind9 and isc-dhcp-Server for dynamic DNS-updates Error
Hi Rowland, I resolve the problem partially.
The problem was due to the fact that I do not have winbind installed because Samba 4, Bind9 and isc-dhcp-server are on the same server.
I commented on these lines in the script dhcp-dyndns.sh and it worked (on commit and on release but not on expiry )
#TESTUSER=$(wbinfo -u | grep dhcpduser)
#if [ -z "${TESTUSER}" ]; then
# echo "No
2019 Aug 05
4
No dynamic dns updates if client ip changed
Hi,
?
I've a problem with the dynamic dns updates. It seems they won't work.
?
Most of my clients have a dynmaic IP so sometimes they change. If I do a ping to the name, it tries do ping the old ip insead of the changed new one.
?
I tried a "samba_dnsupdate --verbose" and got a looking/checking output and at least a "No DNS updates needed". But the client still has the
2020 Aug 08
1
User mapping?
On 08/08/2020 19:43, Simon Matthews wrote:
> On 8/8/20 12:21 AM, Rowland penny via samba wrote:
>> On 07/08/2020 22:44, Simon Matthews via samba wrote:
>>>
>>>>>
>>>>>>
>>>>>
>>>>> This is where your problems start, you do not have enough lines, I
>>>>> would expect something like this:
2017 Oct 07
2
bind9 and isc-dhcp-Server for dynamic DNS-updates Error
This is my named.conf
options {
directory "/var/cache/bind";
notify no;
empty-zones-enable no;
auth-nxdomain yes;
listen-on-v6 { none; };
forwarders { 192.168.10.3; 10.0.0.3; };
allow-query { 127.0.0.1/32; 192.168.16.0/24; };
allow-recursion { 127.0.0.1/32;
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 Jan 11
2
samba_dnsupdate options: --use-samba-tool vs. --use-nsupdate, and dhcpd dynamic updates
On Fri, 11 Jan 2019 16:13:50 +0000 (UTC)
Billy Bob <billysbobs at yahoo.com> wrote:
>
>
> On Friday, January 11, 2019 3:14 AM, Rowland Penny via samba
> <samba at lists.samba.org> wrote:
> >
> >I have no idea where the above is coming from, but it isn't from
> >the dhcp scripts.
> >
>
> I don't know what to tell you,
2019 Mar 15
4
PHP 7.x on CentOS 7 : which solution ?
Hi,
As you all know, CentOS 7 is shipping PHP 5.4, which is OK in some
situations. Unfortunately, some applications like OwnCloud require a
more recent version of PHP.
Up until recently, I've been using PHP 5.6 packages from the Webtatic
repository. Despite the bad press this third party repo seems to have,
it has been working perfectly for me for a few years. Here's the PHP 5.6
packages
2010 Oct 02
2
Security - Using Linksys PAP2T from outside with a dynamic IP is there anyway to block all other traffic but those of the PAP2T?
Hi Everyone
I think PAP2T supports DynDNS and other Dynamic DNS providers. I have a box
that needs to be secured at all times. Currently it's not connected to the
internet. If it were connected, I would have iptables block any and all
traffic from outside but I want a single device - Linksys PAP2T - to be able
to connect back to the server. That is a stand alone device and doesn't
support
2016 Nov 07
1
adding Windows client reverse dns entries
On 2016-11-07 03:06, Rowland Penny via samba wrote:
> On Mon, 7 Nov 2016 09:51:50 +0100
> "L.P.H. van Belle via samba" <samba at lists.samba.org> wrote:
>
> I thought the W clients (both W7 and W10) reverse dns PTR records
> where added by the ADDC automatically.
Yes, correct if your setup is correct then yes this works.
With a default windows install and with a
2019 Jun 27
1
Reverse DNS
Hi Guys,
Thank you for your emails. Here is the info
/etc/apparmor.d/local/usr.sbin.dhcp
/etc/dhcp/ r,
/etc/dhcp/** r,
/etc/dhcpd{,6}.conf r,
/etc/dhcpd{,6}_ldap.conf r,
/usr/local/bin/dhcp-dyndns.sh ix,
/bin/grep rix,
/usr/sbin/samba rix,
/usr/bin/gawk rix,
/bin/hostname rix,
/usr/bin/wbinfo rix,
/usr/bin/heimtools rix,
/usr/bin/logger rix,
/usr/bin/kinit.heimdal rix,
/bin/date rix,
/dev/tty
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
>>
2019 Jul 01
2
Issue with DHCP Updating DNS Records on AD DC
Greetings,
I am in the process of replacing my MicroFocus (Novell) eDirectory system
with a Samba-based Active Directory system. I've got three domain
controllers built, and they seem to be humming along nicely. Server OS is
Ubuntu 18.04 patched current. I started off with the Samba 4.7 packages
included in the default Ubuntu repository, but have since upgraded to Samba
4.10 using packages
2016 Nov 05
3
adding Windows client reverse dns entries
Once again, reading here and there and I am confused.
I thought the W clients (both W7 and W10) reverse dns PTR records where
added by the ADDC automatically.
This mornings testing (nslookup of client IP addresses) is not finding
clients via their IP addresses. (Forward lookups via hostname work
fine.)
Do we (users of samba4) need to add each W client to our dns servers?
(Grated this would