Re: bind 192.168.1.1 to all interfaces

2012-12-23 Thread jb
Eugen Konkov yandex.ru> writes: > ... > So in my vlan I have two DHCP servers. One is mine and > second is on that router. Some users get wrong IPs from that router. > ... > Or s there any other method to prevent such ilegal DHCP servers on LAN? http://www.tcpipguide.com/free/t_DHCPSecurityIs

Re: bind 192.168.1.1 to all interfaces

2012-12-23 Thread Patrick Lamaiziere
Le Sun, 23 Dec 2012 14:17:47 +0200, Eugen Konkov a écrit : Hello, > Or s there any other method to prevent such ilegal DHCP servers on > LAN? At work we use "dhcp_probe" http://www.net.princeton.edu/software/dhcp_probe/ It works quite fine, when someone plug a dhcp server it is detected and w

Re: BIND - slaving the root zone and signature expired

2012-10-25 Thread Damien Fleuriot
On 25 October 2012 18:55, Damien Fleuriot wrote: > On 25 October 2012 18:33, Warren Block wrote: >> On Thu, 25 Oct 2012, Damien Fleuriot wrote: >> >>> Anyone else experienced this problem today ? >>> >>> We slave the root zone and have received "signature expired" errors. >> >> >> Found this: >>

Re: BIND - slaving the root zone and signature expired

2012-10-25 Thread Damien Fleuriot
On 25 October 2012 18:33, Warren Block wrote: > On Thu, 25 Oct 2012, Damien Fleuriot wrote: > >> Anyone else experienced this problem today ? >> >> We slave the root zone and have received "signature expired" errors. > > > Found this: > > https://lists.dns-oarc.net/pipermail/dns-operations/2011-Ma

Re: BIND - slaving the root zone and signature expired

2012-10-25 Thread Warren Block
On Thu, 25 Oct 2012, Damien Fleuriot wrote: Anyone else experienced this problem today ? We slave the root zone and have received "signature expired" errors. Found this: https://lists.dns-oarc.net/pipermail/dns-operations/2011-March/007116.html which leads to this: http://in-addr-transitio

Re: BIND and LDAP support

2011-12-08 Thread Kernel Panic
Hello, thanks for replying. Regarding building BIND, are you sure the setting should go in make.conf and not src.conf - here is the relevant text from the src.conf man page: "WITHOUT_BIND Setting this variable will prevent any part of BIND from being built. When set, it

Re: BIND and LDAP support

2011-12-07 Thread Damien Fleuriot
On 12/7/11 8:15 PM, Kernel Panic wrote: > Apologies if this is not the appropriate list but I can't seem to find > one pertaining to the installation and configuration of BIND. I posted > the following message on the FreeBSD forums a few weeks back but have > had no replies, so I thought I'd try he

Re: BIND 9.8.1-P1 with OpenSSL 1.0.0 issues..

2011-11-23 Thread Matthew Seaman
On 23/11/2011 14:01, Jerry wrote: > On Wed, 23 Nov 2011 13:18:45 + > Matthew Seaman articulated: > >> I've been using the attached patch with the dns/bind98 port and >> openssl-1.0.x from ports for months. This disables using the GOST >> cipher plugins -- which is no big deal as far as I'm co

Re: BIND 9.8.1-P1 with OpenSSL 1.0.0 issues..

2011-11-23 Thread Jerry
On Wed, 23 Nov 2011 13:18:45 + Matthew Seaman articulated: > I've been using the attached patch with the dns/bind98 port and > openssl-1.0.x from ports for months. This disables using the GOST > cipher plugins -- which is no big deal as far as I'm concerned. GOST > ciphers are only supplied

Re: BIND 9.8.1-P1 with OpenSSL 1.0.0 issues..

2011-11-23 Thread James Edwards
On Wed, November 23, 2011 08:18, Matthew Seaman wrote: > I've been using the attached patch with the dns/bind98 port and > openssl-1.0.x from ports for months. This disables using the GOST > cipher plugins -- which is no big deal as far as I'm concerned. GOST > ciphers are only supplied as plugi

Re: BIND 9.8.1-P1 with OpenSSL 1.0.0 issues..

2011-11-23 Thread Matthew Seaman
On 23/11/2011 12:53, Howard Leadmon wrote: > I just ran through on one of my older FreeBSD servers, and updated from > BIND 9.8.1 to 9.8.1-P1 to get the security patches for BIND online, and > after doing this bind crashes. > > I am seeing: > > > Nov 23 06:35:19 named[24537]: starting BIND 9.8

Re: BIND: could not configure root hints from 'named.root': file not found

2010-10-04 Thread Matthew
Krad, Thank you for the tip. I've changed the "." to the correct value. Matthew On 1 October 2010 21:16, CyberLeo Kitsana wrote: On 10/01/2010 12:52 PM, Matthew wrote: I would be grateful for any pointers on how to resolve this. I suspect the error message may not be exactly descri

Re: BIND: could not configure root hints from 'named.root': file not found

2010-10-04 Thread Matthew
CyberLeo Kitsana, Thank you so much for the history and evolution on Bind expected directory structures. It enabled me to jump through that tough spot. Thanks again, Matthew On 10/01/2010 12:52 PM, Matthew wrote: I would be grateful for any pointers on how to resolve this. I suspect the

Re: BIND: could not configure root hints from 'named.root': file not found

2010-10-02 Thread krad
On 1 October 2010 21:16, CyberLeo Kitsana wrote: > On 10/01/2010 12:52 PM, Matthew wrote: > > I would be grateful for any pointers on how to resolve this. I suspect > > the error message may not be exactly descriptive of whats happening. > > Kinda. > > Here's a few points to keep in mind when wo

Re: BIND: could not configure root hints from 'named.root': file not found

2010-10-01 Thread CyberLeo Kitsana
On 10/01/2010 12:52 PM, Matthew wrote: > I would be grateful for any pointers on how to resolve this. I suspect > the error message may not be exactly descriptive of whats happening. Kinda. Here's a few points to keep in mind when working with bind in FreeBSD: * By default, named runs in a chro

Re: BIND Refusing to Resolve for External Hosts

2010-07-05 Thread Ian Smith
In freebsd-questions Digest, Vol 317, Issue 13, Message: 14 On Sat, 3 Jul 2010 14:20:01 -0700 Chris Maness wrote: > Ok, it is working for the local net now, but it is no longer working > as an authoritative server for my zones. > > Here is the current config: > > // $FreeBSD: src/etc/name

Re: BIND Refusing to Resolve for External Hosts

2010-07-03 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/07/2010 22:29:46, Chris Maness wrote: > Ahhh, I see I need to add: > > allow-query { any; }; > > to my authoritative zones. > > Thanks it all works now. Great. > p.s. So was this a change in the default behavior of BIND over the > years? B

Re: BIND Refusing to Resolve for External Hosts

2010-07-03 Thread Chris Maness
Ahhh, I see I need to add: allow-query { any; }; to my authoritative zones. Thanks it all works now. Chris Maness p.s. So was this a change in the default behavior of BIND over the years? Because I don't think my named.conf has been changed, and this used to work for any hosts.

Re: BIND Refusing to Resolve for External Hosts

2010-07-03 Thread Chris Maness
Ok, it is working for the local net now, but it is no longer working as an authoritative server for my zones. Here is the current config: // $FreeBSD: src/etc/namedb/named.conf,v 1.26.2.2.2.1 2008/11/25 02:59:29 kensmith Exp $ // // Refer to the named.conf(5) and named(8) man pages, and the docum

Re: BIND Refusing to Resolve for External Hosts

2010-07-03 Thread Chris Maness
On Sat, Jul 3, 2010 at 12:52 PM, Matthew Seaman wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 03/07/2010 20:28:27, Chris Maness wrote: >> Including the line: >> >> acl public-nets { 127.0.0.1; ::1; } >                                     ^ > You need a semi-colon here __|

Re: BIND Refusing to Resolve for External Hosts

2010-07-03 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/07/2010 20:28:27, Chris Maness wrote: > Including the line: > > acl public-nets { 127.0.0.1; ::1; } ^ You need a semi-colon here __| > for testing resulted in a failure to launch with the following e

Re: BIND Refusing to Resolve for External Hosts

2010-07-03 Thread Chris Maness
On Thu, Jul 1, 2010 at 7:33 AM, Matthew Seaman wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 01/07/2010 15:05:37, Chris Maness wrote: >> Can a sub block of IP address space be used, and if so, what is the >> wild card? > > Yes.  You can use lists of IPs or address-and-mask in BIN

Re: BIND Refusing to Resolve for External Hosts

2010-07-01 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/07/2010 15:05:37, Chris Maness wrote: > Can a sub block of IP address space be used, and if so, what is the > wild card? Yes. You can use lists of IPs or address-and-mask in BIND ACLs. See: http://www.isc.org/files/arm96.html#address_match_li

Re: BIND Refusing to Resolve for External Hosts

2010-07-01 Thread Chris Maness
Can a sub block of IP address space be used, and if so, what is the wild card? Chris On Wed, Jun 30, 2010 at 7:34 AM, Chris Maness wrote: > On Wed, Jun 30, 2010 at 1:49 AM, krad wrote: >> >> >> On 29 June 2010 07:20, Chris Maness wrote: >>> >>> My named server used to resolve for external host

Re: BIND Refusing to Resolve for External Hosts

2010-07-01 Thread krad
On 30 June 2010 15:34, Chris Maness wrote: > On Wed, Jun 30, 2010 at 1:49 AM, krad wrote: > > > > > > On 29 June 2010 07:20, Chris Maness wrote: > >> > >> My named server used to resolve for external hosts. Recently I have > >> noticed that it no longer resolves names for resolvers not on the

Re: BIND Refusing to Resolve for External Hosts

2010-06-30 Thread Chris Maness
On Wed, Jun 30, 2010 at 1:49 AM, krad wrote: > > > On 29 June 2010 07:20, Chris Maness wrote: >> >> My named server used to resolve for external hosts.  Recently I have >> noticed that it no longer resolves names for resolvers not on the >> local host.  It works just fine for dig on the dns serve

Re: BIND Refusing to Resolve for External Hosts

2010-06-30 Thread krad
On 29 June 2010 07:20, Chris Maness wrote: > My named server used to resolve for external hosts. Recently I have > noticed that it no longer resolves names for resolvers not on the > local host. It works just fine for dig on the dns server itself. It > also works for domains that it has author

Re: BIND Refusing to Resolve for External Hosts

2010-06-29 Thread Bogdan Webb
uhm here's my named.conf (it's a bit lightwight) but it works... // $FreeBSD: src/etc/namedb/named.conf,v 1.26.2.2.4.1 2009/04/15 03:14:26 > kensmith Exp $ > options { > directory"/etc/namedb/namedwritable"; //made dir writable to bind > user > pid-file"/var/run/named/pid"; > d

Re: Bind Sendmail to an IP address

2009-10-28 Thread Giorgos Keramidas
On Wed, 28 Oct 2009 15:49:15 -0700 (PDT), Aflatoon Aflatooni wrote: > Hi, > I have a Freebsd 7.2 installation and using Sendmail for the SMTP > service. This server has two public interfaces and different IP > addresses. > > I need to have sendmail configured so that the outbound emails are > sen

Re: bind configuration issues

2009-10-26 Thread Ray Still
On Mon, Oct 26, 2009 at 6:42 PM, Steve Bertrand wrote: > Ray Still wrote: >> Ok, >> tell me just how nuts this idea is. > > imho, your thought-process is not nuts. I can see what you are trying to > do, so kudos given for trying to work it out with what you have. > >> To recap, two pipes, one dest

Re: bind configuration issues

2009-10-26 Thread Steve Bertrand
Ray Still wrote: > Ok, > tell me just how nuts this idea is. In addition to my other post: I like your mentality of trying to do whatever you can to create redundancy. I've often tried to think of ways to use DNS to make things redundant and resilient. Keep up trying new ways to stretch things

Re: bind configuration issues

2009-10-26 Thread Steve Bertrand
Ray Still wrote: > Ok, > tell me just how nuts this idea is. imho, your thought-process is not nuts. I can see what you are trying to do, so kudos given for trying to work it out with what you have. > To recap, two pipes, one destination. > I set up second DNS server. > ns1.example.com at 70.65.

Re: bind configuration issues

2009-10-26 Thread Gary Gatten
How will the client side resolvers know what dns server to use to resolve example.com? - Original Message - From: Gary Gatten To: 'rstil...@gmail.com' ; 'freebsd-questions@freebsd.org' Sent: Mon Oct 26 18:24:38 2009 Subject: Re: bind configuration issues Yes, yo

Re: bind configuration issues

2009-10-26 Thread Gary Gatten
Yes, your missing something. I don't think your solution will work very well. - Original Message - From: owner-freebsd-questi...@freebsd.org To: freebsd-questions@freebsd.org Sent: Mon Oct 26 18:13:47 2009 Subject: Re: bind configuration issues Ok, tell me just how nuts this id

Re: bind configuration issues

2009-10-26 Thread Ray Still
-Original Message- > From: owner-freebsd-questi...@freebsd.org > [mailto:owner-freebsd-questi...@freebsd.org] On Behalf Of Gary Gatten > Sent: Monday, October 26, 2009 2:07 PM > To: Ray Still; freebsd-questions@freebsd.org > Subject: RE: bind configuration issues > > I'

RE: bind configuration issues

2009-10-26 Thread Gary Gatten
r-freebsd-questi...@freebsd.org] On Behalf Of Gary Gatten Sent: Monday, October 26, 2009 2:07 PM To: Ray Still; freebsd-questions@freebsd.org Subject: RE: bind configuration issues I'm not intimate with bind, or anything/one actually - but that's another story... Anyway, the gist is you n

RE: bind configuration issues

2009-10-26 Thread Gary Gatten
r-freebsd-questi...@freebsd.org] On Behalf Of Ray Still Sent: Monday, October 26, 2009 1:56 PM To: freebsd-questions@freebsd.org Subject: Re: bind configuration issues On Mon, Oct 26, 2009 at 11:55 AM, Gary Gatten wrote: > > You certainly don't "need" BGP for this, the DNS thing wil

Re: bind configuration issues

2009-10-26 Thread Ray Still
> - Original Message - > From: owner-freebsd-questi...@freebsd.org > > To: Ray Still > Cc: freebsd-questions@freebsd.org > Sent: Mon Oct 26 12:50:56 2009 > Subject: Re: bind configuration issues > > On Oct 26, 2009, at 10:03 AM, Ray Still wrote: > > Hello, &

Re: bind configuration issues

2009-10-26 Thread Gary Gatten
y Still Cc: freebsd-questions@freebsd.org Sent: Mon Oct 26 12:50:56 2009 Subject: Re: bind configuration issues On Oct 26, 2009, at 10:03 AM, Ray Still wrote: > Hello, > I am adding a redundant Internet connection to my current hosting > setup and > I need to figure out how to set up

Re: bind configuration issues

2009-10-26 Thread Chuck Swiger
On Oct 26, 2009, at 10:03 AM, Ray Still wrote: Hello, I am adding a redundant Internet connection to my current hosting setup and I need to figure out how to set up the DNS to make this work. The two issues normally aren't related. If both connections are from the same provider, talk to the

Re: Bind 9 (Was: bsdstats) - fatal error: RUNTIME_CHECK(((pthread_mutex_destroy(((&manager->lock))) == 0)

2009-07-28 Thread Anton Shterenlikht
On Mon, Jul 27, 2009 at 07:37:26PM -0800, Mel Flynn wrote: > On Monday 27 July 2009 18:35:17 Marc G. Fournier wrote: > > --On Monday, July 27, 2009 14:07:44 -0800 Mel Flynn > > > > wrote: > > > On Monday 27 July 2009 13:17:51 Anton Shterenlikht wrote: > > >> On ia64 8.0-beta1 SMP, running bsdstats

Re: Bind 9 (Was: bsdstats) - fatal error: RUNTIME_CHECK(((pthread_mutex_destroy(((&manager->lock))) == 0)

2009-07-27 Thread Mel Flynn
On Monday 27 July 2009 18:35:17 Marc G. Fournier wrote: > --On Monday, July 27, 2009 14:07:44 -0800 Mel Flynn > > wrote: > > On Monday 27 July 2009 13:17:51 Anton Shterenlikht wrote: > >> On ia64 8.0-beta1 SMP, running bsdstats-5.4_2, > >> I get this error: > >> > >> # /usr/local/etc/periodic/mont

Re: Bind 9 (Was: bsdstats) - fatal error: RUNTIME_CHECK(((pthread_mutex_destroy(((&manager->lock))) == 0)

2009-07-27 Thread Marc G. Fournier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - --On Monday, July 27, 2009 14:07:44 -0800 Mel Flynn wrote: > On Monday 27 July 2009 13:17:51 Anton Shterenlikht wrote: >> On ia64 8.0-beta1 SMP, running bsdstats-5.4_2, >> I get this error: >> >> # /usr/local/etc/periodic/monthly/300.statistics

Re: Bind 9 (Was: bsdstats) - fatal error: RUNTIME_CHECK(((pthread_mutex_destroy(((&manager->lock))) == 0)

2009-07-27 Thread Mel Flynn
On Monday 27 July 2009 13:17:51 Anton Shterenlikht wrote: > On ia64 8.0-beta1 SMP, running bsdstats-5.4_2, > I get this error: > > # /usr/local/etc/periodic/monthly/300.statistics > /usr/src/lib/bind/isc/../../../contrib/bind9/lib/isc/task.c:1023: fatal > error: RUNTIME_CHECK(((pthread_mutex_destro

Re: BIND

2009-06-28 Thread Matthew Seaman
Jack Raats wrote: This morning I tried to install BIND, the DNS server. I downloaded the handbook (English version) and tried to follow the instructions giving in the handbook. But the handbook is outdated OR FreeBSD 7.2-RELEASE-p2 is not correct. I'm missing make-localhost in /etc/namedb. Can

Re: Bind to Localhost from Jail

2009-03-13 Thread Tim Judd
On Fri, Mar 13, 2009 at 12:59 PM, Dave wrote: > Hi all, > > I'm trying to get cPanel installed on my host, and to run it from jail. > The > installer script that cPanel provides, however, seems to be confused by the > fact that it cannot test the daemons it has installed by checking if they > ar

Re: Bind BIND 9.3.5 configuration

2008-10-19 Thread Jeremy Chadwick
On Sun, Oct 19, 2008 at 06:22:27AM -0700, Kevin wrote: > I installed bind 9.3.5 on my new FreeBSD 6.3 server. I copied > named.conf directly from my old server (originally from the Internet), Since you've done this, you should use mergemaster to interactively merge the changes in the system defaul

Re: BIND DNS Patching on 6.1, 6.2

2008-09-01 Thread Matthew Seaman
Grant Peel wrote: Hi all, Thanks to Lars I have come up with the following (to upgrade BIND for the DNS caching issue)...(short of updateing all source). Download the latest port BIND95.9.5.x (p2 I think), 9.5.0.2 -- correct. Extract it to the ports directory, make -DWITH_REPLACE_BASE

Re: BIND DNS Patching on 6.1, 6.2

2008-08-31 Thread Grant Peel
correct? Also, Will the installation leave all my current (BIND) configs alone? -Grant - Original Message - From: "Lars Kristiansen" <[EMAIL PROTECTED]> To: "gpeel" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, August 29, 2008 8:38 PM Subj

Re: BIND DNS Patching on 6.1, 6.2

2008-08-30 Thread Lars Kristiansen
rttest.dns-oarc.net TXT will hopefully now give a result that includes the word GREAT. Lars - Original Message - From: "Lars Kristiansen" <[EMAIL PROTECTED]> To: "gpeel" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, August 29, 2008 8:

Re: BIND DNS Patching on 6.1, 6.2

2008-08-30 Thread Grant Peel
- From: "Lars Kristiansen" <[EMAIL PROTECTED]> To: "gpeel" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, August 29, 2008 8:38 PM Subject: Re: BIND DNS Patching on 6.1, 6.2 gpeel skrev: I was thinking I would try the BIND959.5.0 port, but i

Re: BIND DNS Patching on 6.1, 6.2

2008-08-29 Thread Lars Kristiansen
gpeel skrev: I was thinking I would try the BIND959.5.0 port, but it apprears that this version is still vulneralbe. The port dns/bind95 is patched: $ named -version BIND 9.5.0-P2 Easily installed with the option WITH_REPLACE_BASE. Regards, Lars _

Re: BIND DNS Patching on 6.1, 6.2

2008-08-29 Thread gpeel
Hi Again, When I posted this question originally, I had forgotten that I had a devel server running FreeBSD 6.2-RELEASE. I tried the 6.3 patch, and it would not make properly. I was thinking I would try the BIND959.5.0 port, but it apprears that this version is still vulneralbe. So I suppose

Re: BIND won't resolve my IPs (not upstream or something?)

2008-08-10 Thread Derek Ragona
At 05:41 AM 8/9/2008, Redd Vinylene wrote: I got this FreeBSD server called mother (80.252.2.2). On it, I've made two jails, camel (80.252.2.3) and box (80.252.2.4 through to 80.252.2.127). The problem is that reverse lookups for any of the IPs preceding .4 on box fails. If I connect to IRC with

Re: BIND won't resolve my IPs (not upstream or something?)

2008-08-09 Thread Derek Ragona
At 06:55 AM 8/9/2008, Redd Vinylene wrote: I'm pretty sure I do, though my apologies if I'm wrong, did you check my pastie? On Sat, Aug 9, 2008 at 1:48 PM, Derek Ragona <[EMAIL PROTECTED]> wrote: > At 05:41 AM 8/9/2008, Redd Vinylene wrote: > > I got this FreeBSD server called mother (80.252.2.

Re: BIND won't resolve my IPs (not upstream or something?)

2008-08-09 Thread Redd Vinylene
I'm pretty sure I do, though my apologies if I'm wrong, did you check my pastie? On Sat, Aug 9, 2008 at 1:48 PM, Derek Ragona <[EMAIL PROTECTED]> wrote: > At 05:41 AM 8/9/2008, Redd Vinylene wrote: > > I got this FreeBSD server called mother (80.252.2.2). On it, I've made > two jails, camel (80.25

Re: BIND won't resolve my IPs (not upstream or something?)

2008-08-09 Thread Redd Vinylene
Maybe mother's /etc/pf.conf could also be of relevance? - camel="80.252.2.3" box="80.252.2.4" ext_if="rl0" set block-policy return set skip on { lo0 } scrub in pass out keep state block in pass in on $ext_if inet proto tcp from any to any port { 22 } keep state pass in on $ext_if inet pr

[RESOLVED]Re: bind sdb using ldap: load zone creating database failure

2008-07-22 Thread rvenne
Ok, I got it zone "domain.com" { type master; database "ldap ldap://192.168.0.2/ou=domain.com,ou=dns,o=domain,dc=com 172800"; }; works fine. by the way, what does mean this number? 172800? rvenne a écrit : Hi list, I'm trying to use [EMAIL PROTECTED] 7.0_releng on a openldap

Re: Bind DNS

2008-05-23 Thread Jeffrey Goldberg
On May 22, 2008, at 9:10 PM, Ruel Luchavez wrote: Hi ALL, Is it possible in BIND DNS to block images in a certain sites? like for example the popular friends site ( friendster), i want to block most images in that site so that client will be irritated that their images don't load perfectl

Re: Bind DNS

2008-05-23 Thread Derek Ragona
At 09:07 AM 5/23/2008, Steve Bertrand wrote: Derek Ragona wrote: At 09:10 PM 5/22/2008, Ruel Luchavez wrote: Hi ALL, Is it possible in BIND DNS to block images in a certain sites? like for example the popular friends site ( friendster), i want to block most images in that site so that client w

Re: Bind DNS

2008-05-23 Thread Steve Bertrand
Derek Ragona wrote: At 09:10 PM 5/22/2008, Ruel Luchavez wrote: Hi ALL, Is it possible in BIND DNS to block images in a certain sites? like for example the popular friends site ( friendster), i want to block most images in that site so that client will be irritated that their images don't load

Re: Bind DNS

2008-05-23 Thread Derek Ragona
At 09:10 PM 5/22/2008, Ruel Luchavez wrote: Hi ALL, Is it possible in BIND DNS to block images in a certain sites? like for example the popular friends site ( friendster), i want to block most images in that site so that client will be irritated that their images don't load perfectly. but s till

Re: Bind DNS

2008-05-23 Thread Wojciech Puchar
are images on different serwer than rest of site? On Fri, 23 May 2008, Ruel Luchavez wrote: Hi ALL, Is it possible in BIND DNS to block images in a certain sites? like for example the popular friends site ( friendster), i want to block most images in that site so that client will be irritated

Re: Bind DNS

2008-05-23 Thread Steve Bertrand
Is it possible in BIND DNS to block images in a certain sites? like for example the popular friends site ( friendster), i want to block most images in that site so that client will be irritated that their images don't load perfectly. but s till they can visit their site? Any idea guys? DNS is a

Re: bind: Can't assign requested address using ssh (or anything else) -- resolution

2008-01-22 Thread perlcat
> > $ ssh -X -N -L 127.0.0.3:13390:192.168.1.44:3390 [EMAIL PROTECTED] > > [EMAIL PROTECTED]'s password: > > bind: Can't assign requested address > > channel_setup_fwd_listener: cannot listen to port: 13390 > > Could not request local forwarding. > > Ofcourse it fails, you are trying to bind to add

Re: bind: Can't assign requested address using ssh (or anything else)

2008-01-22 Thread Nikos Vassiliadis
On Monday 21 January 2008 22:00:33 perlcat wrote: > Trying to access a vpn using ssh on 6.2 - STABLE. Haven't found an > answer anywhere, and so I must be totally missing the right questions to > ask or configurations to look at. > > This problem is consistent regardless of port chosen or access me

Re: Bind configuration in FreeBSD

2007-10-10 Thread Roland Smith
On Fri, Oct 05, 2007 at 05:29:39PM +0500, Narek Gharibyan wrote: > Hi, Please don't top-post. > I as know default version (without port upgrading) is Bind 9.3.3 in Freebsd > 6.2. You can see the version, executing named -v command. Do a > ps -ax | grep named > -Original Message- > Fro

RE: Bind configuration in FreeBSD

2007-10-10 Thread Narek Gharibyan
Hi, I as know default version (without port upgrading) is Bind 9.3.3 in Freebsd 6.2. You can see the version, executing named -v command. Do a ps -ax | grep named and see whether named is running or not. Also you can find the Bind logs in /var/named/var/log directory (chrooted directory), if it

Re: Bind configuration in FreeBSD

2007-10-05 Thread Brian A. Seklecki
You need to enable the service: $ sudo vi /etc/rc.conf >> named_enable="YES" :wq $ sudo /etc/rc.d/named restart The bind in-tree is 9.3.4 and the chroot is already setup for you by default. You don't want to go installing a bitrot version from Ports. ~BAS On Fri, 2007-10-05 at 12:08 +,

Re: BIND to listen on all interfaces?

2007-07-04 Thread Christoph Schug
On Tue, Jul 03, 2007, Nejc Škoberne wrote: > I also tried to specify the ADSL IP address in named.conf (it is static), > but it is > still a no go. I don't have such problems with other daemons! Any ideas? Is the interface already up when you are starting BIND? I guess it is not. I haven't teste

Re: BIND to listen on all interfaces?

2007-07-04 Thread Yuri Pankov
On Wed, Jul 04, 2007 at 03:14:28PM +1000, Mikhail Goriachev wrote: > Nejc Škoberne wrote: > > Hello, > > > > I am running BIND (from base system) on my FreeBSD 5.3 machine. The box is > > connected to outer world via ADSL connection (tun0 device). If the named is > > started when the machine is co

Re: BIND to listen on all interfaces?

2007-07-03 Thread Mikhail Goriachev
Nejc Škoberne wrote: > Hello, > > I am running BIND (from base system) on my FreeBSD 5.3 machine. The box is > connected to outer world via ADSL connection (tun0 device). If the named is > started when the machine is connected to the internet, then everything is OK, > I get this by saying netstat

Re: BIND slave records not updating

2007-02-13 Thread Robert Fitzpatrick
On Tue, 2007-02-13 at 10:00 -0600, Derek Ragona wrote: > I run multiple FreeBSD versions with Bind and have not had a problem with > records being updated. Are you properly setting the new serial numbers in > the master record files? > Thanks. Do you mean the master zone files where the BSD se

Re: BIND slave records not updating

2007-02-13 Thread Derek Ragona
I run multiple FreeBSD versions with Bind and have not had a problem with records being updated. Are you properly setting the new serial numbers in the master record files? -Derek At 09:47 AM 2/13/2007, Robert Fitzpatrick wrote: I'm not a member of any bind list, so I was hoping to

Re: BIND tool for setting up secondary records?

2007-01-26 Thread John Nielsen
On Friday 26 January 2007 10:50, Robert Fitzpatrick wrote: > I am not a member of a BIND list, so I thought I'd ask here first if > anyone knows of a script tool that will query a primary name server and > setup secondary records on another BIND server? Or any other solution > for doing mass entrie

Re: BIND 9.3.2 on FreeBSD 6.1-release-p2

2007-01-12 Thread Brian A. Seklecki
Did you run it in foregroun debug mode or ktrace(1) it yet? Turn on querylog and see if you're getting worked? ~BAS On Tue, 2 Jan 2007, patrick wrote: I'm running BIND 9.3.2 on FreeBSD 6.1, and am noticing that it gets out of control after running for a while. PIDUID THR PR

Re: bind problem

2006-10-10 Thread Lothar Braun
Hi Robin, On Tuesday 10 October 2006 16:22, Robin Tiwari wrote: > i've configured dns server in freeBSD 6.1 but when i query the server it > wont resolve my domain name. i've added in resolv.conf also and my bind > daemon is also running without any errors. i couldnt figure out the > problem. if a

Re: Bind problem

2006-07-11 Thread Derek Ragona
right value for the program. -Derek At 04:34 PM 7/10/2006, Lisa Casey wrote: - Original Message - From: "Jonathan Chen" <[EMAIL PROTECTED]> To: "Lisa Casey" <[EMAIL PROTECTED]> Cc: Sent: Monday, July 10, 2006 3:43 PM Subject: Re: Bi

Re: Bind problem

2006-07-11 Thread Lisa Casey
Chen" <[EMAIL PROTECTED]> To: "Lisa Casey" <[EMAIL PROTECTED]> Cc: Sent: Monday, July 10, 2006 3:43 PM Subject: Re: Bind problem Did you remember to add: named_program="/usr/local/sbin/named" to /etc/rc.conf? Yes. /etc/rc.conf has the following lines for name

Re: Bind problem

2006-07-10 Thread Derek Ragona
t; <[EMAIL PROTECTED]> To: "Lisa Casey" <[EMAIL PROTECTED]> Cc: Sent: Monday, July 10, 2006 3:43 PM Subject: Re: Bind problem Did you remember to add: named_program="/usr/local/sbin/named" to /etc/rc.conf? Yes. /etc/rc.conf has the following lines for named: na

Re: Bind problem

2006-07-10 Thread Beech Rintoul
On Monday 10 July 2006 13:34, Lisa Casey wrote: > - Original Message - > From: "Jonathan Chen" <[EMAIL PROTECTED]> > To: "Lisa Casey" <[EMAIL PROTECTED]> > Cc: > Sent: Monday, July 10, 2006 3:43 PM > Subject: Re: Bind problem > > &

Re: Bind problem

2006-07-10 Thread Lisa Casey
- Original Message - From: "Jonathan Chen" <[EMAIL PROTECTED]> To: "Lisa Casey" <[EMAIL PROTECTED]> Cc: Sent: Monday, July 10, 2006 3:43 PM Subject: Re: Bind problem Did you remember to add: named_program="/usr/local/sbin/named" to

Re: Bind problem

2006-07-10 Thread Jonathan Chen
On Mon, Jul 10, 2006 at 03:11:41PM -0400, Lisa Casey wrote: > Hi All, > > I seem to have a bit of a problem with my Bind installation on FreeBSD 5.3. > When I first setup this box, I installed the Bind 8.4 from the ports. Soon > afterwards, I decided to go with Bind 9 so I installed that from th

Re: BIND inside a jail on FreeBSD 6.0

2006-05-02 Thread patrick
Thanks, that did the trick. I'm not running this in a jail because I'm paranoid or anything -- I just need a test environment, and I don't have an extra machine kicking around. :) Patrick On 5/1/06, David Robillard <[EMAIL PROTECTED]> wrote: BIND is trying to setup a chroot(8) before it starts

Re: BIND inside a jail on FreeBSD 6.0

2006-05-01 Thread Chad Leigh -- Shire.Net LLC
On May 1, 2006, at 7:11 AM, David Robillard wrote: BIND is trying to setup a chroot(8) before it starts. If you're already inside a jail, then IMHO it is a little overkill (i.e. Running BIND in a chroot inside a jail). Check the BIND related values in rc.conf(5). The chroot(8) startup is trigg

Re: BIND inside a jail on FreeBSD 6.0

2006-05-01 Thread David Robillard
-- Message: 23 Date: Fri, 28 Apr 2006 19:36:22 -0600 From: "Chad Leigh -- Shire.Net LLC" <[EMAIL PROTECTED]> Subject: Re: BIND inside a jail on FreeBSD 6.0 To: patrick <[EMAIL PROTECTED]> Cc: freebsd-questions@freebsd.org Message-ID: <[EMAIL

Re: BIND inside a jail on FreeBSD 6.0

2006-04-28 Thread Chad Leigh -- Shire.Net LLC
On Apr 28, 2006, at 6:57 PM, patrick wrote: I'm trying to run BIND inside a jail on FreeBSD 6.0, and I'm encountering the following problem: [EMAIL PROTECTED] /var/named]# /etc/rc.d/named start mount_devfs: Operation not permitted /etc/rc.d/named: WARNING: devfs_domount(): Unable to mount devf

Re: Bind as a chaching nameserver

2006-04-27 Thread Richard Collyer
Denis R. wrote: http://cr.yp.to/djbdns/guarantee.html Richard, besides simple you want a _secure_ caching name server. Yes, you can type "named_enable" in rc.conf and be done with it, just don't forget to periodically check the security updates web page for BIND exploits. Thanks for the advice

Re: Bind as a chaching nameserver

2006-04-26 Thread Miguel Ramos
AND make sure that either /etc/resolv.conf doesn't exist or that it contains a single nameserver line like this: nameserver 127.0.0.1 otherwise your local nameserver isn't queried. You see, there's really nothing else to do on a standard installation of freebsd... 1- named_enable="YES" in /etc/

Re: Bind as a chaching nameserver

2006-04-26 Thread Denis R.
http://cr.yp.to/djbdns/guarantee.html Richard, besides simple you want a _secure_ caching name server. Yes, you can type "named_enable" in rc.conf and be done with it, just don't forget to periodically check the security updates web page for BIND exploits. Regards! Richard Collyer wrote: > Hello

Re: Bind as a chaching nameserver

2006-04-26 Thread DAve
Richard Collyer wrote: Hello, I've recently been getting a lot of trouble with SpamAssassin performing a lot of rDNS lookups which is causing network issues (timeouts etc to DNS servers). I am trying to install BIND (or djbdns) as a simple caching nameserver. Just to take some of the load o

Re: Bind as a chaching nameserver

2006-04-26 Thread Riemer Palstra
On Wed, Apr 26, 2006 at 09:27:27AM +0100, Richard Collyer wrote: > Yep I've set the named.conf up correctly but when I do "ndc start" it > tells me that it is not found. With BIND 9.3.1, you'd probably want 'rndc', but even then, '/etc/rc.d/named start' would do it for you, if you have named_enabl

Re: Bind as a chaching nameserver

2006-04-26 Thread Richard Collyer
On Wed, April 26, 2006 8:05 am, Martin Hepworth wrote: > Richard > > just set the forwarders to another nameserver in the named.conf and that's > it.. > > this will speed up SA massively. > > -- Yep I've set the named.conf up correctly but when I do "ndc start" it tells me that it is not found.

Re: Bind as a chaching nameserver

2006-04-26 Thread Martin Hepworth
Richard just set the forwarders to another nameserver in the named.conf and that's it.. this will speed up SA massively. -- martin On 4/25/06, Richard Collyer <[EMAIL PROTECTED]> wrote: > > Hello, > > I've recently been getting a lot of trouble with SpamAssassin performing > a lot of rDNS looku

Re: Bind as a chaching nameserver

2006-04-25 Thread bsd
> Hello, > > I've recently been getting a lot of trouble with SpamAssassin performing > a lot of rDNS lookups which is causing network issues (timeouts etc to > DNS servers). > > I am trying to install BIND (or djbdns) as a simple caching nameserver. > Just to take some of the load off the networks

Re: Bind as a chaching nameserver

2006-04-25 Thread Derek Ragona
For a caching nameserver simply follow the instructions in named.conf. Enable named in rc.conf, and start the daemon. -Derek At 05:50 PM 4/25/2006, Richard Collyer wrote: Hello, I've recently been getting a lot of trouble with SpamAssassin performing a lot of rDNS lookups which is

Re: bind and multiple a records

2006-04-24 Thread Ceri Davies
On 23/4/06 07:24, "Chad Leigh -- Shire.Net LLC" <[EMAIL PROTECTED]> wrote: > On FreeBSD 6.0 with bind9, if I define a host to have multiple A > records, such that some IP addresses are listed more than once, for > example: > > . > . > . > www 600 IN A 192.168.1.1 > 600 IN A 192.168.1.2 > 60

Re: bind and multiple a records

2006-04-24 Thread Chad Leigh -- Shire.Net LLC
On Apr 23, 2006, at 10:21 AM, Chuck Swiger wrote: Chad Leigh -- Shire.Net LLC wrote: On FreeBSD 6.0 with bind9, if I define a host to have multiple A records, such that some IP addresses are listed more than once, for example: [ ... ] Will those addresses listed more than once show up more

Re: bind and multiple a records

2006-04-23 Thread Chuck Swiger
Chad Leigh -- Shire.Net LLC wrote: On FreeBSD 6.0 with bind9, if I define a host to have multiple A records, such that some IP addresses are listed more than once, for example: [ ... ] Will those addresses listed more than once show up more often as the "answer" to name server requests (or mor

Re: BIND zone transfers

2006-02-08 Thread jhall
> On Wed, Feb 08, 2006 at 12:45:02PM -, [EMAIL PROTECTED] wrote: >> Under FreeBSD 4.8 BIND was making zone transfers normally. In my >> network, >> Windows 2000 is the master and bind is the salve. Recently, the server >> was upgraded to FreeBSD 6.0, and suddenly BIND stopped making zone >> t

  1   2   3   >