[rbldnsd] Problems configuring BIND 9 with rbldnsd

Michael Tokarev mjt at tls.msk.ru
Mon Jun 12 15:03:58 MSD 2006


Bob Apthorpe wrote:
[]
> FWIW, here's how I'm forwarding from BIND 9.2.3 to rbldnsd on a SuSE
> linux box:
> 
> === /etc/init.d/rbldnsd ===
> 
> ....
> start() {
>   if [ ! "$pid" ]; then
>     report Starting
>     /sbin/ifconfig lo:4 127.0.0.4;
>     runit
>   fi
> }
> ....

There's no need to configure additional aliases in 127/8 range,
all 16777216 addresses in this range are directly available to
bind to for any program running on a linux box.  Just specify
127.0.0.4 (or whatever) in rbldnsd and bind configs and it will
work.  Not to say it will not work WITH this lo:4 alias, it's
just unnecessary - on linux anyway.  On other systems (eg
Solaris) you have to do something like the above (but it's
better still - IMHO - to do that in system *network* startup
scripts/configs, not rbldnsd one).

The rest looks ok.

/mjt



More information about the rbldnsd mailing list