[HCoop-Discuss] DNS issues
Steve Johnson
srj at adnd.com
Sat Dec 15 02:04:36 EST 2007
I posted this in the chat room this evening, with out much luck, but I
think there is an issue with NS3 not updating dns records after you
run domtool in your ~.domtool directory.
I made some DNS changes about 5 hours ago, and NS1 updated, but NS3
has not.. Also, mire does not reflect the changes unless I specify
ns1.hcoop.net as the server when using nslookup
fratm at mire:~/.domtool$ nslookup www.fratm.com
Server: 216.187.125.130
Address: 216.187.125.130#53
** server can't find www.fratm.com: NXDOMAIN
fratm at mire:~/.domtool$ nslookup www.fratm.com ns1.hcoop.net
Server: ns1.hcoop.net
Address: 69.90.123.67#53
Name: www.fratm.com
Address: 69.90.123.68
And as you can see in domtool-admin describe fratm.com it shows an A
record for www.
fratm at mire:~/.domtool$ domtool-admin describe fratm.com
==============================================================
Node deleuze
==============================================================
--------------------------------------------------------------
DNS SOA:
--------------------------------------------------------------
master
172800
ns1.hcoop.net
172800
900
1209600
3600
--------------------------------------------------------------
named.conf addition:
--------------------------------------------------------------
zone "fratm.com" {
type master;
file "/etc/bind/zones/fratm.com.zone";
allow-transfer {
69.90.123.68;
};
};
--------------------------------------------------------------
DNS zonefile contents:
--------------------------------------------------------------
fratm.com. 172800 IN NS ns1.hcoop.net.
fratm.com. 172800 IN NS ns3.hcoop.net.
fratm.com. 172800 IN A 69.90.123.68
fratm.com. 172800 IN MX 1 aspmx.l.google.com.
fratm.com. 172800 IN MX 5 alt1.aspmx.l.google.com.
fratm.com. 172800 IN MX 5 alt2.aspmx.l.google.com.
fratm.com. 172800 IN MX 10 aspmx2.googlemail.com.
fratm.com. 172800 IN MX 10 aspmx3.googlemail.com.
fratm.com. 172800 IN MX 10 aspmx4.googlemail.com.
fratm.com. 172800 IN MX 10 aspmx5.googlemail.com.
www.fratm.com. 172800 IN A 69.90.123.68
==============================================================
Node mire
==============================================================
--------------------------------------------------------------
DNS SOA:
--------------------------------------------------------------
slave
172800
ns1.hcoop.net
172800
900
1209600
3600
--------------------------------------------------------------
named.conf addition:
--------------------------------------------------------------
zone "fratm.com" {
type slave;
file "/etc/bind/zones/fratm.com.zone";
masters { 69.90.123.67; };
};
So I suspect there might be an issue going on with the DNS servers.
-Steve
--
Blog - http://www.fratm.com/index.php/User:Fratm
"Knowing others is wisdom, knowing your self is Enlightenment." - Lao-Tzu
More information about the HCoop-Discuss
mailing list