[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [linux-team] /etc/named.conf:41: syntax error near forward



Fais gaffe de bien etre dans une section "options"...

Je te conseille d'ajouter forward only pour eviter la query sur les serveurs root (surtout si il y a un firewall devant toi).

options {
        directory "<la ou tu mets les fichiers zone>";
	forward first;
        forward only;
        forwarders {
                212.68.193.30;
                195.238.2.21;
        };
        /*
         * If there is a firewall between you and nameservers you want
         * to talk to, you might need to uncomment the query-source
         * directive below.  Previous versions of BIND always asked
         * questions using port 53, but BIND 8.1 uses an unprivileged
         * port by default.
         */
        // query-source address * port 53;
};


Alain Spineux wrote:
> 
> Petit bleme dans mont /etc/named.conf
> J'ai pourtant recopier "char by char"
> depuis le DNS-HOWTO ?
> 
> zone "1.1.10.in-addr.arpa" {
>         notify no;
>         type master;
>         file "10.1.1";
> };
> 
> 41 > forward first;
> 
> forwarders {
>         212.68.193.30;
>         195.238.2.21;
> };
> 
> --
> 
> Linux : May the sources be with you !
> KeyLinux
> Alain Spineux
>  Linux System Engineer
> ---------
> Visit the Linux Supertore Online: http://www.redcorp.com !
> If you want to be deleted from the list, send a mail to
> majordomo@rtfm.be with "unsubscribe linux-team" in the body.
> Archive of the list: http://tania.be.linux.org/

-- 
------------------------- * oOo * -------------------------
                        CiscoSystems

                   Frederic Detienne, CDE
                 Security & Network Services

                     Tel 32 2 704 55 55
---------
Visit the Linux Supertore Online: http://www.redcorp.com !
If you want to be deleted from the list, send a mail to
majordomo@rtfm.be with "unsubscribe linux-team" in the body.
Archive of the list: http://tania.be.linux.org/