<?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: Named: not listening on any interfaces in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/named-not-listening-on-any-interfaces/m-p/2961000#M577863</link>
    <description># netstat -in&lt;BR /&gt;Name      Mtu  Network         Address         Ipkts   Ierrs Opkts   Oerrs Coll&lt;BR /&gt;lan0      1500 X.x.x.x       X.x.x.x       115516  0     96747   0     0   &lt;BR /&gt;lo0       4136 127.0.0.0       127.0.0.1       3692    0     3692    0     0</description>
    <pubDate>Tue, 29 Apr 2003 18:58:21 GMT</pubDate>
    <dc:creator>Cary Farah</dc:creator>
    <dc:date>2003-04-29T18:58:21Z</dc:date>
    <item>
      <title>Named: not listening on any interfaces</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/named-not-listening-on-any-interfaces/m-p/2960964#M577827</link>
      <description>Keep getting named:not listening on any interfaces, and named is running as root</description>
      <pubDate>Mon, 28 Apr 2003 18:57:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/named-not-listening-on-any-interfaces/m-p/2960964#M577827</guid>
      <dc:creator>Cary Farah</dc:creator>
      <dc:date>2003-04-28T18:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: Named: not listening on any interfaces</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/named-not-listening-on-any-interfaces/m-p/2960965#M577828</link>
      <description>What are the last few line of the syslog.log file?&lt;BR /&gt;&lt;BR /&gt;Generally named uses port 53.&lt;BR /&gt;&lt;BR /&gt;Sachin</description>
      <pubDate>Mon, 28 Apr 2003 19:01:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/named-not-listening-on-any-interfaces/m-p/2960965#M577828</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2003-04-28T19:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: Named: not listening on any interfaces</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/named-not-listening-on-any-interfaces/m-p/2960966#M577829</link>
      <description>Apr 28 14:46:34 hp-u named[14375]: loading configuration from '/etc/named.conf'&lt;BR /&gt;Apr 28 14:46:34 hp-u named[14375]: not listening on any interfaces&lt;BR /&gt;~thats all i get!</description>
      <pubDate>Mon, 28 Apr 2003 19:07:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/named-not-listening-on-any-interfaces/m-p/2960966#M577829</guid>
      <dc:creator>Cary Farah</dc:creator>
      <dc:date>2003-04-28T19:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: Named: not listening on any interfaces</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/named-not-listening-on-any-interfaces/m-p/2960967#M577830</link>
      <description>You're getting more than that.&lt;BR /&gt;&lt;BR /&gt;What version of named/bind are you running?&lt;BR /&gt;&lt;BR /&gt;A test is in order.&lt;BR /&gt;&lt;BR /&gt;make the first entry in /etc/resolv.conf the IP address of this server.&lt;BR /&gt;&lt;BR /&gt;Then nslookup hostname_that_it_serves&lt;BR /&gt;&lt;BR /&gt;Based on the error message, you are probably not going to get an answer.&lt;BR /&gt;&lt;BR /&gt;Try this for load errors.&lt;BR /&gt;&lt;BR /&gt;/sbin.init.d/named stop&lt;BR /&gt;/sbin/init.d/named start &amp;gt; /tmp/named.log&lt;BR /&gt;&lt;BR /&gt;I think one of your databases is missing or has a syntax problem.&lt;BR /&gt;&lt;BR /&gt;Go through /etc/named.conf and make sure every file referenced is there.  &lt;BR /&gt;&lt;BR /&gt;These steps should lead you toward solution and allow myself and others to offer further help.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 28 Apr 2003 19:15:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/named-not-listening-on-any-interfaces/m-p/2960967#M577830</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-04-28T19:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: Named: not listening on any interfaces</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/named-not-listening-on-any-interfaces/m-p/2960968#M577831</link>
      <description>Hi Cary,&lt;BR /&gt;&lt;BR /&gt;Check your /etc/services file&lt;BR /&gt;It should have following two line uncommented. &lt;BR /&gt;&lt;BR /&gt;# grep domain services&lt;BR /&gt;domain          53/tcp  nameserver      # Domain Name Service&lt;BR /&gt;domain          53/udp  nameserver      # Domain Name Service&lt;BR /&gt;&lt;BR /&gt;If they are not present add them. if they are in comment remove the comment and run&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/inetd -c (to reread configuration)&lt;BR /&gt;&lt;BR /&gt;Lets see what happens after this.&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Apr 2003 19:16:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/named-not-listening-on-any-interfaces/m-p/2960968#M577831</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2003-04-28T19:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: Named: not listening on any interfaces</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/named-not-listening-on-any-interfaces/m-p/2960969#M577832</link>
      <description>domain        53/tcp  nameserver     # Domain Name Service&lt;BR /&gt;domain        53/udp  nameserver     #&lt;BR /&gt;There are commented out!&lt;BR /&gt;looking up FILES&lt;BR /&gt;Name:    sf1&lt;BR /&gt;Address:  101.20.2.4&lt;BR /&gt;Aliases:  sf1.jjkeller.com&lt;BR /&gt;&lt;BR /&gt;# nslookup cic1.jjkeller.com&lt;BR /&gt;Using /etc/hosts on:  hp-u&lt;BR /&gt;&lt;BR /&gt;looking up FILES&lt;BR /&gt;Trying DNS&lt;BR /&gt;***  can't find cic1.jjkeller.com: No response from server&lt;BR /&gt;&lt;BR /&gt;I tried bind 8.1.2 then i went to 9.2.1 same error on both versions.&lt;BR /&gt;&lt;BR /&gt;# vi named.log&lt;BR /&gt;"named.log" [Incomplete last line] 1 line, 7 characters &lt;BR /&gt;named&lt;BR /&gt;&lt;BR /&gt;the named.conf looks good to me? and the db files were taken from anther server that working fine.</description>
      <pubDate>Mon, 28 Apr 2003 19:38:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/named-not-listening-on-any-interfaces/m-p/2960969#M577832</guid>
      <dc:creator>Cary Farah</dc:creator>
      <dc:date>2003-04-28T19:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: Named: not listening on any interfaces</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/named-not-listening-on-any-interfaces/m-p/2960970#M577833</link>
      <description>Hi Cary,&lt;BR /&gt;You should not take db file from another server.&lt;BR /&gt;&lt;BR /&gt;First of all in your server where you trying to start named change /etc/resolv.conf gile and add &lt;BR /&gt;domain jjkeller.com &lt;BR /&gt;nameserver server1's_ip&lt;BR /&gt;&lt;BR /&gt;Server1 is master dns server or anyother working secondary server.&lt;BR /&gt;&lt;BR /&gt;Make sure you can resolv the name using that server.&lt;BR /&gt;&lt;BR /&gt;They try to start named.&lt;BR /&gt;&lt;BR /&gt;Post your named.conf if possible and tail of your syslog.log file.&lt;BR /&gt;&lt;BR /&gt;Sachin</description>
      <pubDate>Mon, 28 Apr 2003 19:57:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/named-not-listening-on-any-interfaces/m-p/2960970#M577833</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2003-04-28T19:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: Named: not listening on any interfaces</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/named-not-listening-on-any-interfaces/m-p/2960971#M577834</link>
      <description>Cary,&lt;BR /&gt;&lt;BR /&gt;have a look at this thread:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xdb005fe8b250d71190080090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xdb005fe8b250d71190080090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Apr 2003 19:58:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/named-not-listening-on-any-interfaces/m-p/2960971#M577834</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2003-04-28T19:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: Named: not listening on any interfaces</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/named-not-listening-on-any-interfaces/m-p/2960972#M577835</link>
      <description>Tail os syslog:&lt;BR /&gt;Apr 28 15:26:10 hp-u named[20989]: not listening on any interfaces&lt;BR /&gt;Apr 28 15:26:10 hp-u named[20989]: command channel listening on 127.0.0.1#953&lt;BR /&gt;Apr 28 15:26:10 hp-u named[20989]: command channel listening on ::1#953&lt;BR /&gt;Apr 28 15:26:10 hp-u named[20989]: no source of entropy found&lt;BR /&gt;Apr 28 15:26:10 hp-u named[20989]: zone 101.IN-ADDR.ARPA/IN: loaded serial 43&lt;BR /&gt;Apr 28 15:26:10 hp-u named[20989]: zone 0.0.127.IN-ADDR.ARPA/IN: loaded serial 1&lt;BR /&gt;Apr 28 15:26:10 hp-u named[20989]: zone jjkeller.com/IN: loaded serial 118&lt;BR /&gt;Apr 28 15:26:10 hp-u named[20989]: running&lt;BR /&gt;Apr 28 15:26:10 hp-u named[20989]: zone jjkeller.com/IN: sending notifies (seria&lt;BR /&gt;l 118)&lt;BR /&gt;Apr 28 15:26:10 hp-u named[20989]: zone 101.IN-ADDR.ARPA/IN: sending notifies (s&lt;BR /&gt;erial 43)&lt;BR /&gt;Apr 28 16:09:13 hp-u named[20989]: loading configuration from '/etc/named.conf'&lt;BR /&gt;Apr 28 16:09:13 hp-u named[20989]: not listening on any interfaces&lt;BR /&gt;&lt;BR /&gt;Sorry This is suppose to be a secondary dns server thus I should have said it gets the tables from the master server.&lt;BR /&gt;&lt;BR /&gt;I was going thru the tread and i dont get the dns-sec-keygen Keys to run?</description>
      <pubDate>Mon, 28 Apr 2003 20:17:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/named-not-listening-on-any-interfaces/m-p/2960972#M577835</guid>
      <dc:creator>Cary Farah</dc:creator>
      <dc:date>2003-04-28T20:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: Named: not listening on any interfaces</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/named-not-listening-on-any-interfaces/m-p/2960973#M577836</link>
      <description>"named.conf" [Read only] 41 lines, 514 characters &lt;BR /&gt;# type domain source file&lt;BR /&gt;options {&lt;BR /&gt;        forwarders {&lt;BR /&gt;        101.x.x.x;&lt;BR /&gt;        101.x.x.x;&lt;BR /&gt;        101.x.x.x;&lt;BR /&gt;        101.xxx.xxx.xxx;&lt;BR /&gt;        101.x.x.x;&lt;BR /&gt;        101.xx.x.x;};&lt;BR /&gt;        directory "/etc/named.data";&lt;BR /&gt;        notify yes;&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;zone "0.0.127.IN-ADDR.ARPA" {&lt;BR /&gt;        type slave;&lt;BR /&gt;        file "0.0.127.db";&lt;BR /&gt;        masters {&lt;BR /&gt;                101.xx.x.x;&lt;BR /&gt;        };&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;zone "101.IN-ADDR.ARPA" {&lt;BR /&gt;        type slave;&lt;BR /&gt;        file "101.db";&lt;BR /&gt;        masters {&lt;BR /&gt;                101.xx.x.x;&lt;BR /&gt;        };&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;zone "jjkeller.com" {&lt;BR /&gt;        type slave;&lt;BR /&gt;        file "jjkeller.com.db";&lt;BR /&gt;        masters {&lt;BR /&gt;                101.xx.x.x;&lt;BR /&gt;        };&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;zone "." {&lt;BR /&gt;        type hint;&lt;BR /&gt;        file "db.cache";&lt;BR /&gt;        };&lt;BR /&gt;# vi resolv.conf&lt;BR /&gt;"resolv.conf" [Read only] 3 lines, 82 characters &lt;BR /&gt;domain jjkeller.com&lt;BR /&gt;nameserver 101.xx.x.x   # master dns server nameserver 101.x.x.x  #secondary dns server</description>
      <pubDate>Mon, 28 Apr 2003 20:23:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/named-not-listening-on-any-interfaces/m-p/2960973#M577836</guid>
      <dc:creator>Cary Farah</dc:creator>
      <dc:date>2003-04-28T20:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: Named: not listening on any interfaces</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/named-not-listening-on-any-interfaces/m-p/2960974#M577837</link>
      <description>What dose your /etc/nsswitch file says? It should read if you are looking in to dns first.&lt;BR /&gt;&lt;BR /&gt;hosts: dns files&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sachin</description>
      <pubDate>Mon, 28 Apr 2003 20:47:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/named-not-listening-on-any-interfaces/m-p/2960974#M577837</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2003-04-28T20:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: Named: not listening on any interfaces</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/named-not-listening-on-any-interfaces/m-p/2960975#M577838</link>
      <description>Stop the named then&lt;BR /&gt;Check for another named process. &lt;BR /&gt;ps -ef |grep named&lt;BR /&gt;&lt;BR /&gt;You might have another runaway named process which is stoping second named to start and listening.&lt;BR /&gt;&lt;BR /&gt;Sachin</description>
      <pubDate>Mon, 28 Apr 2003 20:52:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/named-not-listening-on-any-interfaces/m-p/2960975#M577838</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2003-04-28T20:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: Named: not listening on any interfaces</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/named-not-listening-on-any-interfaces/m-p/2960976#M577839</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt; In the past I've had that error for three reasons, not running as root, another nameserver running or another program bound to port 53. &lt;BR /&gt;&lt;BR /&gt;If you have checked and you dont have another name server running you may want to test removing the PID from /var/run/named.pid if it exists? &lt;BR /&gt;&lt;BR /&gt;You may also need to use the program lsof to look for other programs listening / bound to port 53. &lt;BR /&gt;&lt;BR /&gt;Get lsof here:&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/" target="_blank"&gt;http://hpux.cs.utah.edu/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Or at &lt;BR /&gt;&lt;A href="ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/binaries/hpux/" target="_blank"&gt;ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/binaries/hpux/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I typically issue ./lsof -i -P |grep -i 53&lt;BR /&gt;Here is my example w/ named running on port 53&lt;BR /&gt;&lt;BR /&gt;./lsof -i -P|grep -i 53&lt;BR /&gt;inetd      4016   root   26u  inet 0x2057780        0t0  TCP *:5303 (LISTEN)&lt;BR /&gt;inetd      4016   root   27u  inet 0x2057e80        0t0  UDP *:5302 (Idle)&lt;BR /&gt;inetd      4016   root   28u  inet 0x2057880        0t0  TCP *:5302 (LISTEN)&lt;BR /&gt;smbd      14053   root    5u  inet 0x2af1300      0t663  TCP gator:139-&amp;gt;dhcp-atl9-oae-ahc206.atl.hp.com:1038 (ESTABLISHED)&lt;BR /&gt;smbd      14053   root   12u  inet 0x2af1600        0t0  UDP localhost:50981 (Idle)&lt;BR /&gt;named     16761   root    7u  inet 0x2810ec0        0t0  UDP gator:53 (Idle)&lt;BR /&gt;named     16761   root    8u  inet 0x2af1a00        0t0  TCP gator:53 (LISTEN)&lt;BR /&gt;named     16761   root    9u  inet 0x2af1c00        0t0  UDP localhost:53 (Idle)&lt;BR /&gt;named     16761   root   10u  inet 0x2acd040        0t0  TCP localhost:53 (LISTEN)&lt;BR /&gt;&lt;BR /&gt;Look for a conflict w/ port 53 the second column is the PID.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HP supplies BIND 9.2.0, if you want to test HP's version get it from software.hp.com, However BIND 9.2.1 should be able to run just fine.</description>
      <pubDate>Tue, 29 Apr 2003 11:25:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/named-not-listening-on-any-interfaces/m-p/2960976#M577839</guid>
      <dc:creator>Todd Whitcher</dc:creator>
      <dc:date>2003-04-29T11:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Named: not listening on any interfaces</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/named-not-listening-on-any-interfaces/m-p/2960977#M577840</link>
      <description>cary,&lt;BR /&gt;Did it got resolve?</description>
      <pubDate>Tue, 29 Apr 2003 12:33:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/named-not-listening-on-any-interfaces/m-p/2960977#M577840</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2003-04-29T12:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: Named: not listening on any interfaces</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/named-not-listening-on-any-interfaces/m-p/2960978#M577841</link>
      <description>NO other named is running,&lt;BR /&gt;NO pid, Nothing on port 53&lt;BR /&gt;but now im getting this no source of entropy found since i ran the rndc key which failed.&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/named stop&lt;BR /&gt;rm: /var/run/named.pid non-existent&lt;BR /&gt;named stopped&lt;BR /&gt;# ps -ef |grep named &lt;BR /&gt;    root 22976 22657  1 08:43:03 pts/ta    0:00 grep named&lt;BR /&gt;# cd /var/run&lt;BR /&gt;# ll&lt;BR /&gt;total 16&lt;BR /&gt;prw-------   1 root       root             0 Apr  8 13:03 envd_diag&lt;BR /&gt;-rw-r--r--   1 root       root             6 Apr 14 15:43 syslog.pid&lt;BR /&gt;heres a copy of the syslog again when i restarted named.&lt;BR /&gt;Apr 29 10:13:27 hp-u named[29434]: command channel listening on 127.0.0.1#953&lt;BR /&gt;Apr 29 10:13:27 hp-u named[29434]: command channel listening on ::1#953&lt;BR /&gt;Apr 29 10:13:27 hp-u named[29434]: no source of entropy found&lt;BR /&gt;Apr 29 10:13:27 hp-u named[29434]: zone 101.IN-ADDR.ARPA/IN: loaded serial 43&lt;BR /&gt;Apr 29 10:13:28 hp-u named[29434]: zone 0.0.127.IN-ADDR.ARPA/IN: loaded serial 1&lt;BR /&gt;Apr 29 10:13:28 hp-u named[29434]: zone jjkeller.com/IN: loaded serial 118&lt;BR /&gt;Apr 29 10:13:28 hp-u named[29434]: running&lt;BR /&gt;Apr 29 10:13:28 hp-u named[29434]: zone 101.IN-ADDR.ARPA/IN: sending notifies (s&lt;BR /&gt;erial 43)&lt;BR /&gt;Apr 29 10:13:28 hp-u named[29434]: zone 0.0.127.IN-ADDR.ARPA/IN: sending notifie&lt;BR /&gt;s (serial 1)&lt;BR /&gt;Apr 29 10:13:28 hp-u named[29434]: zone jjkeller.com/IN: sending notifies (seria&lt;BR /&gt;l 118)</description>
      <pubDate>Tue, 29 Apr 2003 14:20:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/named-not-listening-on-any-interfaces/m-p/2960978#M577841</guid>
      <dc:creator>Cary Farah</dc:creator>
      <dc:date>2003-04-29T14:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Named: not listening on any interfaces</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/named-not-listening-on-any-interfaces/m-p/2960979#M577842</link>
      <description>I put just dns in the nsswitch.conf file &lt;BR /&gt;With just the master dns server listed in the resolv.conf as the nameserver&lt;BR /&gt;it does resolv the servers, of course if i just have the server that im setting up in there it tells me:# nslookup cic1&lt;BR /&gt;No name server/service(s) responding.&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Apr 2003 14:25:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/named-not-listening-on-any-interfaces/m-p/2960979#M577842</guid>
      <dc:creator>Cary Farah</dc:creator>
      <dc:date>2003-04-29T14:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: Named: not listening on any interfaces</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/named-not-listening-on-any-interfaces/m-p/2960980#M577843</link>
      <description>hmmmm it is weired. your log file says named is running even it try to sends notification to other servers.&lt;BR /&gt;&lt;BR /&gt;Here is what "no entropy found" means&lt;BR /&gt;The server requires a source of entropy to perform certain operations, mostly DNSSEC related. These messages indicate that you have no source of entropy. On systems with /dev/random or an equivalent, it is used by default. A source of entropy can also be defined using the random-device option in named.conf. &lt;BR /&gt;&lt;BR /&gt;I don't know what this means I found this from isc.org&lt;BR /&gt;&lt;BR /&gt;Cary, I don't know what to do now. I hope someone expert in this area join this. &lt;BR /&gt;&lt;BR /&gt;Mean while try deleting all the maps and restart the named it should pull the map from server. &lt;BR /&gt;&lt;BR /&gt;Or try running transfer from command line&lt;BR /&gt;#named-xfer -z jjkeller.com -f /tmp/db.jjkeller.com -s 0 ip_of_master_server&lt;BR /&gt;#echo $?&lt;BR /&gt;&lt;BR /&gt;if rerun code 1 is sucess 2,3 are error.&lt;BR /&gt;&lt;BR /&gt;Post your progress.&lt;BR /&gt;&lt;BR /&gt;Sachin</description>
      <pubDate>Tue, 29 Apr 2003 14:53:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/named-not-listening-on-any-interfaces/m-p/2960980#M577843</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2003-04-29T14:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Named: not listening on any interfaces</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/named-not-listening-on-any-interfaces/m-p/2960981#M577844</link>
      <description>Cary,&lt;BR /&gt;Try this as well.&lt;BR /&gt;&lt;BR /&gt;#kill SIGINIT pid_of_named will dump its authoritative data, cache data and hits data to named_dump.db in BIND's running directory.&lt;BR /&gt;If you have named running as I suspect it dose because syslog.log says named running.&lt;BR /&gt;&lt;BR /&gt;Sachin</description>
      <pubDate>Tue, 29 Apr 2003 15:11:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/named-not-listening-on-any-interfaces/m-p/2960981#M577844</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2003-04-29T15:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: Named: not listening on any interfaces</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/named-not-listening-on-any-interfaces/m-p/2960982#M577845</link>
      <description>&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt; That no source of entropy is an expected message. HPUX does not come w/ the /dev/random device by default. You can get it here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=KRNG11I" target="_blank"&gt;http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=KRNG11I&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;THIS REQUIRES A REBOOT because it is adding a DEVICE file to the KERNEL (/dev/random), which can be used by other security products like ssh&lt;BR /&gt;&lt;BR /&gt;/dev/random is not required, you just have to set your keys manually see man rndc.&lt;BR /&gt;&lt;BR /&gt;your log:&lt;BR /&gt;&lt;BR /&gt;Apr 29 10:13:27 hp-u named[29434]: command channel listening on 127.0.0.1#953 &lt;BR /&gt;Apr 29 10:13:27 hp-u named[29434]: command channel listening on ::1#953 &lt;BR /&gt;Apr 29 10:13:27 hp-u named[29434]: no source of entropy found &lt;BR /&gt;Apr 29 10:13:27 hp-u named[29434]: zone 101.IN-ADDR.ARPA/IN: loaded serial 43 &lt;BR /&gt;Apr 29 10:13:28 hp-u named[29434]: zone 0.0.127.IN-ADDR.ARPA/IN: loaded serial 1 &lt;BR /&gt;Apr 29 10:13:28 hp-u named[29434]: zone jjkeller.com/IN: loaded serial 118 &lt;BR /&gt;Apr 29 10:13:28 hp-u named[29434]: running &lt;BR /&gt;&lt;BR /&gt;Above shows your command chanel is listening on loopback, the second command chanel looks strange to me since it doesnt show your IP address? But you should be able to do rndc commands as long as your rndc.conf and named.conf are set up correctly. &lt;BR /&gt;&lt;BR /&gt;Instructions for rndc:&lt;BR /&gt;Create a set of secret KEYS so that the new command "rndc" can work securely.&lt;BR /&gt;It's IMPORTANT to cd to /etc first&lt;BR /&gt;&lt;BR /&gt;cd /etc&lt;BR /&gt;dnssec-keygen -a hmac-md5 -b 128 -r /dev/random -n user rndc&lt;BR /&gt;&lt;BR /&gt;This will create TWO files, using the STRING that the dnssec-keygen created, like in my case the output string was Krndc.+157+21567. The Two file names that it created were:&lt;BR /&gt;# cat Krndc.+157+21567.key &lt;BR /&gt;rndc. IN KEY 0 2 157 n/ndD2U1YI87GjQXkQgOmg==&lt;BR /&gt;# cat Krndc.+157+21567.private &lt;BR /&gt;Private-key-format: v1.2&lt;BR /&gt;Algorithm: 157 (HMAC_MD5)&lt;BR /&gt;Key: n/ndD2U1YI87GjQXkQgOmg==&lt;BR /&gt;# &lt;BR /&gt;&lt;BR /&gt;The KEY string is important to place into the /etc/named.conf file, and yes the n/ in the beginning and the == at the end are part of the security string! Also note that the file names start with an uppercase K (which usually are the only files in /etc like that).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Is your name server responding now ? Is it listening on your interfaces? Test w/ the dig command.&lt;BR /&gt;&lt;BR /&gt;Ex.&lt;BR /&gt;&lt;BR /&gt;# dig @127.0.0.1 jjkeller.com. ANY&lt;BR /&gt;&lt;BR /&gt;( you should be able to replace @127.0.0.1 with any ip or name your server is listening on. &lt;BR /&gt;&lt;BR /&gt;Todd&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Apr 2003 15:17:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/named-not-listening-on-any-interfaces/m-p/2960982#M577845</guid>
      <dc:creator>Todd Whitcher</dc:creator>
      <dc:date>2003-04-29T15:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: Named: not listening on any interfaces</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/named-not-listening-on-any-interfaces/m-p/2960983#M577846</link>
      <description>Cary,&lt;BR /&gt;Check this link. &lt;BR /&gt;It has discription of almost all the errors and warning messages.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.acmebw.com/askmrdns/bind-messages.htm" target="_blank"&gt;http://www.acmebw.com/askmrdns/bind-messages.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It is for bind 8.x&lt;BR /&gt;&lt;BR /&gt;Sachin</description>
      <pubDate>Tue, 29 Apr 2003 15:20:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/named-not-listening-on-any-interfaces/m-p/2960983#M577846</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2003-04-29T15:20:57Z</dc:date>
    </item>
  </channel>
</rss>

