LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 02-12-2008, 11:56 AM   #1
sat2phant
LQ Newbie
 
Registered: Feb 2008
Posts: 1

Rep: Reputation: 0
Question ics dynamic dns and dhcp configuration problem


Hi.

I've been searching on this forum for a solution to my problem but I couldn't find any so I hope you could help me with a small problem.

I have setup a linux server with ics bind 9 and dhcp server on the same server. My problem is that I have a 23bit mask in one of the networks and it doesn't look like it works properly. I have a network with 10.212.10.0/23. It semes like the dhcp server is working properly since it's giving me addresses in both 10.212.10 and 10.212.11. The dynamic dns works on 11.212.10.in-addr.apra. but not on 10.212.10.in-addr.arapa. And I can't manually add addresses refering to the 10.212.10 net.

dhcpd.conf:
option domain-name "ped.local";
option domain-name-servers 10.212.10.20;
option dhcp-parameter-request-list 60;
option vendor-class-identifier "PXEClient";
max-lease-time 7200;
ddns-update-style interim;
ignore client-updates;
include "/etc/named.keys";
authoritative;
# students
subnet 10.212.10.0 netmask 255.255.254.0 {
range 10.212.10.60 10.212.10.254;
range 10.212.11.1 10.212.11.250;
option routers 10.212.10.1;
zone myzone.local. { primary 127.0.0.1; key DHCP_UPDATER; }
zone 10.212.10.in-addr.arpa. { primary 127.0.0.1; key DHCP_UPDATER; }
zone 11.212.10.in-addr.arpa. { primary 127.0.0.1; key DHCP_UPDATER; }
}
# admins
subnet 10.211.100.0 netmask 255.255.255.0 {
range 10.211.100.60 10.211.100.250;
option routers 10.211.100.1;
zone myzone.local. { primary 127.0.0.1; key DHCP_UPDATER; }
zone 100.211.10.in-addr.arpa. { primary 127.0.0.1; key DHCP_UPDATER; }
}

named.conf:
options {
directory "/var/lib/named";
forwarders {
10.212.1.10;
};
};

include "/etc/named.keys";
zone "myzone.local" {
type master;
file "/var/lib/named/dyn/myzone.local.zone";
allow-update { key DHCP_UPDATER; };
};
zone "100.211.10.in-addr.arpa" {
type master;
file "/var/lib/named/dyn/10.211.100.zone";
allow-update { key DHCP_UPDATER; };
};
zone "10.212.10.in-addr.arpa" {
type master;
file "/var/lib/named/dyn/10.212.10.zone";
allow-update { key DHCP_UPDATER; };
};
zone "11.212.10.in-addr.arpa" {
type master;
file "/var/lib/named/dyn/11.212.10.zone";
allow-update { key DHCP_UPDATER; };
};

I'm not even sure if this is the correct setup or not, but I couldn't find any info on dns config on how to set it up for a 23 bit mask. Everything works perfect if I use a 24 bit mask in the 10.212.10.x net.

Anyone out there who can point a finger to what I'm missing or doing wrong...?

Thanks...
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Dynamic DNS for DHCP neovox Linux - Networking 1 10-13-2015 11:36 AM
Dynamic DNS + DHCP. ElMoRsA Linux - Software 5 12-02-2010 06:37 PM
dynamic DNS DHCP droguin Linux - Networking 0 05-27-2004 10:47 AM
DHCP with Dynamic DNS mmontanaro Linux - Newbie 1 01-23-2004 03:04 PM
DHCP with Dynamic DNS mmontanaro Linux - Networking 2 12-23-2003 07:44 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 07:28 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration