Skip to Content.
Sympa Menu

discuss - Re: [opennic-discuss] new to opennic

discuss AT lists.opennicproject.org

Subject: Discuss mailing list

List archive

Re: [opennic-discuss] new to opennic


Chronological Thread 
  • From: Hospedaje Web y Servidores Dedicados <ventas AT dedicados.com.mx>
  • To: Maximi89 <maximi89 AT gmail.com>
  • Cc: discuss AT lists.opennicproject.org
  • Subject: Re: [opennic-discuss] new to opennic
  • Date: Tue, 26 Jul 2011 13:36:05 -0500
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=dedicados.com.mx; h=Received:Message-ID:Date:From:Reply-To:User-Agent:MIME-Version:To:CC:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding:X-Source:X-Source-Args:X-Source-Dir; b=VZQizeoH9Y01azJowxBFJtC/wIqu4z0xzFwh/dZvtJB6YrPk/mSmpNPtLZZR7Iaqz+uEZVCG3W/TjEkI9slMf1WUOgY54FE7I/tyHXJUczlIHWlDjuE7iakNMXgge8+f;
  • List-archive: <http://lists.darkdna.net/pipermail/discuss>
  • List-id: <discuss.lists.opennicproject.org>

can you tell my if my conf is ok?

resolv.conf

nameserver 216.87.84.211
nameserver 64.0.55.201
nameserver 72.14.189.120
nameserver 128.173.89.246


named.conf

options {
        directory "/etc";
        pid-file "/var/run/named/named.pid";
        };

zone "." {
            type hint;
            file "db.root";
};

zone "." {
            type slave;
            file "/etc/db.root";
            masters { 216.87.84.214; 66.96.213.86; 128.177.28.254; 207.192.71.13; 66.244.95.11; 178.63.116.152; 202.83.95.229; };
            allow-transfer { any; };
        notify no;
};

zone "dns.opennic.glue" {
          type slave;
          file "/etc/bind/zones/slaves/db.dns.opennic";  <- this file dont exists, must contain what??
          masters { 75.127.96.89; };
          notify no;
          allow-transfer { any; };
};


thanks.




Ing. Alejandro M. Hospedaje Web y Servidores Dedicados http://www.dedicados.com.mx ------ correo / msn: ventas AT dedicados.com.mx skype: dedicados ------




Archive powered by MHonArc 2.6.19.

Top of Page