<?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: 'resolv.conf'  file in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/resolv-conf-file/m-p/2806761#M2515</link>
    <description>Hi,&lt;BR /&gt;you can do that provided you are running DNS in the mail server. Normally it is good to run&lt;BR /&gt;DNS in a separate server if the dns clients and&lt;BR /&gt;internet traffic more.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
    <pubDate>Mon, 16 Sep 2002 11:43:48 GMT</pubDate>
    <dc:creator>U.SivaKumar_2</dc:creator>
    <dc:date>2002-09-16T11:43:48Z</dc:date>
    <item>
      <title>'resolv.conf'  file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/resolv-conf-file/m-p/2806756#M2510</link>
      <description>What IP address is the best to set to nameserver in the 'resolv.conf' file ?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Sep 2002 10:28:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/resolv-conf-file/m-p/2806756#M2510</guid>
      <dc:creator>O'lnes</dc:creator>
      <dc:date>2002-09-16T10:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: 'resolv.conf'  file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/resolv-conf-file/m-p/2806757#M2511</link>
      <description>Hi,&lt;BR /&gt;The nearest DNS server should be set as first &lt;BR /&gt;nameserver and then other DNS servers. &lt;BR /&gt;&lt;BR /&gt;And if you are running NAMED in the same server&lt;BR /&gt;then you have to set the loopback address in the /etc/resolv.conf as the first place. Use&lt;BR /&gt;domain directive.&lt;BR /&gt;eg:&lt;BR /&gt;domain mydomain.com&lt;BR /&gt;nameserver 127.0.0.1&lt;BR /&gt;nameserver &lt;ISP dns="" ip-1=""&gt;&lt;BR /&gt;nameserver &lt;ISP dns="" ip-2=""&gt;&lt;BR /&gt;In this case your server itself is a DNS server&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;&lt;/ISP&gt;&lt;/ISP&gt;</description>
      <pubDate>Mon, 16 Sep 2002 10:38:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/resolv-conf-file/m-p/2806757#M2511</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-09-16T10:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: 'resolv.conf'  file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/resolv-conf-file/m-p/2806758#M2512</link>
      <description>What is the use to set the localhost(127.0.0.1) as nameserver? Thanks.</description>
      <pubDate>Mon, 16 Sep 2002 10:53:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/resolv-conf-file/m-p/2806758#M2512</guid>
      <dc:creator>O'lnes</dc:creator>
      <dc:date>2002-09-16T10:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: 'resolv.conf'  file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/resolv-conf-file/m-p/2806759#M2513</link>
      <description>Hi,&lt;BR /&gt;See since you are running a DNS in a same server . DNS will be running in loopback ip address  and your network interface addresses.&lt;BR /&gt;&lt;BR /&gt;If you want name resolution on the above server, it is recommended to use 127.0.0.1 which is a loopback address which will reduce the packet processing overhead. &lt;BR /&gt;&lt;BR /&gt;But the overhead will be more if you set network's ip address .&lt;BR /&gt;As the packet as to pass the buffers etc.&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Sep 2002 11:09:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/resolv-conf-file/m-p/2806759#M2513</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-09-16T11:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: 'resolv.conf'  file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/resolv-conf-file/m-p/2806760#M2514</link>
      <description>I know some linux server set its nameserver to mail server 's IP address , is it suitable?</description>
      <pubDate>Mon, 16 Sep 2002 11:31:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/resolv-conf-file/m-p/2806760#M2514</guid>
      <dc:creator>O'lnes</dc:creator>
      <dc:date>2002-09-16T11:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: 'resolv.conf'  file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/resolv-conf-file/m-p/2806761#M2515</link>
      <description>Hi,&lt;BR /&gt;you can do that provided you are running DNS in the mail server. Normally it is good to run&lt;BR /&gt;DNS in a separate server if the dns clients and&lt;BR /&gt;internet traffic more.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Mon, 16 Sep 2002 11:43:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/resolv-conf-file/m-p/2806761#M2515</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-09-16T11:43:48Z</dc:date>
    </item>
  </channel>
</rss>

