<?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 server : named configuration in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/dns-server-named-configuration/m-p/3423128#M86535</link>
    <description>I can ping/telnet/ftp by name too, but when I try to resolve the client host names with "host" command, I've any problem:&lt;BR /&gt;&lt;BR /&gt;"connection timeout,, host unreachable"&lt;BR /&gt;&lt;BR /&gt;Regards</description>
    <pubDate>Wed, 17 Nov 2004 05:37:29 GMT</pubDate>
    <dc:creator>Elio Giusto</dc:creator>
    <dc:date>2004-11-17T05:37:29Z</dc:date>
    <item>
      <title>DNS server : named configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-server-named-configuration/m-p/3423123#M86530</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I've installed a local network (C class).&lt;BR /&gt;But I don't know how to configure in Linux PC-based a local hostname resolver.&lt;BR /&gt;&lt;BR /&gt;By telnet and ftp command, I've not any problem ... but when I try "host" command I receive the following message:&lt;BR /&gt;&lt;BR /&gt;"unresolved hostname"</description>
      <pubDate>Tue, 16 Nov 2004 11:28:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-server-named-configuration/m-p/3423123#M86530</guid>
      <dc:creator>Elio Giusto</dc:creator>
      <dc:date>2004-11-16T11:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: DNS server : named configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-server-named-configuration/m-p/3423124#M86531</link>
      <description>For local hostname resolving you can put the info in to the file /etc/hosts.&lt;BR /&gt;for instance the command:&lt;BR /&gt;echo 10.0.0.1 pcname &amp;gt;&amp;gt; /etc/hosts&lt;BR /&gt;&lt;BR /&gt;willallow you to access pcname by it's hostname.&lt;BR /&gt;You can always configure DNS ,but it requires some documents reading first.</description>
      <pubDate>Tue, 16 Nov 2004 13:06:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-server-named-configuration/m-p/3423124#M86531</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-11-16T13:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: DNS server : named configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-server-named-configuration/m-p/3423125#M86532</link>
      <description>That's all right.&lt;BR /&gt;&lt;BR /&gt;But the problem is not resolved.&lt;BR /&gt;&lt;BR /&gt;#### /etc/hosts example -----------------&lt;BR /&gt;192.168.100.4 remotehost&lt;BR /&gt;192.168.100.15 localhost&lt;BR /&gt;#### ------------------------------------&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Which is the error ?!</description>
      <pubDate>Wed, 17 Nov 2004 02:54:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-server-named-configuration/m-p/3423125#M86532</guid>
      <dc:creator>Elio Giusto</dc:creator>
      <dc:date>2004-11-17T02:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: DNS server : named configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-server-named-configuration/m-p/3423126#M86533</link>
      <description>Just hazarding a guess, but perhaps there is a data mismatch in the /etc/hosts to the actual machine ip address.&lt;BR /&gt;&lt;BR /&gt;Make sure the primary ip address matches.&lt;BR /&gt;&lt;BR /&gt;Also, for /etc/hosts name resolution to work the host resolution line in /etc/nsswtich.conf must include files. It can just be dns.&lt;BR /&gt;&lt;BR /&gt;Check that and you should be able to resolve this.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 17 Nov 2004 03:31:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-server-named-configuration/m-p/3423126#M86533</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-11-17T03:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: DNS server : named configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-server-named-configuration/m-p/3423127#M86534</link>
      <description>&amp;gt;192.168.100.4 remotehost&lt;BR /&gt;&amp;gt;192.168.100.15 localhost&lt;BR /&gt;&lt;BR /&gt;so your situation is :&lt;BR /&gt;from localhost to remotehost your can ping/telnet/ftp by IP but not by name?&lt;BR /&gt;&lt;BR /&gt;Which error message do you see when "ping remotehost"?</description>
      <pubDate>Wed, 17 Nov 2004 05:33:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-server-named-configuration/m-p/3423127#M86534</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2004-11-17T05:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: DNS server : named configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-server-named-configuration/m-p/3423128#M86535</link>
      <description>I can ping/telnet/ftp by name too, but when I try to resolve the client host names with "host" command, I've any problem:&lt;BR /&gt;&lt;BR /&gt;"connection timeout,, host unreachable"&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Wed, 17 Nov 2004 05:37:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-server-named-configuration/m-p/3423128#M86535</guid>
      <dc:creator>Elio Giusto</dc:creator>
      <dc:date>2004-11-17T05:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: DNS server : named configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-server-named-configuration/m-p/3423129#M86536</link>
      <description>it's OK,&lt;BR /&gt;&lt;BR /&gt;AFAIK&lt;BR /&gt;&lt;BR /&gt;"host", "dig" works with DNS only and don't know to use /etc/hosts and NIS.&lt;BR /&gt;&lt;BR /&gt;So you situation is OK.&lt;BR /&gt;&lt;BR /&gt;Now you have two ways to support your boxes with up-to-date hosts table - to distribute /etc/hosts from "master" server using rsync/rcp/scp/... or using NIS.</description>
      <pubDate>Wed, 17 Nov 2004 06:05:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-server-named-configuration/m-p/3423129#M86536</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2004-11-17T06:05:18Z</dc:date>
    </item>
  </channel>
</rss>

