Displaying 20 results from an estimated 20000 matches similar to: "How to switch from internal DNS to Bind"
2015 Dec 30
3
How to switch from internal DNS to Bind
On 12/30/2015 3:29 PM, Rowland penny wrote:
> On 30/12/15 19:48, James wrote:
>> Hello,
>>
>> I'm attempting to switch from the internal DNS to Bind. This is
>> for my Samba test environment on a VM running Samba 4.3.1 on Ubuntu
>> server 12.04.1. Installed Samba using all the defaults.
>>
>> ./configure
>> make
>> make install
2015 Dec 30
0
How to switch from internal DNS to Bind
On 30/12/15 20:42, James wrote:
> On 12/30/2015 3:29 PM, Rowland penny wrote:
>> On 30/12/15 19:48, James wrote:
>>> Hello,
>>>
>>> I'm attempting to switch from the internal DNS to Bind. This is
>>> for my Samba test environment on a VM running Samba 4.3.1 on Ubuntu
>>> server 12.04.1. Installed Samba using all the defaults.
2015 Dec 30
0
How to switch from internal DNS to Bind
On 30/12/15 19:48, James wrote:
> Hello,
>
> I'm attempting to switch from the internal DNS to Bind. This is
> for my Samba test environment on a VM running Samba 4.3.1 on Ubuntu
> server 12.04.1. Installed Samba using all the defaults.
>
> ./configure
> make
> make install
>
> Pulled up the wiki link
>
>
2016 Apr 21
3
[Fwd: Re: [Fwd: Re: Samba 4 more complete]]
First question
To use bind as dlz is required to be compiled from source or you can use
the package bind9 repo Debian8 ??
Because I'm seeing you in the wiki
https://wiki.samba.org/index.php/Setup_a_basic_BIND_installation
------------------------------------------
says this
If you install BIND from the repositories of your distribution, you can
skip the following two steps, but make sure it
2014 Dec 16
2
Switching to Bind from Samba Internal
Rowland,
Thanks for the reply. I believe you're right. It appears the zone
information is retrieved from '/usr/local/samba/private/named.conf'?
Correct? I notice I do not have 'named.conf'. I have 'named.conf.update'.
On 12/16/2014 9:21 AM, Rowland Penny wrote:
> On 16/12/14 13:54, James wrote:
>> Hello,
>>
>> Looking to switch to Bind.
2016 Sep 01
6
Segmentation fault in samba_upgradedns - Samba 4.4.5
Hi,
I'm having the following issue when trying to switch from samba_internal to
bind9_dlz. I have been following the procedure here:
https://wiki.samba.org/index.php/Changing_the_DNS_backend#
Changing_from_Samba_Internal_DNS_to_BIND_DLZ
I get the following:
[root at dc2 ~]# /usr/local/sbin/samba_upgradedns --dns-backend=BIND9_DLZ
Reading domain information
Segmentation fault (core dumped)
2014 Dec 16
1
Switching to Bind from Samba Internal
Rowland,
In a multi DC environment must all DC's run Bind that serve DNS? Is
it sufficient to just have the SOA run Bind? Thanks.
On 12/16/2014 10:07 AM, Rowland Penny wrote:
> On 16/12/14 14:43, James wrote:
>> Rowland,
>>
>> Thanks for the reply. I believe you're right. It appears the zone
>> information is retrieved from
2016 Apr 21
1
[Fwd: Re: [Fwd: Re: [Fwd: Re: Samba 4 more complete]]]
Second question:
Take a look at the logs
Apr 21 11:23:58 cd1 named[2224]: samba_dlz: starting transaction on zone
58.168.192.in-addr.arpa
Apr 21 11:23:58 cd1 named[2224]: client 192.168.58.10#22874: update
'58.168.192.in-addr.arpa/IN' denied
Apr 21 11:23:58 cd1 named[2224]: samba_dlz: cancelling transaction on zone
58.168.192.in-addr.arpa
Apr 21 11:23:58 cd1 dhcpd: Unable to add reverse
2016 Jul 12
2
Option configure
On 12/07/16 19:53, Sonic wrote:
> On Tue, Jul 12, 2016 at 10:09 AM, Sonic <sonicsmith at gmail.com> wrote:
>> Mine use Type=forking, I had some issues with Type=notify
> Further testing seems to verify that either type works for starting
> nmbd and smbd, but I need forking for starting samba (AD) as samba
> dies shortly after starting it with notify.
>
> From some
2016 Apr 21
2
[Fwd: Re: [Fwd: Re: [Fwd: Re: [Fwd: Re: Samba 4 more complete]]]]
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;
authoritative;
include "/etc/bind/rndc.key";
#include "/usr/local/samba/private/dns.keytab";
# deny
2018 Jan 02
5
Switching from Internal DNS to Bind9_DLZ
Hello,
Installing bind9 on my Ubuntu 14.04 via. apt-get displays the
following options.
#named -V
BIND 9.9.5-3ubuntu0.16-Ubuntu (Extended Support Version) <id:f9b8a50e>
built by make with '--prefix=/usr' '--mandir=/usr/share/man'
'--infodir=/usr/share/info' '--sysconfdir=/etc/bind'
'--localstatedir=/var' '--enable-threads'
2018 Jan 02
1
Switching from Internal DNS to Bind9_DLZ
On 1/2/2018 12:25 PM, Rowland Penny wrote:
> On Tue, 2 Jan 2018 12:09:33 -0500
> lingpanda101 via samba <samba at lists.samba.org> wrote:
>
>> Hello,
>>
>> Installing bind9 on my Ubuntu 14.04 via. apt-get displays the
>> following options.
>>
>> #named -V
>> BIND 9.9.5-3ubuntu0.16-Ubuntu (Extended Support Version)
>>
2015 Dec 31
6
How to switch from internal DNS to Bind
On 12/31/2015 10:34 AM, Rowland penny wrote:
> On 31/12/15 15:27, James wrote:
>> On 12/31/2015 10:10 AM, Rowland penny wrote:
>>> On 31/12/15 14:43, James wrote:
>>>> On 12/30/2015 4:14 PM, Rowland penny wrote:
>>>>> ./configure --prefix=/usr --mandir=/usr/share/man
>>>>> --infodir=/usr/share/info --sysconfdir=/etc/bind
2015 Dec 31
2
How to switch from internal DNS to Bind
On 12/31/2015 11:01 AM, Reindl Harald wrote:
>
>
> Am 31.12.2015 um 16:51 schrieb James:
>> I forgot, I do not want to update the distro at the moment. My
>> production is currently on 12.04. Want to keep things symmetrical. I'm
>> going to compile and build bind again.
>>
>> mount | grep /run
>> tmpfs on /run type tmpfs
2015 Dec 31
3
How to switch from internal DNS to Bind
On 31/12/15 14:55, Reindl Harald wrote:
>
>
> Am 31.12.2015 um 15:43 schrieb James:
>> On 12/30/2015 4:14 PM, Rowland penny wrote:
>>> ./configure --prefix=/usr --mandir=/usr/share/man
>>> --infodir=/usr/share/info --sysconfdir=/etc/bind --localstatedir=/var
>>> --enable-threads --enable-largefile --with-libtool --enable-shared
>>> --enable-static
2018 Jul 30
8
Internal DNS migrate to Bind9_DLZ
Hello Rowland,
See below as requested.
/etc/named.conf
# Global Configuration Options
include "/var/lib/samba/bind-dns/named.conf";
options {
dump-file "/var/named/data/cache_dump.db";
statistics-file "/var/named/data/named_stats.txt";
memstatistics-file "/var/named/data/named_mem_stats.txt";
auth-nxdomain yes;
directory
2015 Dec 31
5
How to switch from internal DNS to Bind
On 12/30/2015 4:14 PM, Rowland penny wrote:
> ./configure --prefix=/usr --mandir=/usr/share/man
> --infodir=/usr/share/info --sysconfdir=/etc/bind --localstatedir=/var
> --enable-threads --enable-largefile --with-libtool --enable-shared
> --enable-static --with-openssl=/usr --with-gssapi=/usr
> --with-dlopen=yes --with-gnu-ld --enable-ipv6
> CFLAGS='-fno-strict-aliasing
2018 Jan 02
1
Switching from Internal DNS to Bind9_DLZ
On 1/2/2018 12:25 PM, Rowland Penny wrote:
> On Tue, 2 Jan 2018 12:09:33 -0500
> lingpanda101 via samba <samba at lists.samba.org> wrote:
>
>> Hello,
>>
>> Installing bind9 on my Ubuntu 14.04 via. apt-get displays the
>> following options.
>>
>> #named -V
>> BIND 9.9.5-3ubuntu0.16-Ubuntu (Extended Support Version)
>>
2015 Jan 28
2
Changing DC from external to internal DNS
On 28/01/15 18:56, support at remsnet.de wrote:
> Hello Lars,
>
>> I set up two AD DC with external bind and it used to work for a while.
>> Following a Bind9 upgrade named complained about missing SOA and NS
>> records in the DLZ zones and could not be started anymore.
>>
>> Monday, due to a misinterpretation of some queries, I restarted Bind on
>> the
2020 Nov 18
3
dnsupdate failed with TKEY is unaceptable
On 18/11/2020 19:27, Rommel Rodriguez Toirac wrote:
>
> ?It is /etc/named.conf and /etc/samba/smb.conf
>
>
> # cat /etc/named.conf
>
>
> ??tkey-gssapi-keytab "/usr/local/samba/private/dns.keytab";
>
>
> include "/usr/local/samba/bind-dns/named.conf";
>
OK, does the /usr/local/samba/bind-dns directory exist ?
if it does, is the