<?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 issue in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/dns-issue/m-p/4556107#M39207</link>
    <description>another thing - please stop "nscd" (name service cache daemon ) - in many cases it causes problems.</description>
    <pubDate>Wed, 30 Dec 2009 08:50:46 GMT</pubDate>
    <dc:creator>Vitaly Karasik_1</dc:creator>
    <dc:date>2009-12-30T08:50:46Z</dc:date>
    <item>
      <title>DNS issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-issue/m-p/4556097#M39197</link>
      <description>I have configured a new DNS server and found that it is working, but the issue is it is taking 10 to 15 seconds when I do ping or ssh with bost name.&lt;BR /&gt;&lt;BR /&gt;For example:&lt;BR /&gt;&lt;BR /&gt;[root@blrdns ~]# ping blrdns&lt;BR /&gt;PING blrdns.oesblr.nsn-rdnet.net (10.58.131.246) 56(84) bytes of data.&lt;BR /&gt;&lt;BR /&gt;64 bytes from 10.58.131.246: icmp_seq=25 ttl=64 time=0.009 ms&lt;BR /&gt;64 bytes from 10.58.131.246: icmp_seq=26 ttl=64 time=0.009 ms&lt;BR /&gt;64 bytes from 10.58.131.246: icmp_seq=27 ttl=64 time=0.009 ms&lt;BR /&gt;64 bytes from 10.58.131.246: icmp_seq=28 ttl=64 time=0.009 ms&lt;BR /&gt;&lt;BR /&gt;the ping response (64 bytes from ...)will be coming only after 10 seconds.&lt;BR /&gt;&lt;BR /&gt;But if I do nslookup or host command it is immediatly giving the output.&lt;BR /&gt;&lt;BR /&gt;[root@blrdns ~]# nslookup blrdns&lt;BR /&gt;Server:         10.58.131.246&lt;BR /&gt;Address:        10.58.131.246#53&lt;BR /&gt;&lt;BR /&gt;Name:   blrdns.oesblr.nsn-rdnet.net&lt;BR /&gt;Address: 10.58.131.246&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[root@blrdns ~]# host blrdns&lt;BR /&gt;blrdns.oesblr.nsn-rdnet.net has address 10.58.131.246&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Can anyone help me why this is happening.</description>
      <pubDate>Tue, 29 Dec 2009 07:27:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-issue/m-p/4556097#M39197</guid>
      <dc:creator>WW288996</dc:creator>
      <dc:date>2009-12-29T07:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: DNS issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-issue/m-p/4556098#M39198</link>
      <description>What happens if you do:&lt;BR /&gt;&lt;BR /&gt;nslookup 10.58.131.246&lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;&lt;BR /&gt;host 10.58.131.246&lt;BR /&gt;&lt;BR /&gt;If these have a delay, then your problem is with reverse DNS requests.&lt;BR /&gt;&lt;BR /&gt;Are you using BIND or some other DNS server software?&lt;BR /&gt;&lt;BR /&gt;With BIND, you can enable query logging on the DNS server side to see exactly what is happening there. Other DNS server software may allow something similar.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Tue, 29 Dec 2009 08:07:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-issue/m-p/4556098#M39198</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-12-29T08:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: DNS issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-issue/m-p/4556099#M39199</link>
      <description>&lt;!--!*#--&gt;&amp;gt; I have configured a new DNS server and&lt;BR /&gt;&amp;gt; found that it is working, [...]&lt;BR /&gt;&lt;BR /&gt;Not exactly a complete description of how you&lt;BR /&gt;configured this new DNS server, nor of how&lt;BR /&gt;you tested it.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [root@blrdns ~]# nslookup blrdns&lt;BR /&gt;&amp;gt; [...]&lt;BR /&gt;&lt;BR /&gt;How well does it work in reverse?:&lt;BR /&gt;&lt;BR /&gt;      nslookup 10.58.131.246</description>
      <pubDate>Tue, 29 Dec 2009 08:08:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-issue/m-p/4556099#M39199</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-12-29T08:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: DNS issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-issue/m-p/4556100#M39200</link>
      <description>I have used bind.&lt;BR /&gt;[root@blrdns ~]# rpm -qa | grep bind&lt;BR /&gt;ypbind-1.19-9.el5&lt;BR /&gt;bind-utils-9.3.4-9.P1.el5&lt;BR /&gt;bind-9.3.4-9.P1.el5&lt;BR /&gt;bind-libs-9.3.4-9.P1.el5&lt;BR /&gt;&lt;BR /&gt;If I use nslookup/host command then output is coming very fast (with in a second)&lt;BR /&gt;&lt;BR /&gt;If I do nslookup 10.58.131.246 then I am getting the following very fast.&lt;BR /&gt;&lt;BR /&gt;[root@blrdns named]# nslookup 10.58.131.246&lt;BR /&gt;Server:         10.58.131.246&lt;BR /&gt;Address:        10.58.131.246#53&lt;BR /&gt;&lt;BR /&gt;246.131.58.10.in-addr.arpa      name = blrdns.oesblr.nsn-rdnet.net.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But Its not showing hostname while pinging, please find the below ,&lt;BR /&gt;&lt;BR /&gt;[root@blrdns named]# ping 10.58.131.246&lt;BR /&gt;PING 10.58.131.246 (10.58.131.246) 56(84) bytes of data.&lt;BR /&gt;64 bytes from 10.58.131.246: icmp_seq=1 ttl=64 time=0.027 ms&lt;BR /&gt;64 bytes from 10.58.131.246: icmp_seq=2 ttl=64 time=0.009 ms&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Dec 2009 10:24:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-issue/m-p/4556100#M39200</guid>
      <dc:creator>WW288996</dc:creator>
      <dc:date>2009-12-29T10:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: DNS issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-issue/m-p/4556101#M39201</link>
      <description>Please find my config files also below,&lt;BR /&gt;&lt;BR /&gt;[root@blrdns named]# cat /etc/named.conf&lt;BR /&gt;options {&lt;BR /&gt;directory "/var/named";&lt;BR /&gt;};&lt;BR /&gt;zone "oesblr.nsn-rdnet.net" {&lt;BR /&gt;type master;&lt;BR /&gt;file "oesblr.nsn-rdnet.zone";&lt;BR /&gt;};&lt;BR /&gt;zone "131.58.10.in-addr.arpa" {&lt;BR /&gt;   type master;&lt;BR /&gt;   notify no;&lt;BR /&gt;   allow-query { any; };&lt;BR /&gt;   file "131.58.10.db";&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-------------------------------------------&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[root@blrdns named]# cat /var/named/oesblr.nsn-rdnet.zone&lt;BR /&gt;$TTL    86400&lt;BR /&gt;@       IN      SOA     oesblr.nsn-rdnet.net.   root.   (&lt;BR /&gt;                                        535             ; serial (d. adams)&lt;BR /&gt;                                        3H              ; refresh&lt;BR /&gt;                                        15M             ; retry&lt;BR /&gt;                                        1W              ; expiry&lt;BR /&gt;                                        1D )            ; minimum&lt;BR /&gt;@       IN      NS      oesblr.nsn-rdnet.net.&lt;BR /&gt;blrdns  IN      A       10.58.131.246&lt;BR /&gt;vm131x185       IN      A       10.58.131.185&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;--------------------------------------------&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[root@blrdns named]# cat 131.58.10.db&lt;BR /&gt;$TTL    86400&lt;BR /&gt;131.58.10.in-addr.arpa.       IN SOA  blrdns.oesblr.nsn-rdnet.net.  root. (&lt;BR /&gt;                                        42              ; serial (d. adams)&lt;BR /&gt;                                        3H              ; refresh&lt;BR /&gt;                                        15M             ; retry&lt;BR /&gt;                                        1W              ; expiry&lt;BR /&gt;                                        1D )            ; minimum&lt;BR /&gt;                NS      oesblr.nsn-rdnet.net&lt;BR /&gt;246     IN      PTR     blrdns.oesblr.nsn-rdnet.net.&lt;BR /&gt;185     IN      PTR     vm131x185.oesblr.nsn-rdnet.net.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Dec 2009 10:29:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-issue/m-p/4556101#M39201</guid>
      <dc:creator>WW288996</dc:creator>
      <dc:date>2009-12-29T10:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: DNS issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-issue/m-p/4556102#M39202</link>
      <description>IMO, this is not reverse DNS problem.&lt;BR /&gt;What is your /etc/nsswitch.conf file says about "host"?</description>
      <pubDate>Tue, 29 Dec 2009 12:16:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-issue/m-p/4556102#M39202</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2009-12-29T12:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: DNS issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-issue/m-p/4556103#M39203</link>
      <description>nsswitch.conf file has dns as first entry.&lt;BR /&gt;&lt;BR /&gt;hosts dns files</description>
      <pubDate>Tue, 29 Dec 2009 14:41:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-issue/m-p/4556103#M39203</guid>
      <dc:creator>WW288996</dc:creator>
      <dc:date>2009-12-29T14:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: DNS issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-issue/m-p/4556104#M39204</link>
      <description>&amp;gt;the ping response (64 bytes from ...)will &amp;gt;be coming only after 10 seconds.&lt;BR /&gt;&lt;BR /&gt;and ping by IP has no delay?</description>
      <pubDate>Tue, 29 Dec 2009 15:17:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-issue/m-p/4556104#M39204</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2009-12-29T15:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: DNS issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-issue/m-p/4556105#M39205</link>
      <description>No ping with IP has no delay.&lt;BR /&gt;&lt;BR /&gt;But it is not showing hostname while pingigng with IP.</description>
      <pubDate>Wed, 30 Dec 2009 04:15:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-issue/m-p/4556105#M39205</guid>
      <dc:creator>WW288996</dc:creator>
      <dc:date>2009-12-30T04:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: DNS issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-issue/m-p/4556106#M39206</link>
      <description>&amp;gt;No ping with IP has no delay.&lt;BR /&gt;weird.&lt;BR /&gt;what is your resolv.conf? do you have just one DNS server into it ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;But it is not showing hostname while &amp;gt;pingigng with IP.&lt;BR /&gt;it's OK - normal ping behaviour</description>
      <pubDate>Wed, 30 Dec 2009 07:26:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-issue/m-p/4556106#M39206</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2009-12-30T07:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: DNS issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-issue/m-p/4556107#M39207</link>
      <description>another thing - please stop "nscd" (name service cache daemon ) - in many cases it causes problems.</description>
      <pubDate>Wed, 30 Dec 2009 08:50:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-issue/m-p/4556107#M39207</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2009-12-30T08:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: DNS issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-issue/m-p/4556108#M39208</link>
      <description>the same recommendation for "avahi" daemon - disable it.</description>
      <pubDate>Wed, 30 Dec 2009 09:51:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-issue/m-p/4556108#M39208</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2009-12-30T09:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: DNS issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-issue/m-p/4556109#M39209</link>
      <description>Hello Vitaly Karasik,&lt;BR /&gt;&lt;BR /&gt;Thanks for your support, It worked halfway.&lt;BR /&gt;&lt;BR /&gt;After stopping of avahi-daemon it is pinging immediatly for the same network but it takes 10 seconds time to ping to other networks.&lt;BR /&gt;&lt;BR /&gt;For exmple,&lt;BR /&gt;&lt;BR /&gt;My name server IP is 10.58.131.246&lt;BR /&gt;&lt;BR /&gt;If I ping some machine in the same network it pings very fast but If I ping some other VLAN for example 10.58.121.xxx then it takes same old 10 seconds time to ping.&lt;BR /&gt;&lt;BR /&gt;I have checked the route, it is alredy there.&lt;BR /&gt;&lt;BR /&gt;Can ypou please help.&lt;BR /&gt;&lt;BR /&gt;Also the reverse lookup is also not working.</description>
      <pubDate>Thu, 31 Dec 2009 04:11:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-issue/m-p/4556109#M39209</guid>
      <dc:creator>WW288996</dc:creator>
      <dc:date>2009-12-31T04:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: DNS issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-issue/m-p/4556110#M39210</link>
      <description>&amp;gt;If I ping some machine in the same network &amp;gt;it pings very fast but If I ping some other &amp;gt;VLAN for example 10.58.121.xxx then it &amp;gt;takes same old 10 seconds time to ping&lt;BR /&gt;&lt;BR /&gt;weird! did you try to ping by IP and it worked fast?&lt;BR /&gt;&lt;BR /&gt;and regarding reverse lookup - do you see any errors from named into syslog?</description>
      <pubDate>Thu, 31 Dec 2009 10:14:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-issue/m-p/4556110#M39210</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2009-12-31T10:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: DNS issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-issue/m-p/4556111#M39211</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;There was a problem in reverse lookup.&lt;BR /&gt;&lt;BR /&gt;I have corrected it , It is working fine now.&lt;BR /&gt;&lt;BR /&gt;But what is this avahi-daemon is it required for machine.&lt;BR /&gt;&lt;BR /&gt;Thank you very much for the support on time.</description>
      <pubDate>Thu, 31 Dec 2009 10:17:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-issue/m-p/4556111#M39211</guid>
      <dc:creator>WW288996</dc:creator>
      <dc:date>2009-12-31T10:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: DNS issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-issue/m-p/4556112#M39212</link>
      <description>&amp;gt;here was a problem in reverse lookup.&lt;BR /&gt;&amp;gt;I have corrected it , It is working fine &amp;gt;now.&lt;BR /&gt;do you mean that it's fixed lookup problem, not ping?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;But what is this avahi-daemon is it &amp;gt;required for machine.&lt;BR /&gt;&lt;BR /&gt;As far as I understand - avahi is useless in static server environment, it should help for client configurations. I haven't investigated this issue in-depth - probably tweaking avahi configuration will help...&lt;BR /&gt;&lt;BR /&gt;you're welcome!</description>
      <pubDate>Thu, 31 Dec 2009 14:04:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-issue/m-p/4556112#M39212</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2009-12-31T14:04:03Z</dc:date>
    </item>
  </channel>
</rss>

