BIND FreeBSD 4.9

Randy Rowe rerowe at rerowe.com
Wed Feb 18 13:59:32 PST 2004


On Wed, 2004-02-18 at 07:35, Sidnei Rodrigo Basei wrote:
> Hi....
> 
> I´ve problems witch BIND configuration in FreeBSD-4.9. Any one knows a 
> GOOD help to configure ?
> 
> I configured the named.conf , locahost.rev and myzone and myzone.rev... 
> without errors.... but when I type "nslookup", it not can connect to 
> BIND server....
> 
> /etc/resolv.conf
> domain sreb.com.br
> nameserver 127.0.0.1
> 
> firewall:
> allow all from any to any
> 
> thank you

Have you enabled named in /etc/rc.conf? The appropriate lines are:

named_enable="YES"               # Run named, the DNS server (or NO).
named_flags="-u bind -g bind -t /etc/namedb /etc/named.conf"




More information about the freebsd-stable mailing list