public inbox for gentoo-server@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-server] stop using dns from world
@ 2006-09-27  8:20 widyachacra
  2006-09-27  8:23 ` David CHANIAL
  2006-09-27  9:32 ` Georges Toth
  0 siblings, 2 replies; 5+ messages in thread
From: widyachacra @ 2006-09-27  8:20 UTC (permalink / raw
  To: gentoo-server

Dear all,

i deployed a bind9.3.2 server for 'mydomain.com'. now its seem to use
unauthorized users to resolve their DNS quiries. how do i stop this.
please help me.

-- 
---
PS: This is my private email address.

Budu saranay! Sadaham Phitay! Sangha Rekawaranay! {Theruwan Saranay!}

- Widyachacra Rajapaksha -
-- 
gentoo-server@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-server] stop using dns from world
  2006-09-27  8:20 [gentoo-server] stop using dns from world widyachacra
@ 2006-09-27  8:23 ` David CHANIAL
  2006-09-27  9:32 ` Georges Toth
  1 sibling, 0 replies; 5+ messages in thread
From: David CHANIAL @ 2006-09-27  8:23 UTC (permalink / raw
  To: gentoo-server

Le Mercredi 27 Septembre 2006 10:20, widyachacra a écrit :
> i deployed a bind9.3.2 server for 'mydomain.com'. now its seem to use
> unauthorized users to resolve their DNS quiries. how do i stop this.
> please help me.
hi,

i don't remember exactly, but search for :
allow-recursion: none;
Best regards,
-- 
David CHANIAL - Euro Web SARL - http://www.euro-web.fr
  Location de serveurs dédiés infogérés
  Infogérance et consulting
  Hébergement mutualisé sur mesure
  Serveurs de jeux

-- 
gentoo-server@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-server] stop using dns from world
  2006-09-27  8:20 [gentoo-server] stop using dns from world widyachacra
  2006-09-27  8:23 ` David CHANIAL
@ 2006-09-27  9:32 ` Georges Toth
  2006-09-27 12:00   ` widyachacra
  1 sibling, 1 reply; 5+ messages in thread
From: Georges Toth @ 2006-09-27  9:32 UTC (permalink / raw
  To: gentoo-server; +Cc: widyachacra

Hi,

> i deployed a bind9.3.2 server for 'mydomain.com'. now its seem to use
> unauthorized users to resolve their DNS quiries. how do i stop this.
> please help me.

To allow queries from the network your server is running on, but from no one 
else:
allow-query { any; };
allow-recursion { localnets; };

Or to deny recursive queries alltogether:
allow-query { any; };
allow-recursion { none; };

-- 

regards,
Georges Toth
-- 
gentoo-server@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-server] stop using dns from world
  2006-09-27  9:32 ` Georges Toth
@ 2006-09-27 12:00   ` widyachacra
  2006-09-27 12:25     ` Georges Toth
  0 siblings, 1 reply; 5+ messages in thread
From: widyachacra @ 2006-09-27 12:00 UTC (permalink / raw
  To: Georges Toth; +Cc: gentoo-server

but still my log gives following status...

Log status
---------------
Sep 27 17:24:06 ns1 named[31808]: lame server resolving 'romhat.net'
(in 'romhat.NET'?): 69.30.86.228#53


how to stop this lame server resolvings?

On 9/27/06, Georges Toth <georges@norm.lu> wrote:
> Hi,
>
> > i deployed a bind9.3.2 server for 'mydomain.com'. now its seem to use
> > unauthorized users to resolve their DNS quiries. how do i stop this.
> > please help me.
>
> To allow queries from the network your server is running on, but from no one
> else:
> allow-query { any; };
> allow-recursion { localnets; };
>
> Or to deny recursive queries alltogether:
> allow-query { any; };
> allow-recursion { none; };
>
> --
>
> regards,
> Georges Toth
>


-- 
---
PS: This is my private email address.

Budu saranay! Sadaham Phitay! Sangha Rekawaranay! {Theruwan Saranay!}

- Widyachacra Rajapaksha -
-- 
gentoo-server@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-server] stop using dns from world
  2006-09-27 12:00   ` widyachacra
@ 2006-09-27 12:25     ` Georges Toth
  0 siblings, 0 replies; 5+ messages in thread
From: Georges Toth @ 2006-09-27 12:25 UTC (permalink / raw
  To: gentoo-server; +Cc: widyachacra

> but still my log gives following status...
> Log status
> ---------------
> Sep 27 17:24:06 ns1 named[31808]: lame server resolving 'romhat.net'
> (in 'romhat.NET'?): 69.30.86.228#53
>
> how to stop this lame server resolvings?

"lame server resolving" means that the dns server configured for the domain 
you are trying to resolve is not authoritative for that domain....
You can disable those log messages by putting the following line in you bind 
config file:

logging { 
category lame-servers { null; }; 
}; 


I'm not really sure about your setup... but if you want your dns server to 
only serve the configured zones and not be a recursive resolver for any 
machine (local or on the local net) just put "none" in allow-recursion, and 
remove it from your resolve.conf file.


hope this helps

-- 

regards,
Georges Toth
-- 
gentoo-server@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-09-27 12:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-27  8:20 [gentoo-server] stop using dns from world widyachacra
2006-09-27  8:23 ` David CHANIAL
2006-09-27  9:32 ` Georges Toth
2006-09-27 12:00   ` widyachacra
2006-09-27 12:25     ` Georges Toth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox