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
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

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-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

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 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

~/bind-9.7.0b1/bin/tests# uname -rna
FreeBSD hostname 7.2-RELEASE-p3 FreeBSD 7.2-RELEASE-p3 #1: Fri Aug  7
09:47:09 CEST 2009 r...@hostname:/usr/obj/usr/src/sys/GENERIC  i386
[10:12]
ttyp0/0
r...@hostname{1585}~/bind-9.7.0b1/bin/tests# gcc --version
gcc (GCC) 4.2.1 20070719  [FreeBSD]
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

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
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

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-clients{
 10.x.y.z;
}
zone "beta.com" {
   type master;
   file "/etc/bind/beta.com";
  }
}


Best regards,

Sebastian
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

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 what OS?
> >
> I use Debian 5.0 with bind 9.6-ESV-R1 but also i thought that the OS
> might have some security holes so i try FreeBSD 8.1 with BIND 9.7.1 but
> still have ihave the same problems.
>
> > here may be some things you can do with iptables to limit connections
> >
> > http://www.debian-administration.org/articles/187
> >
> i will just look into these but it done thing iptables will be the ideal
> solution.
> > I don't recall seeing anything native to BIND that would allow for limits
> per src.
> >
> > t.
> >
> > -Original Message-
> > From: bind-users-bounces+tsnyder=rim@lists.isc.org [mailto:
> bind-users-bounces+tsnyder =rim.com@
> lists.isc.org] On Behalf Of Kebba Foon
> > Sent: Tuesday, October 26, 2010 2:27 PM
> > To: bind-users@lists.isc.org
> > Subject: limiting number of recursion/queries per IP address
> >
> > Dear List,
> >
> > Is is possible to limit the number of recursion/queries per IP address.
> > there is some kind of virus thats bombarding my dns servers with a lot
> > of queries, i realize that when ever the total number of recursion
> > clients reach 1000 dns resolution stop working. i have increase the
> > recursive-clients to 1 but still these those not help. and also i
> > have increase the number of max open files on my OS which at one point
> > was complaining about too many open files. can someone please direct me
> > to how best to solve this problem its some kind of DDOS.
> >
> > Thanks
> > Kebba
> >
> > ___
> > bind-users mailing list
> > bind-users@lists.isc.org
> > https://lists.isc.org/mailman/listinfo/bind-users
> >
> > -
> > This transmission (including any attachments) may contain confidential
> information, privileged material (including material protected by the
> solicitor-client or other applicable privileges), or constitute non-public
> information. Any use of this information by anyone other than the intended
> recipient is prohibited. If you have received this transmission in error,
> please immediately reply to the sender and delete this information from your
> system. Use, dissemination, distribution, or reproduction of this
> transmission by unintended recipients is not authorized and may be unlawful.
>
> ___
> bind-users mailing list
> bind-users@lists.isc.org
> https://lists.isc.org/mailman/listinfo/bind-users
>
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users