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 to >> named or give it o+x perms. > > chown root:named /var/lib/samba/private > > Wow that was it! > > DLZ is up and running. Lots more to get right in the bind config.... > > Is there a web app to front end samba-tools for maintaining at least > the dns portion?Yes, it is called RSAT and runs on windows :-D> > Anyway, next to DHCP... > > I have installed it. But need to config. Rowland, can you send me > your sample config you mentioned? > > >default-lease-time 14400; max-lease-time 14400; authoritative; subnet 192.168.0.0 netmask 255.255.255.0 { range 192.168.0.21 192.168.0.229; option subnet-mask 255.255.255.0; option broadcast-address 192.168.0.255; option time-offset 0; option routers 192.168.0.1; option domain-name "example.com"; option domain-name-servers 192.168.0.2; option domain-search "example.com"; option netbios-name-servers 192.168.0.2; option ntp-servers 192.168.0.2; } on commit { set ClientIP = binary-to-ascii(10, 8, ".", leased-address); set ClientDHCID = binary-to-ascii(16, 8, ":", hardware); set ClientName = pick-first-value(option host-name, config-option-host-name, client-name); log(concat("Commit: IP: ", ClientIP, " DHCID: ", ClientDHCID, " Name: ", ClientName)); execute("/usr/local/sbin/dhcp-dyndns.sh", "add", ClientIP, ClientDHCID, ClientName); } on release { set ClientIP = binary-to-ascii(10, 8, ".", leased-address); set ClientDHCID = binary-to-ascii(16, 8, ":", hardware); log(concat("Release: IP: ", ClientIP)); execute("/usr/local/sbin/dhcp-dyndns.sh", "delete", ClientIP, ClientDHCID); } Rowland
On 09/03/2015 02:17 PM, Rowland Penny wrote:> 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 to >>> named or give it o+x perms. >> >> chown root:named /var/lib/samba/private >> >> Wow that was it! >> >> DLZ is up and running. Lots more to get right in the bind config.... >> >> Is there a web app to front end samba-tools for maintaining at least >> the dns portion? > > Yes, it is called RSAT and runs on windows :-DVery funny. THAT IS NOT a web app front end to samba-tools. What about webmin? But have to see if it is build specific...
On 03/09/15 19:21, Robert Moskowitz wrote:> > > On 09/03/2015 02:17 PM, Rowland Penny wrote: >> 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 to >>>> named or give it o+x perms. >>> >>> chown root:named /var/lib/samba/private >>> >>> Wow that was it! >>> >>> DLZ is up and running. Lots more to get right in the bind config.... >>> >>> Is there a web app to front end samba-tools for maintaining at least >>> the dns portion? >> >> Yes, it is called RSAT and runs on windows :-D > > > Very funny. THAT IS NOT a web app front end to samba-tools. What > about webmin? But have to see if it is build specific... > >As far as I know RSAT is the only option at the moment, Webmin doesn't seem to know anything about dlz, but then again Samba 4 AD has been out nearly 3 years now and Webmin still doesn't work with it. Rowland
Possibly Parallel Threads
- On to samba-tools tools - Re: samba_dlz: Failed to connect
- On to samba-tools tools - Re: samba_dlz: Failed to connect
- samba_dlz: Failed to connect
- On to samba-tools tools - Re: samba_dlz: Failed to connect
- On to samba-tools tools - Re: samba_dlz: Failed to connect