Am BIND 9.1.3 (asa zice rpm -q bind). /etc/named.conf zice asa:

options {
        directory "/var/named";
        query-source address * port 53;
#       forward only;
        forwarders { 193.230.225.1; };
};

zone "." IN {
        type hint;
        file "named.ca";
};


/* numele calculatoarelor din LAN */
zone "lan." IN {
        type master;
        file "lan.hosts";
};

/* hosturile virtuale pentru web-intranet */
zone "argus." IN {
        type master;
        file "web.hosts";
};

Zonele lan si argus sunt locale si functioneaza. De ce nu imi rezolva numele 
externe ? Daca pun 193.230.225.1 in resolv.conf merge. Dar nu mai merg cele 
interne. Idei?
---
Send e-mail to '[EMAIL PROTECTED]' with 'unsubscribe rlug' to 
unsubscribe from this list.

Raspunde prin e-mail lui