Re: bind caching data from additional section in responses

2016-10-08 Thread ben thielsen via bind-users
On Oct 07, 2016, at 05.44, Tony Finch wrote: > > ben thielsen via bind-users wrote: >> >> zone "example.com" { >> type stub; >> masters { >> "example.com" ; >> }; >> }; >> >> masters "example.com" { >> 192.168.81.50 ; >> }; > > If you want a fixed set of maste

DDNS Update Forwarding

2016-10-08 Thread Mark Mc Nicholas via bind-users
Hi List, I have a number of small sites which all vpn to a core site where the authoritative dns servers live. The sites all have their own DHCP server and slave dns servers. Currently DDNS updates are sent from the local dhcp servers to the central servers which is working fine. However something

Re: acl

2016-10-08 Thread S Carr
On 8 October 2016 at 14:14, Pol Hallen wrote: > acl test0 { !192.168.1.50/24; 192.168.1/24;}; acl test0 { !192.168.1.50; 192.168.1.0/24;}; ___ Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list bind-users mail

Re: acl

2016-10-08 Thread Reindl Harald
Am 08.10.2016 um 16:57 schrieb Pol Hallen: 192.168.1/24 is not a valid netmask huh? In linux and BSD I always use 192.168.1/24 (how shortcut of 192.168.1.0/24) and so on... hint: using /24 everywhere is nonsense why? My goal is allow 192.168.1.0/24 (net) and deny 192.168.1.50 (host) be

Re: acl

2016-10-08 Thread Pol Hallen
192.168.1/24 is not a valid netmask huh? In linux and BSD I always use 192.168.1/24 (how shortcut of 192.168.1.0/24) and so on... hint: using /24 everywhere is nonsense why? My goal is allow 192.168.1.0/24 (net) and deny 192.168.1.50 (host) thanks Pol ___

Re: acl

2016-10-08 Thread Reindl Harald
Am 08.10.2016 um 15:14 schrieb Pol Hallen: Hi all :-) can someone advice me about a fully howto / handbook to understand ACL? I need to permit all network 192.168.1/24 and deny 192.168.1.50/24 host: acl test0 { !192.168.1.50/24; 192.168.1/24;}; 192.168.1/24 is not a valid netmask 192.168.1

Re: Unspecified error DNS query

2016-10-08 Thread Matus UHLAR - fantomas
On 07.10.16 15:01, Daniel Dawalibi wrote: We are getting "Unspecified error" when querying our DNS server (Query: outlook.live.com) from a PC communication with our DNS We tried to perform the same query from the DNS itself (local host) and we found that the Dig output is showing with the foll

acl

2016-10-08 Thread Pol Hallen
Hi all :-) can someone advice me about a fully howto / handbook to understand ACL? I need to permit all network 192.168.1/24 and deny 192.168.1.50/24 host: acl test0 { !192.168.1.50/24; 192.168.1/24;}; thanks for help! Pol ___ Please visit https://l