Re: installing 9.6 on freebsd7 configure problems

2009-01-03 Thread Sebastian Tymków
Hi, Did you install FreeBSD with named ? probably it's the reason why you can't start. try do something like : find / -name 'named' -print probably you'll see /sbin/named <- bind from FreeBSD /usr/sbin/named <- bind 9.6 Best regards, Shamrock _

Re: approach on parsing the query-log file

2009-04-29 Thread Sebastian Tymków
Hi, You can forwrd your logs to other machine ( e.g. specially for logs ) and there you can parse through log file. It's good solution if you have more than one server. Best regards, Sebastian Tymków ___ bind-users mailing list bind-

Re: call for testers (Re: ISC BIND 9.7.0b1 is now available)

2009-10-22 Thread Sebastian Tymków
~/bind-9.7.0b1/bin/tests# uname -rna FreeBSD hostname 7.2-STABLE FreeBSD 7.2-STABLE #0: Tue Aug 11 20:18:22 UTC 2009 r...@hostname:/usr/obj/usr/src/sys/GENERIC amd64 [10:09] ttyp0/0 {861}~/bind-9.7.0b1/bin/tests# gcc --version gcc (GCC) 4.2.1 20070719 [FreeBSD] Copyright (C) 2007 Fr

Re: Load Balancer for DNS

2010-04-05 Thread Sebastian Tymków
2010/4/5 sasa sasa > Hello everyone, > > Any one used any load balancer for DNSs? any recommendation? it's 2 > caching-only DNSs, and I'd like to make a load balance between them using > software. > Use LVS as freeware load balancer it's good enough. Best regards, Sebastian Tymkow

Views

2010-10-23 Thread Sebastian Tymków
Hi, I couldn't find anywhere and wonder if it is possible to use diffrent views at diffrent times i.e.: // run between 1 p.m - 6 p.m. view "one" { match-clients{ 10.x.y.z; } zone "alfa.com" { type master; file "/etc/bind/alfa.com"; }; } //run after 6 p.m view "two" { match-c

Re: limiting number of recursion/queries per IP address

2010-10-27 Thread Sebastian Tymków
In FreeBSD you can use pf to limit connections using tables and setting up rate limit. http://forums.freebsd.org/showthread.php?t=1727 Best regards, Shamrock On Tue, Oct 26, 2010 at 9:29 PM, Kebba Foon wrote: > On Tue, 2010-10-26 at 15:22 -0400, Todd Snyder wrote: > > What version of bind, on