Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Feb 2005 21:27:29 +0100
From:      GiZmen <gizmen@bsdguru.org>
To:        freebsd-hackers@freebsd.org
Subject:   Re: cahe-only DNS in jail
Message-ID:  <20050203202729.GA25384@blurp.one.pl>
In-Reply-To: <420092FA.1090906@comcast.net>
References:  <420092FA.1090906@comcast.net>

next in thread | previous in thread | raw e-mail | index | archive | help
> I'm experiencing strange behaviour with Bind running inside a jail.  I'm 
> running 5.2.1 current in the jail.  Thinks are working, but poorly.  
> Lookups for my local machines work perfectly.  Some remote lookups work 
> fine (yahoo, google, etc...).  However, many lookups time out, but will 
> succeed after a few tries.  I'm doing all this from home (comcast cable 
> internet).  Anyway, I'm not sure what to do.  Sniffing the network 
> doesn't seem to help much.  Queries and requests are reaching the right 
> hosts and ports.  Thanks for any help.
> 
---end quoted text---

I have had similar problem with my named. I was searching reason of this
behaviour of my named. I have put one option to my named.
It is forwarders option.

        forward only;
        forwarders {156.17.5.2;};

You can add forward only this only forward queries to your comcast 
caching dns servers.

In forwarders put one or more ip addresses of your comcast caching
servers.

The reaseon of this is that named try to contact to authorative servers.
And it can take some time to get respond from them.
but if you put forwardes you will be using closer dns so the queries
will be faster.

Form more reference read bind manual.

bye
-- 
Best Regards:
		GiZmen

UNIX is user-friendly; it's just picky about its friends
UNIX is simple; it just takes a genius to understand its simplicity



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050203202729.GA25384>