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

Re: Servidor Web Apache Debian Squeeze



Pere Nubiola Radigales
Telf: +34 656316974
e-mail: pere@nubiola.cat
           pnubiola@fsfe.org
           pere.nubiola@gmail.com



El 11 de març de 2011 11:51, Pep Nieto <jnieto@tinet.cat> ha escrit:
> Per cert lo del dhcp al servidor ho entenc. Però lo del forwarding als
> dns com ho fas?. Suposo que al servidor, que també te fà aquesta funció
despatx:/home/usuari# more /etc/bind/named.conf.options
options {
        directory "/var/cache/bind";

        // 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 and later use an unprivileged
        // port by default.

        //query-source address * port 53;

        // If your ISP provided one or more IP addresses for stable
        // nameservers, you probably want to use them as forwarders.
        // Uncomment the following block, and insert the addresses replacing
        // the all-0's placeholder.

         forwarders {
                80.58.61.250;
                80.58.61.254;
         };

        listen-on {
                10.10.10.2;
                127.0.0.1;
        };
        allow-recursion {
                127.0.0.1;
                10.10.10.0/24;
        };
        auth-nxdomain no;    # conform to RFC1035
        listen-on-v6 { any; };
};


Reply to: