Displaying 18 results from an estimated 18 matches for "configure_dhcp_to_update_dns_record".
Did you mean:
configure_dhcp_to_update_dns_records
2024 Jun 28
2
Looking for Python docs/examples to modify DNS via keytab
Hello all,
I am looking to rewrite the shell script here (https://wiki.samba.org/index.php/Configure_DHCP_to_update_DNS_records) in Python.
Is anyone aware of any resources (docs, existing code, etc.) that may be useful in doing so? I?m not finding any introductory docs or simple code examples that show things like instantiating a DNS server connection with a keytab.
Thanks,
CB
2024 Jun 29
1
Looking for Python docs/examples to modify DNS via keytab
On Fri, 28 Jun 2024 13:07:06 -0700
christian baltini via samba <samba at lists.samba.org> wrote:
> Hello all,
>
> I am looking to rewrite the shell script here
> (https://wiki.samba.org/index.php/Configure_DHCP_to_update_DNS_records)
> in Python.
Basically most of that script is written to check if a kerberos ticket
exists and is current and then the ticket is used with samba-tool to
carry out deletions/additions, so it might be worth while examining the
relevant samba-tool code.
Your main problem is going to be is that...
2023 Dec 19
2
Samba as Active Directory - Linux Client doesn't update DNS
...t to generate/update their DNS records,
> including IPv4 and IPv6? Thank you very much, Tilo
>
A Samba Unix domain member doesn't have the code to update its own dns
records.
There is a workaround, turn off the dhcp server on the router and read
this:
https://wiki.samba.org/index.php/Configure_DHCP_to_update_DNS_records
Rowland
2023 Dec 20
1
Samba as Active Directory - Linux Client doesn't update DNS
...ou very much, Tilo
On 19.12.2023 08:42, Rowland Penny wrote via samba:
> A Samba Unix domain member doesn't have the code to update its own dns
> records.
>
> There is a workaround, turn off the dhcp server on the router and read
> this:
>
> https://wiki.samba.org/index.php/Configure_DHCP_to_update_DNS_records
On 19.12.2023 10:19, Joachim Lindenberg wrote via samba:
> Or - unless they are "roaming clients" - use static ips for linux
> domain members...
Thank you both for your response. I was unsure if it's normal that unix
clients won't update the DNS.
My router is providing D...
2024 Jun 29
1
Looking for Python docs/examples to modify DNS via keytab
On 6/28/24 10:07 PM, christian baltini via samba wrote:
> Hello all,
>
> I am looking to rewrite the shell script here (https://wiki.samba.org/index.php/Configure_DHCP_to_update_DNS_records) in Python.
>
> Is anyone aware of any resources (docs, existing code, etc.) that may be useful in doing so? I?m not finding any introductory docs or simple code examples that show things like instantiating a DNS server connection with a keytab.
It's a bit awkward, but you can import an...
2023 Aug 02
2
Configure DHCP to update DNS records problem
Hello all,
After several days of working on this, I'm stuck. Hopefully someone can point out what I'm missing here.
I'm working with this script to dynamically update my Samba AD DC DNS:
https://wiki.samba.org/index.php/Configure_DHCP_to_update_DNS_records
Short of it:
The script does not update the DNS records due to samba-tool failing for some unknown reason.
Long of it:
1. As seen below, the script runs as the dhcpd user.
2. samba-tool executes fine using kerberos when su'ed as the dhcpd user.
3. However, the samba-tool calls inside...
2023 Aug 11
1
Bug in dhcp-dyndns.sh script, A_REC always singleton array
..., Rowland Penny wrote:
> On Fri, 11 Aug 2023 02:52:59 +0200
> Kasper Brandt via samba-team <samba-team at lists.samba.org> wrote:
>
> > Hello
> > I encountered a bug in the dhcp-dyndns.sh script embedded in the site
> > at
> > https://wiki.samba.org/index.php/Configure_DHCP_to_update_DNS_records
> >
> > Version 0.9.5 (introduced in this revision:
> > https://wiki.samba.org/index.php?title=Configure_DHCP_to_update_DNS_records&oldid=18255)
> > introduced the following
> >
> > > # turn A_REC into an array
> > > A_REC=("$A_REC")...
2023 Aug 11
1
Bug in dhcp-dyndns.sh script, A_REC always singleton array
...Fri, 11 Aug 2023 02:52:59 +0200
> > Kasper Brandt via samba-team <samba-team at lists.samba.org> wrote:
> >
> > > Hello
> > > I encountered a bug in the dhcp-dyndns.sh script embedded in the
> > > site at
> > > https://wiki.samba.org/index.php/Configure_DHCP_to_update_DNS_records
> > >
> > > Version 0.9.5 (introduced in this revision:
> > > https://wiki.samba.org/index.php?title=Configure_DHCP_to_update_DNS_records&oldid=18255)
> > > introduced the following
> > >
> > > > # turn A_REC into an array
> > &g...
2023 Aug 11
1
Bug in dhcp-dyndns.sh script, A_REC always singleton array
...00
> > > Kasper Brandt via samba-team <samba-team at lists.samba.org> wrote:
> > >
> > > > Hello
> > > > I encountered a bug in the dhcp-dyndns.sh script embedded in the
> > > > site at
> > > > https://wiki.samba.org/index.php/Configure_DHCP_to_update_DNS_records
> > > >
> > > > Version 0.9.5 (introduced in this revision:
> > > > https://wiki.samba.org/index.php?title=Configure_DHCP_to_update_DNS_records&oldid=18255)
> > > > introduced the following
> > > >
> > > > > # turn A_...
2023 Dec 20
1
Samba as Active Directory - Linux Client doesn't update DNS
...:42, Rowland Penny wrote via samba:
> > A Samba Unix domain member doesn't have the code to update its own
> > dns records.
> >
> > There is a workaround, turn off the dhcp server on the router and
> > read this:
> >
> > https://wiki.samba.org/index.php/Configure_DHCP_to_update_DNS_records
> On 19.12.2023 10:19, Joachim Lindenberg wrote via samba:
> > Or - unless they are "roaming clients" - use static ips for linux
> > domain members...
>
> Thank you both for your response. I was unsure if it's normal that
> unix clients won't update the...
2023 Dec 19
1
Samba as Active Directory - Linux Client doesn't update DNS
Hi
I'm playing with smaba the first time so please be patient with me.
I want to setup a small active directory on by Raspberry Pi 4 at home.
Actual my setup is:
-- Router (DHCP, Forward DNS)
\- Raspberry with Samba AD and Bind9 as DNS
Windows and Linux Clients:
DHCP from Router. The router is configured to annouce the Raspberry as DNS server.
I configure it as described at:
2024 Jun 30
1
Looking for Python docs/examples to modify DNS via keytab
...samba <samba at lists.samba.org> wrote:
>
> On Fri, 28 Jun 2024 13:07:06 -0700
> christian baltini via samba <samba at lists.samba.org> wrote:
>
>> Hello all,
>>
>> I am looking to rewrite the shell script here
>> (https://wiki.samba.org/index.php/Configure_DHCP_to_update_DNS_records)
>> in Python.
>
> Basically most of that script is written to check if a kerberos ticket
> exists and is current and then the ticket is used with samba-tool to
> carry out deletions/additions, so it might be worth while examining the
> relevant samba-tool code.
>
> Yo...
2016 Dec 26
0
DDNS with Bind
...samba.org> wrote:
> >
> >> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
> >>
> >>
> >> Hello, I try to set up a ADDC with bind9 and 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
> >>
> >> My problem is, that the PTR Record will not be updated, because
> >> the script is using the wrong reverse-zone: -
> >> --------------------- Dez 26 17:30:05 addc-01 named[512]: client
> >>...
2024 Aug 18
2
A records of computers in domain take long to update
Windows clients
Sometimes it's not long and happens eventually but sometimes it's been
hours since the computer was booted and the DNS records still point to
their previous IP address and I have to go look for their current IP
address on the router's status page to connect via RDP to them
Hmph. So I'm at Microsoft's mercy here? Is there not a way to run a DHCP
server on the
2023 Aug 02
1
Configure DHCP to update DNS records problem
...Nighswonger via samba wrote:
> Hello all,
>
> After several days of working on this, I'm stuck. Hopefully someone can point out what I'm missing here.
>
> I'm working with this script to dynamically update my Samba AD DC DNS:
>
> https://wiki.samba.org/index.php/Configure_DHCP_to_update_DNS_records
>
> Short of it:
>
> The script does not update the DNS records due to samba-tool failing for some unknown reason.
>
> Long of it:
>
> 1. As seen below, the script runs as the dhcpd user.
> 2. samba-tool executes fine using kerberos when su'ed as the dhcpd user....
2017 Apr 25
3
Setup a new samba AD DC
...the DHCP service, and think
> > it's
> > right to activate it on this server.
> >
> > What is the best way to do so?
>
> Well you could always do it the way I have been doing it for the last
> 5
> years, see here:
>
> https://wiki.samba.org/index.php/Configure_DHCP_to_update_DNS_records
> _with_BIND9
>
> Rowland
Ok, thank.
Tomorrow I try this procedure for DHCP.
Another questions:
Where is the better place to set:
- logon script = netlogon.bat
and other logon options
- wins support = yes
- load printers = yes
on AD-DC or on Member server?
Then.
I have j...
2016 Dec 26
5
DDNS with Bind
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
I try to set up a ADDC with bind9 and 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
My problem is, that the PTR Record will not be updated, because the
script is using the wrong reverse-zone:
- ---------------------
Dez 26 17:30:05 addc-01 named[512]: client 192.168.56.200#60564/key
dhcpduser\@EXAMPLE.NET: updating zone '168.192.IN-ADDR.ARPA/IN':
update faile...
2017 Apr 25
3
Setup a new samba AD DC
Il giorno mar, 25/04/2017 alle 13.26 +0100, Rowland Penny via samba ha
scritto:
> On Tue, 25 Apr 2017 14:07:05 +0200
> Dario Lesca via samba <samba at lists.samba.org> wrote:
>
> > I have setup a new Samba Active Directory DC on Fedora 25 and
> > samba-
> > 4.5.8-1.fc25.x86_64, rebuild from src.rpm with dc option enable.
> >
> > This system