[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Hobbit DNS queries
- To: hobbit (at) hswn.dk
 
- Subject: Re: [hobbit] Hobbit DNS queries
 
- From: henrik (at) hswn.dk (Henrik Stoerner)
 
- Date: Wed, 3 Oct 2007 12:54:59 +0200
 
- References: <1191361850.24386.44.camel (at) tmelcher2> <OFC02E8981.0AF7EB93-ONC1257369.002FA156-C1257369.003282BE (at) ses-astra.com>
 
- User-agent: Mutt/1.5.13 (2006-08-11)
 
On Wed, Oct 03, 2007 at 11:14:01AM +0200, Darren.Cotton (at) ses-astra.com wrote:
> I've modified hobbitlaunch.cfg and bb-hosts as follows:
> 
> [bbnet]
>         ENVFILE /usr/lib/hobbit/server/etc/hobbitserver.cfg
>         NEEDS hobbitd
>         CMD bbtest-net --report --ping --checkresponse --dns=ip
>         LOGFILE $BBSERVERLOGS/bb-network.log
>         INTERVAL 5m
> 
> but using tcp dump I still see an excessive number of DNS queries some of
> which are causing errors in my firewall
Any http checks in your bb-hosts file ? These will use DNS, regardless
of --dns=ip or testip settings. If you don't want that, use the
"http://www.foo.com=1.2.3.4/" syntax (see bb-hosts(5)).
Also, hosts with an IP of "0.0.0.0" (or other invalid IP adresses) will
trigger a DNS lookup.
Regards,
Henrik