Tom Allison wrote:
I've got a problem in my named.conf file and I'm not sure why:
Jun 22 08:53:59 pretorian named[31230]: denied update from
[127.0.0.1].1059 for "1.168.192.in-addr.arpa" IN
I have the line: allow-updates {localhost;}; in the config file.
But the changes are taking correctly.
New computers to the network don't show up after I run the cron jobs
manually. No errors listed.
HERE is my BIND: named.conf:
zone "home.lan" {
notify no;
allow-update {localhost;};
allow-transfer {192.168.1.0/24; localhost;};
type master;
file "/etc/bind/db.home";
};
zone "1.168.192.in-addr.arpa" {
notify no;
allow-update {localhost;};
allow-transfer {192.168.1.0/24; localhost;};
type master;
file "/etc/bind/db.192.168.1";
};
and my DHCPD.conf:
option domain-name "home.lan";
option domain-name-servers 192.168.1.1;
subnet 192.168.1.0 netmask 255.255.255.0 {
range 192.168.1.100 192.168.1.254;
default-lease-time 86400;
max-lease-time 172800;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.1.255;
option routers 192.168.1.1;
Oh yeah... I had to fix the dhcp-dns.conf file, references are
horribly broken.
And this is what I get so far...
$ sudo ddns.cron.pl
dns_request_createvia: address family not supported
--
15:35:01 up 23:05, 1 user, load average: 0.17, 0.11, 0.07
Linux is the future...
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]