<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: The contact is not consistent with primary nameserver in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/the-contact-is-not-consistent-with-primary-nameserver/m-p/3854909#M84240</link>
    <description>thanks to ALL&lt;BR /&gt;&lt;BR /&gt;this problem is solved now&lt;BR /&gt;&lt;BR /&gt;there were wrong slave entries at my ISP&lt;BR /&gt;&lt;BR /&gt;p.s&lt;BR /&gt;&lt;A href="http://www.dnsreport.com/" target="_blank"&gt;http://www.dnsreport.com/&lt;/A&gt; it's a good check dns service&lt;BR /&gt;&lt;BR /&gt;greetings&lt;BR /&gt;chris&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 05 Sep 2006 11:05:42 GMT</pubDate>
    <dc:creator>'chris'</dc:creator>
    <dc:date>2006-09-05T11:05:42Z</dc:date>
    <item>
      <title>The contact is not consistent with primary nameserver</title>
      <link>https://community.hpe.com/t5/operating-system-linux/the-contact-is-not-consistent-with-primary-nameserver/m-p/3854898#M84229</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;I've setuped a master public dns server BIND 9 for some internet domains, but if I'm doing a test at nic, then I get the following errors:&lt;BR /&gt;&lt;BR /&gt;Warnings&lt;BR /&gt;Test: The contact is not consistent with primary nameserver&lt;BR /&gt;==&amp;gt; ns.master.net./202.X.X.10&lt;BR /&gt;Test: The nameserver list doesn't match the given one&lt;BR /&gt;==&amp;gt; ns.master.net./202.X.X.10&lt;BR /&gt;Test: The master is not consistent with primary nameserver&lt;BR /&gt;==&amp;gt; ns.master.net./202.X.X.10&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;my dns config:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;options {&lt;BR /&gt;&lt;BR /&gt; directory "/var/cache/bind";&lt;BR /&gt;&lt;BR /&gt; auth-nxdomain no;    # conform to RFC1035&lt;BR /&gt;&lt;BR /&gt;        listen-on port 53 { 127.0.0.1; 202.X.X.10; };&lt;BR /&gt; &lt;BR /&gt; notify yes;&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;zone "202.X.X.in-addr.arpa" {&lt;BR /&gt; type master;&lt;BR /&gt; file "/etc/bind/202.X.X.rev";&lt;BR /&gt; allow-transfer {&lt;BR /&gt;         60.X.X.6;&lt;BR /&gt;      60.X.X.4;&lt;BR /&gt;      62.X.X.8;&lt;BR /&gt;     };&lt;BR /&gt; };&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;zone "master.net" {&lt;BR /&gt; type master;&lt;BR /&gt; file "/etc/bind/master.net.hosts";&lt;BR /&gt; allow-transfer {&lt;BR /&gt;         60.X.X.6;&lt;BR /&gt;      60.X.X.4;&lt;BR /&gt;      62.X.X.8;&lt;BR /&gt;     };&lt;BR /&gt; };&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;zone "newdomain.net" {&lt;BR /&gt; type master;&lt;BR /&gt; file "/etc/bind/newdomain.net.hosts";&lt;BR /&gt; allow-transfer {&lt;BR /&gt;         60.X.X.6;&lt;BR /&gt;      60.X.X.4;&lt;BR /&gt;      62.X.X.8;&lt;BR /&gt;     };&lt;BR /&gt; };&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;these servers are slaves from my ISP:&lt;BR /&gt;&lt;BR /&gt;60.X.X.6;&lt;BR /&gt;60.X.X.4;&lt;BR /&gt;62.X.X.8;&lt;BR /&gt;&lt;BR /&gt;and they should be configured to allow transfer from my master.&lt;BR /&gt;&lt;BR /&gt;knows some what's wrong and howto solve this problem ?</description>
      <pubDate>Fri, 01 Sep 2006 04:55:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/the-contact-is-not-consistent-with-primary-nameserver/m-p/3854898#M84229</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2006-09-01T04:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: The contact is not consistent with primary nameserver</title>
      <link>https://community.hpe.com/t5/operating-system-linux/the-contact-is-not-consistent-with-primary-nameserver/m-p/3854899#M84230</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;allow-transfer{202.X.X.10; 192.168.0.1;};&lt;BR /&gt;&lt;BR /&gt;Note I'm not sure you can break this into to multiple lines.&lt;BR /&gt;&lt;BR /&gt;named-checkconf&lt;BR /&gt;&lt;BR /&gt;This will check your configuration.&lt;BR /&gt;&lt;BR /&gt;named-checkzone&lt;BR /&gt;&lt;BR /&gt;man -k named&lt;BR /&gt;&lt;BR /&gt;This will give you a handy set of tools to check my answer and your syntax.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 01 Sep 2006 07:53:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/the-contact-is-not-consistent-with-primary-nameserver/m-p/3854899#M84230</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-09-01T07:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: The contact is not consistent with primary nameserver</title>
      <link>https://community.hpe.com/t5/operating-system-linux/the-contact-is-not-consistent-with-primary-nameserver/m-p/3854900#M84231</link>
      <description>Can you post the outpout of:&lt;BR /&gt;&lt;BR /&gt;dig master.net SOA&lt;BR /&gt;dig master.net NS&lt;BR /&gt;dig ns.master.net</description>
      <pubDate>Fri, 01 Sep 2006 08:34:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/the-contact-is-not-consistent-with-primary-nameserver/m-p/3854900#M84231</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-09-01T08:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: The contact is not consistent with primary nameserver</title>
      <link>https://community.hpe.com/t5/operating-system-linux/the-contact-is-not-consistent-with-primary-nameserver/m-p/3854901#M84232</link>
      <description># /usr/sbin/named-checkconf&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;# named-checkzone master.net /var/lib/named/etc/bind/master.net.hosts&lt;BR /&gt;zone master.net/IN: loaded serial 1156792972&lt;BR /&gt;OK&lt;BR /&gt;&lt;BR /&gt;# dig master.net SOA&lt;BR /&gt;&lt;BR /&gt;; &amp;lt;&amp;lt;&amp;gt;&amp;gt; DiG 9.2.4 &amp;lt;&amp;lt;&amp;gt;&amp;gt; master.net SOA&lt;BR /&gt;;; global options:  printcmd&lt;BR /&gt;;; Got answer:&lt;BR /&gt;;; -&amp;gt;&amp;gt;HEADER&amp;lt;&amp;lt;- opcode: QUERY, status: NOERROR, id: 3506&lt;BR /&gt;;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1&lt;BR /&gt;&lt;BR /&gt;;; QUESTION SECTION:&lt;BR /&gt;;master.net.                  IN      SOA&lt;BR /&gt;&lt;BR /&gt;;; ANSWER SECTION:&lt;BR /&gt;master.net.           38400   IN      SOA     ns.master.net. admin.master.net. 1156792972 10800 3600 604800 38400&lt;BR /&gt;&lt;BR /&gt;;; AUTHORITY SECTION:&lt;BR /&gt;master.net.           38400   IN      NS      ns.master.net.&lt;BR /&gt;&lt;BR /&gt;;; ADDITIONAL SECTION:&lt;BR /&gt;ns.master.net.       38400   IN      A       202.X.X.10&lt;BR /&gt;&lt;BR /&gt;;; Query time: 1 msec&lt;BR /&gt;;; SERVER: 127.0.0.1#53(127.0.0.1)&lt;BR /&gt;;; WHEN: Fri Sep  1 19:38:16 2006&lt;BR /&gt;;; MSG SIZE  rcvd: 106&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# dig master.net NS&lt;BR /&gt;&lt;BR /&gt;; &amp;lt;&amp;lt;&amp;gt;&amp;gt; DiG 9.2.4 &amp;lt;&amp;lt;&amp;gt;&amp;gt; master.net NS&lt;BR /&gt;;; global options:  printcmd&lt;BR /&gt;;; Got answer:&lt;BR /&gt;;; -&amp;gt;&amp;gt;HEADER&amp;lt;&amp;lt;- opcode: QUERY, status: NOERROR, id: 1957&lt;BR /&gt;;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1&lt;BR /&gt;&lt;BR /&gt;;; QUESTION SECTION:&lt;BR /&gt;;master.net.                  IN      NS&lt;BR /&gt;&lt;BR /&gt;;; ANSWER SECTION:&lt;BR /&gt;master.net.           38400   IN      NS      ns.master.net.&lt;BR /&gt;&lt;BR /&gt;;; ADDITIONAL SECTION:&lt;BR /&gt;ns.master.net.       38400   IN      A       202.X.X.10&lt;BR /&gt;&lt;BR /&gt;;; Query time: 24 msec&lt;BR /&gt;;; SERVER: 127.0.0.1#53(127.0.0.1)&lt;BR /&gt;;; WHEN: Fri Sep  1 19:40:03 2006&lt;BR /&gt;;; MSG SIZE  rcvd: 64&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# dig ns.master.net&lt;BR /&gt;&lt;BR /&gt;; &amp;lt;&amp;lt;&amp;gt;&amp;gt; DiG 9.2.4 &amp;lt;&amp;lt;&amp;gt;&amp;gt; ns.master.net&lt;BR /&gt;;; global options:  printcmd&lt;BR /&gt;;; Got answer:&lt;BR /&gt;;; -&amp;gt;&amp;gt;HEADER&amp;lt;&amp;lt;- opcode: QUERY, status: NOERROR, id: 43014&lt;BR /&gt;;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 0&lt;BR /&gt;&lt;BR /&gt;;; QUESTION SECTION:&lt;BR /&gt;;ns.master.net.              IN      A&lt;BR /&gt;&lt;BR /&gt;;; ANSWER SECTION:&lt;BR /&gt;ns.master.net.       38400   IN      A       202.X.X.10&lt;BR /&gt;&lt;BR /&gt;;; AUTHORITY SECTION:&lt;BR /&gt;master.net.           38400   IN      NS      ns.master.net.&lt;BR /&gt;&lt;BR /&gt;;; Query time: 1 msec&lt;BR /&gt;;; SERVER: 127.0.0.1#53(127.0.0.1)&lt;BR /&gt;;; WHEN: Fri Sep  1 19:40:36 2006&lt;BR /&gt;;; MSG SIZE  rcvd: 64&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Sep 2006 12:52:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/the-contact-is-not-consistent-with-primary-nameserver/m-p/3854901#M84232</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2006-09-01T12:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: The contact is not consistent with primary nameserver</title>
      <link>https://community.hpe.com/t5/operating-system-linux/the-contact-is-not-consistent-with-primary-nameserver/m-p/3854902#M84233</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Inconsistent communication could be due to networking errors.&lt;BR /&gt;&lt;BR /&gt;If the results are constant you're looking at the wrong symptom or your post was misleading as far as what the actual problem is.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 03 Sep 2006 00:36:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/the-contact-is-not-consistent-with-primary-nameserver/m-p/3854902#M84233</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-09-03T00:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: The contact is not consistent with primary nameserver</title>
      <link>https://community.hpe.com/t5/operating-system-linux/the-contact-is-not-consistent-with-primary-nameserver/m-p/3854903#M84234</link>
      <description>can you send us NS records and A records for NSs for master.net?</description>
      <pubDate>Sun, 03 Sep 2006 01:41:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/the-contact-is-not-consistent-with-primary-nameserver/m-p/3854903#M84234</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2006-09-03T01:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: The contact is not consistent with primary nameserver</title>
      <link>https://community.hpe.com/t5/operating-system-linux/the-contact-is-not-consistent-with-primary-nameserver/m-p/3854904#M84235</link>
      <description># cat /etc/bind/master.net.hosts&lt;BR /&gt;&lt;BR /&gt;$ttl 38400&lt;BR /&gt;master.net.   IN      SOA     ns.master.net. admin.master.net. (&lt;BR /&gt;                        1156792968&lt;BR /&gt;                        10800&lt;BR /&gt;                        3600&lt;BR /&gt;                        604800&lt;BR /&gt;                        38400 )&lt;BR /&gt;master.net.   IN      NS      ns.master.net.&lt;BR /&gt;              IN  A       202.X.X.10&lt;BR /&gt;ns            IN  A   202.X.X.10&lt;BR /&gt;www           IN  A       202.X.X.10&lt;BR /&gt;              IN  MX  1 202.X.X.10&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# cat /etc/bind/202.X.X.rev&lt;BR /&gt;&lt;BR /&gt;$ttl 38400&lt;BR /&gt;X.X.202.in-addr.arpa.        IN      SOA     ns.master.net. admin.master.net. (&lt;BR /&gt;                        1156792817&lt;BR /&gt;                        10800&lt;BR /&gt;                        3600&lt;BR /&gt;                        604800&lt;BR /&gt;                        38400 )&lt;BR /&gt;X.X.202.in-addr.arpa.        IN      NS      ns.master.net.&lt;BR /&gt;10                           IN      PTR     ns.master.net.</description>
      <pubDate>Mon, 04 Sep 2006 05:06:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/the-contact-is-not-consistent-with-primary-nameserver/m-p/3854904#M84235</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2006-09-04T05:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: The contact is not consistent with primary nameserver</title>
      <link>https://community.hpe.com/t5/operating-system-linux/the-contact-is-not-consistent-with-primary-nameserver/m-p/3854905#M84236</link>
      <description>As far as I understand, warnings you see is because you don't have your slaves NSs as NS records into your zone file.</description>
      <pubDate>Mon, 04 Sep 2006 06:59:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/the-contact-is-not-consistent-with-primary-nameserver/m-p/3854905#M84236</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2006-09-04T06:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: The contact is not consistent with primary nameserver</title>
      <link>https://community.hpe.com/t5/operating-system-linux/the-contact-is-not-consistent-with-primary-nameserver/m-p/3854906#M84237</link>
      <description>I changed to:&lt;BR /&gt;&lt;BR /&gt;# cat /etc/bind/master.net.hosts&lt;BR /&gt;&lt;BR /&gt;$ttl 38400&lt;BR /&gt;master.net. IN SOA ns.master.net. admin.master.net. (&lt;BR /&gt;1156792968&lt;BR /&gt;10800&lt;BR /&gt;3600&lt;BR /&gt;604800&lt;BR /&gt;38400 )&lt;BR /&gt;master.net. IN NS ns.master.net.&lt;BR /&gt;IN A 202.X.X.10&lt;BR /&gt;ns IN A 202.X.X.10&lt;BR /&gt;   IN      NS      ns1.isp.net.&lt;BR /&gt;   IN      NS      ns3.isp.net.&lt;BR /&gt;www IN A 202.X.X.10&lt;BR /&gt;IN MX 1 202.X.X.10&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# cat /etc/bind/202.X.X.rev&lt;BR /&gt;&lt;BR /&gt;$ttl 38400&lt;BR /&gt;X.X.202.in-addr.arpa. IN SOA ns.master.net. admin.master.net. (&lt;BR /&gt;1156792817&lt;BR /&gt;10800&lt;BR /&gt;3600&lt;BR /&gt;604800&lt;BR /&gt;38400 )&lt;BR /&gt;X.X.202.in-addr.arpa. IN NS ns.master.net.&lt;BR /&gt;                      IN NS ns1.isp.net.&lt;BR /&gt;                      IN NS ns3.isp.net.&lt;BR /&gt;10 IN PTR ns.master.net.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;but still get this error message.</description>
      <pubDate>Mon, 04 Sep 2006 17:06:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/the-contact-is-not-consistent-with-primary-nameserver/m-p/3854906#M84237</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2006-09-04T17:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: The contact is not consistent with primary nameserver</title>
      <link>https://community.hpe.com/t5/operating-system-linux/the-contact-is-not-consistent-with-primary-nameserver/m-p/3854907#M84238</link>
      <description>now I have:&lt;BR /&gt;&lt;BR /&gt;# dig master.net NS&lt;BR /&gt;&lt;BR /&gt;; &amp;lt;&amp;lt;&amp;gt;&amp;gt; DiG 9.2.4 &amp;lt;&amp;lt;&amp;gt;&amp;gt; master.net NS&lt;BR /&gt;;; global options:  printcmd&lt;BR /&gt;;; Got answer:&lt;BR /&gt;;; -&amp;gt;&amp;gt;HEADER&amp;lt;&amp;lt;- opcode: QUERY, status: NOERROR, id: 16013&lt;BR /&gt;;; flags: qr aa rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 5&lt;BR /&gt;&lt;BR /&gt;;; QUESTION SECTION:&lt;BR /&gt;;master.net.                  IN      NS&lt;BR /&gt;&lt;BR /&gt;;; ANSWER SECTION:&lt;BR /&gt;master.net.           38400   IN      NS      ns.master.net.&lt;BR /&gt;master.net.           38400   IN      NS      ns1.isp.net.&lt;BR /&gt;master.net.           38400   IN      NS      ns3.isp.net.&lt;BR /&gt;&lt;BR /&gt;;; ADDITIONAL SECTION:&lt;BR /&gt;ns.master.net.       38400   IN      A       202.X.X.10&lt;BR /&gt;ns1.isp.net.       6406    IN      A       60.X.X.6;&lt;BR /&gt;ns1.isp.net.       6405    IN      AAAA    2001:8a8:22::a&lt;BR /&gt;ns3.isp.net.       6406    IN      A       60.X.X.4;&lt;BR /&gt;ns3.isp.net.       42406   IN      AAAA    2001:8a8:22::10&lt;BR /&gt;&lt;BR /&gt;;; Query time: 1 msec&lt;BR /&gt;;; SERVER: 127.0.0.1#53(127.0.0.1)&lt;BR /&gt;;; WHEN: Tue Sep  5 00:08:56 2006&lt;BR /&gt;;; MSG SIZE  rcvd: 198&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and cannot understand this:&lt;BR /&gt;&lt;BR /&gt;ns1.isp.net. 6405 IN AAAA 2001:8a8:22::a&lt;BR /&gt;&lt;BR /&gt;ns3.isp.net. 42406 IN AAAA 2001:8a8:22::10</description>
      <pubDate>Mon, 04 Sep 2006 17:17:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/the-contact-is-not-consistent-with-primary-nameserver/m-p/3854907#M84238</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2006-09-04T17:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: The contact is not consistent with primary nameserver</title>
      <link>https://community.hpe.com/t5/operating-system-linux/the-contact-is-not-consistent-with-primary-nameserver/m-p/3854908#M84239</link>
      <description>AAAA DNS records are for IPv6 addresses.&lt;BR /&gt;&lt;BR /&gt;Can you send me URL of "a test at nic"? I'd like to check my domain against this test.&lt;BR /&gt;BTW, did you try to verify your domain against &lt;A href="http://www.dnsreport.com/?" target="_blank"&gt;http://www.dnsreport.com/?&lt;/A&gt;</description>
      <pubDate>Tue, 05 Sep 2006 04:16:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/the-contact-is-not-consistent-with-primary-nameserver/m-p/3854908#M84239</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2006-09-05T04:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: The contact is not consistent with primary nameserver</title>
      <link>https://community.hpe.com/t5/operating-system-linux/the-contact-is-not-consistent-with-primary-nameserver/m-p/3854909#M84240</link>
      <description>thanks to ALL&lt;BR /&gt;&lt;BR /&gt;this problem is solved now&lt;BR /&gt;&lt;BR /&gt;there were wrong slave entries at my ISP&lt;BR /&gt;&lt;BR /&gt;p.s&lt;BR /&gt;&lt;A href="http://www.dnsreport.com/" target="_blank"&gt;http://www.dnsreport.com/&lt;/A&gt; it's a good check dns service&lt;BR /&gt;&lt;BR /&gt;greetings&lt;BR /&gt;chris&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Sep 2006 11:05:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/the-contact-is-not-consistent-with-primary-nameserver/m-p/3854909#M84240</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2006-09-05T11:05:42Z</dc:date>
    </item>
  </channel>
</rss>

