<?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 Problem in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/dns-problem/m-p/4718249#M81090</link>
    <description>client 127.0.0.1#57990: view localhost_resolver: request has invalid signature: TSIG rndckey: tsig verify failure (BADKEY)&lt;BR /&gt;&lt;BR /&gt;Why do I get that please?&lt;BR /&gt;&lt;BR /&gt;The system is CentOS 5.5 64-bit&lt;BR /&gt;&lt;BR /&gt;dhcpd.conf:&lt;BR /&gt;&lt;BR /&gt;[root@ddns001bri ~]# cat /etc/dhcpd.conf&lt;BR /&gt;authoritative;&lt;BR /&gt;include "/etc/rndc.key";&lt;BR /&gt;# Server configuration:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;server-identifier ddns001bri;&lt;BR /&gt;ddns-domainname "xdomain.com.";&lt;BR /&gt;ddns-rev-domainname "in-addr.arpa.";&lt;BR /&gt;ddns-update-style interim;&lt;BR /&gt;ddns-updates on;&lt;BR /&gt;ignore client-updates;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# This is the communication zone&lt;BR /&gt;&lt;BR /&gt;zone xdomain.com. {&lt;BR /&gt;primary 127.0.0.1;&lt;BR /&gt;key rndckey;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;default-lease-time 21600; # 6 hours&lt;BR /&gt;max-lease-time 43200; # 12 hours&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# Client configuration:&lt;BR /&gt;&lt;BR /&gt;option domain-name "xdomain.com.";&lt;BR /&gt;option ip-forwarding off;&lt;BR /&gt;&lt;BR /&gt;subnet 10.10.0.0 netmask 255.255.0.0 {&lt;BR /&gt;range 10.10.20.1 10.10.20.254;&lt;BR /&gt;option routers 10.10.0.1; # default gateway&lt;BR /&gt;option subnet-mask 255.255.0.0;&lt;BR /&gt;option broadcast-address 10.10.255.255;&lt;BR /&gt;option domain-name-servers 10.10.0.10;&lt;BR /&gt;&lt;BR /&gt;zone 0.10.10.in-addr.arpa. {&lt;BR /&gt;primary 10.10.0.10;&lt;BR /&gt;key rndckey;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;zone localdomain. {&lt;BR /&gt;primary 10.10.0.10;&lt;BR /&gt;key rndckey;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;named.conf:&lt;BR /&gt;&lt;BR /&gt;[root@ddns001bri ~]# cat /etc/named.conf&lt;BR /&gt;controls {&lt;BR /&gt;inet 127.0.0.1 allow {localhost; } keys { "rndckey"; };&lt;BR /&gt;};&lt;BR /&gt;// Add local zone definitions here.&lt;BR /&gt;zone "xdomain.com" {&lt;BR /&gt;type master;&lt;BR /&gt;file "xdomain.com.zone";&lt;BR /&gt;allow-update { key "rndckey"; };&lt;BR /&gt;notify yes;&lt;BR /&gt;};&lt;BR /&gt;zone "10.10.in-addr.arpa" {&lt;BR /&gt;type master;&lt;BR /&gt;file "10.10.in-addr.arpa.zone";&lt;BR /&gt;allow-update { key "rndckey"; };&lt;BR /&gt;notify yes;&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;include "/etc/rndc.key";&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[root@ddns001bri ~]# ls -la /etc/rndc.key&lt;BR /&gt;lrwxrwxrwx 1 root named 31 Nov 14 06:06 /etc/rndc.key -&amp;gt; /var/named/chroot//etc/rndc.key&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[root@ddns001bri ~]# ls -la /var/named/chroot//etc/rndc.key&lt;BR /&gt;-rw-r----- 1 root named 113 Nov 14 06:06 /var/named/chroot//etc/rndc.key</description>
    <pubDate>Thu, 25 Nov 2010 13:52:28 GMT</pubDate>
    <dc:creator>Piotr Kirklewski</dc:creator>
    <dc:date>2010-11-25T13:52:28Z</dc:date>
    <item>
      <title>DNS Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-problem/m-p/4718249#M81090</link>
      <description>client 127.0.0.1#57990: view localhost_resolver: request has invalid signature: TSIG rndckey: tsig verify failure (BADKEY)&lt;BR /&gt;&lt;BR /&gt;Why do I get that please?&lt;BR /&gt;&lt;BR /&gt;The system is CentOS 5.5 64-bit&lt;BR /&gt;&lt;BR /&gt;dhcpd.conf:&lt;BR /&gt;&lt;BR /&gt;[root@ddns001bri ~]# cat /etc/dhcpd.conf&lt;BR /&gt;authoritative;&lt;BR /&gt;include "/etc/rndc.key";&lt;BR /&gt;# Server configuration:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;server-identifier ddns001bri;&lt;BR /&gt;ddns-domainname "xdomain.com.";&lt;BR /&gt;ddns-rev-domainname "in-addr.arpa.";&lt;BR /&gt;ddns-update-style interim;&lt;BR /&gt;ddns-updates on;&lt;BR /&gt;ignore client-updates;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# This is the communication zone&lt;BR /&gt;&lt;BR /&gt;zone xdomain.com. {&lt;BR /&gt;primary 127.0.0.1;&lt;BR /&gt;key rndckey;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;default-lease-time 21600; # 6 hours&lt;BR /&gt;max-lease-time 43200; # 12 hours&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# Client configuration:&lt;BR /&gt;&lt;BR /&gt;option domain-name "xdomain.com.";&lt;BR /&gt;option ip-forwarding off;&lt;BR /&gt;&lt;BR /&gt;subnet 10.10.0.0 netmask 255.255.0.0 {&lt;BR /&gt;range 10.10.20.1 10.10.20.254;&lt;BR /&gt;option routers 10.10.0.1; # default gateway&lt;BR /&gt;option subnet-mask 255.255.0.0;&lt;BR /&gt;option broadcast-address 10.10.255.255;&lt;BR /&gt;option domain-name-servers 10.10.0.10;&lt;BR /&gt;&lt;BR /&gt;zone 0.10.10.in-addr.arpa. {&lt;BR /&gt;primary 10.10.0.10;&lt;BR /&gt;key rndckey;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;zone localdomain. {&lt;BR /&gt;primary 10.10.0.10;&lt;BR /&gt;key rndckey;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;named.conf:&lt;BR /&gt;&lt;BR /&gt;[root@ddns001bri ~]# cat /etc/named.conf&lt;BR /&gt;controls {&lt;BR /&gt;inet 127.0.0.1 allow {localhost; } keys { "rndckey"; };&lt;BR /&gt;};&lt;BR /&gt;// Add local zone definitions here.&lt;BR /&gt;zone "xdomain.com" {&lt;BR /&gt;type master;&lt;BR /&gt;file "xdomain.com.zone";&lt;BR /&gt;allow-update { key "rndckey"; };&lt;BR /&gt;notify yes;&lt;BR /&gt;};&lt;BR /&gt;zone "10.10.in-addr.arpa" {&lt;BR /&gt;type master;&lt;BR /&gt;file "10.10.in-addr.arpa.zone";&lt;BR /&gt;allow-update { key "rndckey"; };&lt;BR /&gt;notify yes;&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;include "/etc/rndc.key";&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[root@ddns001bri ~]# ls -la /etc/rndc.key&lt;BR /&gt;lrwxrwxrwx 1 root named 31 Nov 14 06:06 /etc/rndc.key -&amp;gt; /var/named/chroot//etc/rndc.key&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[root@ddns001bri ~]# ls -la /var/named/chroot//etc/rndc.key&lt;BR /&gt;-rw-r----- 1 root named 113 Nov 14 06:06 /var/named/chroot//etc/rndc.key</description>
      <pubDate>Thu, 25 Nov 2010 13:52:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-problem/m-p/4718249#M81090</guid>
      <dc:creator>Piotr Kirklewski</dc:creator>
      <dc:date>2010-11-25T13:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: DNS Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-problem/m-p/4718250#M81091</link>
      <description>You've configured your DNS server to require transaction signatures (TSIGs) on DNS dynamic update requests. The error message says BIND was unable to verify the signature on a request. &lt;BR /&gt;&lt;BR /&gt;Obviously I cannot see your /etc/rndc.key file. Perhaps the key was bad, or perhaps it was not readable by your DHCP server?&lt;BR /&gt;&lt;BR /&gt;Is the key name correct? &lt;BR /&gt;&lt;BR /&gt;The filename /etc/rndc.key suggests the key might have been generated using "rndc-confgen -a" or a similar command.&lt;BR /&gt;&lt;BR /&gt;On my Debian system, the rndc.key file generated in this way contains a key statement like:&lt;BR /&gt;&lt;BR /&gt;key "rndc-key" {&lt;BR /&gt;        algorithm hmac-md5;&lt;BR /&gt;        secret "secret_alphabet_soup";&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;NOTE: the name of the autogenerated key was "rndc-key", *not* "rndckey". &lt;BR /&gt;&lt;BR /&gt;Please double-check the name of the key defined in your /etc/rndc.key file.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Thu, 25 Nov 2010 14:53:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-problem/m-p/4718250#M81091</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-11-25T14:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: DNS Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-problem/m-p/4718251#M81092</link>
      <description>[root@ddns001bri ~]# cat /etc/rndc.key&lt;BR /&gt;key "rndckey" {&lt;BR /&gt;        algorithm       hmac-md5;&lt;BR /&gt;        secret          "6aTlgWGyZe83DXZbdRzwbu2j87RPOxWOq9FJml6ik0Dl50V6w2xlroXSchgK";&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;As you see the key is right.&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Nov 2010 17:43:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-problem/m-p/4718251#M81092</guid>
      <dc:creator>Piotr Kirklewski</dc:creator>
      <dc:date>2010-11-25T17:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: DNS Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-problem/m-p/4718252#M81093</link>
      <description>OK... Does the DHCP server emit any error messages to syslog if you restart it?&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Fri, 26 Nov 2010 10:45:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-problem/m-p/4718252#M81093</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-11-26T10:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: DNS Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-problem/m-p/4718253#M81094</link>
      <description>Not much I'm afraid:&lt;BR /&gt;&lt;BR /&gt;[root@ddns001bri ~]# tail -f /var/log/messages&lt;BR /&gt;Nov 14 07:20:54 localhost init: Trying to re-exec init&lt;BR /&gt;Nov 14 10:59:19 localhost dhclient: DHCPREQUEST on eth0 to 10.10.0.10 port 67&lt;BR /&gt;Nov 14 10:59:19 localhost dhclient: DHCPACK from 10.10.0.10&lt;BR /&gt;Nov 14 10:59:19 localhost dhclient: bound to 10.10.20.10 -- renewal in 16268 seconds.&lt;BR /&gt;Nov 14 15:30:26 localhost dhclient: DHCPREQUEST on eth0 to 10.10.0.10 port 67&lt;BR /&gt;Nov 14 15:30:27 localhost dhclient: DHCPACK from 10.10.0.10&lt;BR /&gt;Nov 14 15:30:27 localhost dhclient: bound to 10.10.20.10 -- renewal in 18214 seconds.&lt;BR /&gt;Nov 14 20:34:00 localhost dhclient: DHCPREQUEST on eth0 to 10.10.0.10 port 67&lt;BR /&gt;Nov 14 20:34:01 localhost dhclient: DHCPACK from 10.10.0.10&lt;BR /&gt;Nov 14 20:34:01 localhost dhclient: bound to 10.10.20.10 -- renewal in 20615 seconds.&lt;BR /&gt;Nov 14 23:25:58 localhost dhcpd: Internet Systems Consortium DHCP Server V3.0.5-RedHat&lt;BR /&gt;Nov 14 23:25:58 localhost dhcpd: Copyright 2004-2006 Internet Systems Consortium.&lt;BR /&gt;Nov 14 23:25:58 localhost dhcpd: All rights reserved.&lt;BR /&gt;Nov 14 23:25:58 localhost dhcpd: For info, please visit &lt;A href="http://www.isc.org/sw/dhcp/" target="_blank"&gt;http://www.isc.org/sw/dhcp/&lt;/A&gt;&lt;BR /&gt;Nov 14 23:25:58 localhost dhcpd: Wrote 0 leases to leases file.&lt;BR /&gt;Nov 14 23:25:58 localhost dhcpd: Listening on LPF/eth0/00:0c:29:cb:60:30/10.10/16&lt;BR /&gt;Nov 14 23:25:58 localhost dhcpd: Sending on   LPF/eth0/00:0c:29:cb:60:30/10.10/16&lt;BR /&gt;Nov 14 23:25:58 localhost dhcpd: Sending on   Socket/fallback/fallback-net&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Nov 2010 17:17:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-problem/m-p/4718253#M81094</guid>
      <dc:creator>Piotr Kirklewski</dc:creator>
      <dc:date>2010-11-26T17:17:50Z</dc:date>
    </item>
  </channel>
</rss>

