Re: Forward only zones.

2011-07-24 Thread Matus UHLAR - fantomas
On 24.07.11 09:15, Vbvbrj wrote: forwarders { a.b.c.d; }; // Forward to providers dns. }; zone "my_domain.com" IN { I would prefer not to using underscores in domain names. While they are allowed, they may cause some stuff not to work. Why do you have underscore here? forwarders { a.b.c

Forward only zones.

2011-07-24 Thread Vbvbrj
options { allow-transfer { none; }; recursion yes; forward first; forwarders { a.b.c.d; }; // Forward to providers dns. }; zone "my_domain.com" IN { type forward; forward only; forwarders { a.b.c.d; }; // Forward to Windows DNS. }; I would like BIND to respond to local LAN like this:

Re: Bind time up.

2011-07-24 Thread Vbvbrj
Everyone how advised this, thank you. interface-interval 0; works like I need. Also I could set interval to 24h, because the switch is not disconnected longer than a day. ___ Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscri

Re: Breaking up RFC 1918 reverse space

2011-07-24 Thread Grant Taylor
On 7/23/2011 20:01, Laws, Peter C. wrote: We use 10/8 space extensively over multiple campuses. We need to delegate at the 10/ essentially, the 10/16 level. Is there a better way to do it than ... et cetera, ad nauseum and then putting in NS records as necessary? Maybe. (This is completely u