Problems Resolving external addresses. Help

Kevin Darcy kcd at daimlerchrysler.com
Tue Oct 9 21:46:38 UTC 2001


How was it running before the reboot? Were you using an executable other
than /usr/sbin/in.named or a config file other than /etc/named.conf? Look
at /etc/rc2.d/S72inetsvc for details on how Solaris 8 starts up named.


- Kevin

Vicky wrote:

> I run Solaris 2.8 and all was fine until I rebooted the box.
>
> Now it will not forward, any help would be appreciated.
>
> Contents of named.conf
>
> options {
>         directory "/etc/namedb";        //Working Directory
>         pid-file "named.pid";           // Put pid file in working dir
>         notify no;
>         recursion yes;
>         forwarders { 195.12.1.1; 195.12.4.247; };
> };
>
> zone "0.0.127.in-addr.arpa" in {
>         type master;
>         file "db.127.0.0";
> };
>
> zone "100.104.192.in-addr.arpa" in {
>         type master;
>         file "db.192.104.100";
>         notify no;
> };
>
> zone "vero.co.uk" in {
>         type master;
>         file "db.vero.co.uk";
>         notify no;
> };





More information about the bind-users mailing list