<?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 DNS server fails ( 1 ) in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/dns-server-fails-1/m-p/2829426#M77668</link>
    <description>Thanks Roberto, it's a not new DNS server.It's already configured by a person who have left.It's BIND ver 8.2. The /var/named/mydomain.db files are all created. Basically the DNS server is an Internal DNS server means it should forward the request to an external DNS server. I have put the external DNS server's ip address as forwarder , but still the same result. in between this DNS servers there's PIX Firewall . &lt;BR /&gt;attch :below is the named.conf file. &lt;BR /&gt;</description>
    <pubDate>Sun, 20 Oct 2002 14:15:41 GMT</pubDate>
    <dc:creator>alman</dc:creator>
    <dc:date>2002-10-20T14:15:41Z</dc:date>
    <item>
      <title>DNS server fails ( 1 )</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-server-fails-1/m-p/2829426#M77668</link>
      <description>Thanks Roberto, it's a not new DNS server.It's already configured by a person who have left.It's BIND ver 8.2. The /var/named/mydomain.db files are all created. Basically the DNS server is an Internal DNS server means it should forward the request to an external DNS server. I have put the external DNS server's ip address as forwarder , but still the same result. in between this DNS servers there's PIX Firewall . &lt;BR /&gt;attch :below is the named.conf file. &lt;BR /&gt;</description>
      <pubDate>Sun, 20 Oct 2002 14:15:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-server-fails-1/m-p/2829426#M77668</guid>
      <dc:creator>alman</dc:creator>
      <dc:date>2002-10-20T14:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: DNS server fails ( 1 )</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-server-fails-1/m-p/2829427#M77669</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;In the global section, try to replace "forward only" by "forward first".&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;Kodjo&lt;BR /&gt;</description>
      <pubDate>Sun, 20 Oct 2002 20:53:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-server-fails-1/m-p/2829427#M77669</guid>
      <dc:creator>Kodjo Agbenu</dc:creator>
      <dc:date>2002-10-20T20:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: DNS server fails ( 1 )</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-server-fails-1/m-p/2829428#M77670</link>
      <description>Thanks for your reply, I have tried that also, but still the same , nslookup fails.&lt;BR /&gt;I've edited and stop and started the services , still the same&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 20 Oct 2002 22:16:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-server-fails-1/m-p/2829428#M77670</guid>
      <dc:creator>alman</dc:creator>
      <dc:date>2002-10-20T22:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: DNS server fails ( 1 )</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-server-fails-1/m-p/2829429#M77671</link>
      <description>Are your clients and server able to resolve FQDN of Internet Hosts ?&lt;BR /&gt;&lt;BR /&gt;Did you check PIX server rules (remember port 53 for DNS).&lt;BR /&gt;&lt;BR /&gt;Regards Roberto</description>
      <pubDate>Mon, 21 Oct 2002 11:52:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-server-fails-1/m-p/2829429#M77671</guid>
      <dc:creator>Roberto_30</dc:creator>
      <dc:date>2002-10-21T11:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: DNS server fails ( 1 )</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-server-fails-1/m-p/2829430#M77672</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;From the DNS server, open a console and try the following :&lt;BR /&gt;&lt;BR /&gt;root# nslookup&lt;BR /&gt;Note:  nslookup is deprecated...&lt;BR /&gt;&amp;gt; server 202.132.2.3&lt;BR /&gt;Default server: 202.132.2.3&lt;BR /&gt;Address: 202.132.2.3#53&lt;BR /&gt;&amp;gt; &lt;A href="http://www.suse.com" target="_blank"&gt;www.suse.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If it works, your DNS should work too. In your case, I guess it won't work.&lt;BR /&gt;&lt;BR /&gt;Then check the following potential issues :&lt;BR /&gt;&lt;BR /&gt;   * Local linux Firewall (make sure ipchains and iptables are properly set to allow DNS traffic on at least UDP, possibly TCP also, from source port &amp;gt;1024 to destination port 53).&lt;BR /&gt;&lt;BR /&gt;   * PIX firewall : check the firewall logs to make sure that your DNS server is not being blocked by too restrictive rules.&lt;BR /&gt;&lt;BR /&gt;   * Routing : make sure your static routes are configured so that you can reach the forwarding DNS server 202.132.2.3&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;Kodjo&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Oct 2002 18:24:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-server-fails-1/m-p/2829430#M77672</guid>
      <dc:creator>Kodjo Agbenu</dc:creator>
      <dc:date>2002-10-21T18:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: DNS server fails ( 1 )</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-server-fails-1/m-p/2829431#M77673</link>
      <description>Hi Kodjo when I did this &lt;BR /&gt;&lt;BR /&gt;server 202.132.2.3 &lt;BR /&gt;Default server: 202.132.2.3 &lt;BR /&gt;Address: 202.132.2.3#53 &lt;BR /&gt;&amp;gt; &lt;A href="http://www.suse.com" target="_blank"&gt;www.suse.com&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;it works , I mean my DNS server is able to resolve the queries.&lt;BR /&gt;I have checked on Firewall to check anything to deny DNS resolutions , but nothing like that . &lt;BR /&gt;&lt;BR /&gt;IP chains , look's ok .no restrictions on DNS.&lt;BR /&gt;&lt;BR /&gt;When I query from local host still cannot.&lt;BR /&gt;I have even tried using a WIN2K server to become DNS server , it works fine.It can resolve queries&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Oct 2002 11:42:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-server-fails-1/m-p/2829431#M77673</guid>
      <dc:creator>alman</dc:creator>
      <dc:date>2002-10-23T11:42:41Z</dc:date>
    </item>
  </channel>
</rss>

