<?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: DNS SOA issue? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/dns-soa-issue/m-p/5175147#M82082</link>
    <description>Hi Andrew,&lt;BR /&gt;&lt;BR /&gt;Check below link for details,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.charvolant.org/~doug/network/html/node10.html" target="_blank"&gt;http://www.charvolant.org/~doug/network/html/node10.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If it helps, pls assign point.&lt;BR /&gt;&lt;BR /&gt;Rgds//&lt;BR /&gt;Taifur</description>
    <pubDate>Sat, 16 May 2009 03:24:17 GMT</pubDate>
    <dc:creator>Taifur</dc:creator>
    <dc:date>2009-05-16T03:24:17Z</dc:date>
    <item>
      <title>DNS SOA issue?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-soa-issue/m-p/5175143#M82078</link>
      <description>Guys i have a question i have designed and built a new dns enviroment everything works as expected except that when i try and resolve address without www.&lt;BR /&gt;I.E. &lt;BR /&gt;&lt;A href="http://www.example.com" target="_blank"&gt;www.example.com&lt;/A&gt; works &lt;BR /&gt;but &lt;BR /&gt;example.com does not.&lt;BR /&gt;could it need another SOA record or an i missing something everything i look at seems correct and everything else works fine.&lt;BR /&gt;andrew</description>
      <pubDate>Thu, 14 May 2009 07:21:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-soa-issue/m-p/5175143#M82078</guid>
      <dc:creator>Andrew medhurst1</dc:creator>
      <dc:date>2009-05-14T07:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: DNS SOA issue?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-soa-issue/m-p/5175144#M82079</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;; zone file fragment for example.com&lt;BR /&gt;....&lt;BR /&gt;; SOA NS MX and other stuff&lt;BR /&gt;&lt;BR /&gt;; define an IP that will resolve example.com&lt;BR /&gt;                 IN      A      192.168.0.3&lt;BR /&gt;; you could also write the above line as &lt;BR /&gt;; example.com.  IN      A      192.168.0.3&lt;BR /&gt;www             IN      CNAME  example.com. ; dot essential&lt;BR /&gt;; aliases &lt;A href="http://www.example.com" target="_blank"&gt;www.example.com&lt;/A&gt; to example.com&lt;BR /&gt;; OR define another A record for www using same host&lt;BR /&gt;; this is the least number of changes and saves a CNAME&lt;BR /&gt;www              IN      A      192.168.0.3&lt;BR /&gt;&lt;BR /&gt;mikap&lt;BR /&gt;&lt;BR /&gt;good link :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.zytrax.com/books/dns/" target="_blank"&gt;http://www.zytrax.com/books/dns/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 May 2009 07:33:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-soa-issue/m-p/5175144#M82079</guid>
      <dc:creator>Michal Kapalka (mikap)</dc:creator>
      <dc:date>2009-05-14T07:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: DNS SOA issue?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-soa-issue/m-p/5175145#M82080</link>
      <description>The SOA record for "example.com." is mandatory for the existence of a domain, but if you want the "example.com" to be resolvable to an IP address, you will need an A or a CNAME record for it too.&lt;BR /&gt;&lt;BR /&gt;For example:&lt;BR /&gt;@   IN   CNAME &lt;A href="http://www.example.com." target="_blank"&gt;www.example.com.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Very often, the origin name of the zone (example.com here) is associated with www.&lt;ORIGINNAME&gt;. If web service is not desired, a common second choice is the mail server of the domain. &lt;BR /&gt;&lt;BR /&gt;If your domain is supposed to receive mail using addresses like someone@example.com, you should have explicit MX record(s) for the origin name too, identifying the mail server host(s) that receive mail from the outside. (MXs have nothing to do with outgoing mail - the outgoing mail server may be completely different!)&lt;BR /&gt;&lt;BR /&gt;@    IN    MX    1 mail.example.com.&lt;BR /&gt;@    IN    MX    2 backupmail.example.com.&lt;BR /&gt;&lt;BR /&gt;It is technically possible to leave the origin name without an IP association (as you ended up doing), but usually it is not what people want.&lt;BR /&gt;&lt;BR /&gt;MK&lt;/ORIGINNAME&gt;</description>
      <pubDate>Thu, 14 May 2009 08:24:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-soa-issue/m-p/5175145#M82080</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-05-14T08:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: DNS SOA issue?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-soa-issue/m-p/5175146#M82081</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;SOA should have an SOA record that revers to example.com if you want that to resolve.&lt;BR /&gt;&lt;BR /&gt;Maybe the owners of that domain DO NOT want it to resolve, hence its omission.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 14 May 2009 09:50:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-soa-issue/m-p/5175146#M82081</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-05-14T09:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: DNS SOA issue?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-soa-issue/m-p/5175147#M82082</link>
      <description>Hi Andrew,&lt;BR /&gt;&lt;BR /&gt;Check below link for details,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.charvolant.org/~doug/network/html/node10.html" target="_blank"&gt;http://www.charvolant.org/~doug/network/html/node10.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If it helps, pls assign point.&lt;BR /&gt;&lt;BR /&gt;Rgds//&lt;BR /&gt;Taifur</description>
      <pubDate>Sat, 16 May 2009 03:24:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-soa-issue/m-p/5175147#M82082</guid>
      <dc:creator>Taifur</dc:creator>
      <dc:date>2009-05-16T03:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: DNS SOA issue?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-soa-issue/m-p/5175148#M82083</link>
      <description>thanks for the responses guys but i have found issue i believe, it was config in named.conf.&lt;BR /&gt;regards&lt;BR /&gt;Andrew</description>
      <pubDate>Mon, 18 May 2009 08:55:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-soa-issue/m-p/5175148#M82083</guid>
      <dc:creator>Andrew medhurst1</dc:creator>
      <dc:date>2009-05-18T08:55:11Z</dc:date>
    </item>
  </channel>
</rss>

