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: discuss AT lists.opennicproject.org
  • Subject: Re: [opennic-discuss] new to opennic
  • Date: Wed, 27 Jul 2011 13:53:07 -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:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding:X-Source:X-Source-Args:X-Source-Dir; b=uo3Aplso09P7VE+mG+0NsHgDJ8AqvfUypGk8ilbTtt8IQ2ArY9sPkF9LbCPjcVU3nuokeDKK6lt4f7jClcSxIoj1LlabiinPBcQV77cEHh6zeMVC0J1K601/J69eUy3n;
  • List-archive: <http://lists.darkdna.net/pipermail/discuss>
  • List-id: <discuss.lists.opennicproject.org>

well, i fix a minnor thing ( writable folder ) and now i get all passed.

Test results: PASSED

except:

*General tests*

Connectivity: 38 msec

DNS reply size test:Warning (No results returned)

*

dig +short rs.dns-oarc.net TXT @66.90.81.200 | grep "DNS reply size limit"

*

;; connection timed out; no servers could be reached

Source port randomness:GREAT

alex.



El 26/07/2011 06:38 p.m., Julian DeMarchi escribió:
On 07/27/2011 09:35 AM, Hospedaje Web y Servidores Dedicados wrote:
[root@opennic ~]# dig . NS @127.0.0.1

;<<>> DiG 9.3.6-P1-RedHat-9.3.6-16.P1.el5<<>> . NS @127.0.0.1
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 29659
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;. IN NS

;; Query time: 0 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Wed Jul 27 03:30:47 2011
;; MSG SIZE rcvd: 17
thanks. I think I got the problem understood.

/etc/db.root is where you are slaving the root zone to, please change;

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;
};

to

zone "." {
type slave;
file "/etc/bind/zones/slaves/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;
};

To prove or un-prove my point I predict that dig dns.opennic.glue
@127.0.0.1 and post back the output.

--julian
_______________________________________________
discuss mailing list
discuss AT lists.opennicproject.org
http://lists.darkdna.net/mailman/listinfo/discuss





Archive powered by MHonArc 2.6.19.

Top of Page