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
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.
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
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:
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
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
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
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
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 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
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
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
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
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 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
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
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
17 matches
Mail list logo