Bind time up.

2011-07-23 Thread Vbvbrj
Hello. I have a server at home, that runs Bind 9 dns and routes internal traffic to internet. Its working fine. When I'm out of home, I disconnect my home switch. In bind log appears "no longer listening on 192.168.0.1#53". After a return to home and connecting switch, BIND does not respond t

Re: Bind time up.

2011-07-23 Thread Vbvbrj
On 23.07.2011 17:24, Lyle Giese wrote: On 07/23/11 03:22, Vbvbrj wrote: Hello. I have a server at home, that runs Bind 9 dns and routes internal traffic to internet. Its working fine. When I'm out of home, I disconnect my home switch. In bind log appears "no longer listening on 192.

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

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: Forward only zones.

2011-07-25 Thread Vbvbrj
On 24.07.2011 18:40, Matus UHLAR - fantomas wrote: 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

Re: Forward only zones.

2011-07-26 Thread Vbvbrj
On 25.07.2011 10:15, Matus UHLAR - fantomas wrote: This is how BIND is supposed to work. If you _need_ such setup, why don't you setup your AD servers as recursive point clients directly to them? you can teoretically configure maximum cache time in BIND but that would be useless server. I can

Re: Forward only zones.

2011-07-26 Thread Vbvbrj
drinath wrote: On Mon, Jul 25, 2011 at 7:53 PM, Vbvbrj wrote: I just can't for now move active directory's dns database to BIND. You could use something much simpler like dnsmasq (http://thekelleys.org.uk/dnsmasq/doc.html). Setting it up as a DNS forwarder is a breeze, while you migrate

Re: forward question

2011-09-01 Thread Vbvbrj
I had the same question a while ago. Using bind with forward only to an AD DNS will get to errors for infrastructure, because of BIND caching unable to disable for this forwarded zone. Also BIND does not redirect all updates queries to AD DNS, while in an AD environment updates are made very often

Re: forward question

2011-09-01 Thread Vbvbrj
On 01.09.2011 19:01, CT wrote: so did you end up setting up a slave zone (for the internal AD DNS) on your public DNS server ? No, for now I just left the AD DNS (Microsoft DNS) instead of BIND. I didn't have time to move all DNS servers to BIND and make them primary/slave for locale zone. _

bind as a service on windows "-c" option not working

2011-12-09 Thread Vbvbrj
Bind 9.8.1 P1 installed in D:\bind9. Config files and other zone files and log files in D:\bind_config Service configuration: Path to executable" "D:\bind9\bin\named.exe" -c "D:\bind_config\etc\named.conf" named.conf has the line: directory "D:\named.conf"; If the registry key HKEY_LOCAL_MACHINE

BIND for Active directory with secure update

2011-12-09 Thread Vbvbrj
Hello. I've setup BIND to serve the requests to lan instead of Microsoft DNS by first setting bind as a secondary dns server for Microsoft DNS, copy the zones, and making the BIND the master. In order for domain member hosts to update the records of the their names in dns, I allow unsecure up

Re: bind as a service on windows "-c" option not working

2011-12-09 Thread Vbvbrj
On 09.12.2011 21:32, wbr...@e1b.org wrote: How to tell the named running as a service to read the config file from the path specified with "-c" option? Try changing path to executable by moving quote: "D:\bind9\bin\named.exe" "-c D:\bind_config\etc\named.conf" No luck: The following informati

Re: bind as a service on windows "-c" option not working

2011-12-09 Thread Vbvbrj
On 09.12.2011 22:15, wbr...@e1b.org wrote: No luck: The following information is part of the event: none:0: open: C:\WINDOWS\system32\etc\named.conf: file not found So why not put the configuration file there. Then use the "directory" option to direct BIND to look for all the zone files on the

Re: bind as a service on windows "-c" option not working

2011-12-10 Thread Vbvbrj
On 09.12.2011 22:54, wbr...@e1b.org wrote: This is not the answer I am looking. If the parameter exists, it's must working. Have you tried issuing the command from a command prompt? Yes, as I wrote, from the command line the "-c" option is invoked and the bind is loading the indicated file. __

bind as a service on windows "-c" option not working

2011-12-14 Thread Vbvbrj
Bind 9.8.1 P1 installed in D:\bind9. Config files and other zone files and log files in D:\bind_config Service configuration: Path to executable" "D:\bind9\bin\named.exe" -c "D:\bind_config\etc\named.conf" named.conf has the line: directory "D:\named.conf"; If the registry key HKEY_LOCAL_MACHINE

BIND for Active directory with secure update

2011-12-14 Thread Vbvbrj
Hello. I've setup BIND to serve the requests to lan instead of Microsoft DNS by first setting bind as a secondary dns server for Microsoft DNS, copy the zones, and making the BIND the master. In order for domain member hosts to update the records of the their names in dns, I allow unsecure up

Re: MS AD 2008R2 and bind

2012-01-03 Thread Vbvbrj
There is a bug in Windows 2008 R2 which prevents correct registration to BIND dns servers. See http://support.microsoft.com/kb/2002490 for the hotfix to apply. Unfortunately, this hotfox still does not correct the behavior. Windows 2008 R2 registers the record first. This record is registe