Pere Nubiola Radigales Telf: +34 656316974 e-mail: [email protected] [email protected] [email protected]
El 11 de març de 2011 11:51, Pep Nieto <[email protected]> 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; }; }; -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

