Welcome Guest ( Log In | Register )




                Web Hosting

 
Reply to this topicNew Topic
Bind/dhcpd Ddns Problems..., How to make it update dns always?
Ally
post Mar 29 2007, 11:30 AM
Post #1


Member [ Level 1 ]
Group Icon

Group: Members
Posts: 42
Joined: 11-February 06
From: Russia, Krasnodar
Member No.: 11,215


There is a problem .
I've configured dhcpd to update my dns records in named.
It works normal only with "Use DNS-Suffix of connection in registration" in TCP/IP -> DNS settings.
If I don't check this it doesn't work. But it's impossible to change settings on every PC. I need DNS update work always whenever this checkbox checked.
Who can help me and say why it happens ?

[codebox]root@core:/etc# cat /etc/dhcpd.conf
ddns-updates on;
ddns-update-style interim;

key DHCP_UPDATER {
algorithm HMAC-MD5.SIG-ALG.REG.INT;
secret pRP5FapFoJ95JEL06sv4PQ==;
}
zone 10.in-addr.arpa. {
primary 127.0.0.1;
key DHCP_UPDATER;
}

zone 0.0.192.in-addr.arpa. {
primary 127.0.0.1;
key DHCP_UPDATER;
}
zone ds. {
primary 127.0.0.1;
key DHCP_UPDATER;
}
zone eth.ds. {
primary 127.0.0.1;
key DHCP_UPDATER;
}
zone wlan.ds. {
primary 127.0.0.1;
key DHCP_UPDATER;
}

######## DS Network ######
shared-network dsnet {
# ETH/WLAN
subnet 10.0.0.0 netmask 255.255.0.0 {
allow unknown-clients;
option netbios-name-servers 10.0.0.1;
option log-servers 10.0.0.1;
option time-servers 10.0.0.1;
option domain-name-servers 10.0.0.1;
option broadcast-address 255.255.255.255;
option subnet-mask 255.255.0.0;
option routers 10.0.0.1;
authoritative;
max-lease-time 14400;
default-lease-time 7200;
range 10.0.0.10 10.0.0.254;

######## Wired Clients ########
# ally.eth.ds
host ally {
hardware ethernet 00:10:4b:36:7d:2b;
fixed-address 10.0.0.10;
option domain-name "eth.ds.";
}
# slim.eth.ds
host slim {
hardware ethernet 00:18:f3:4e:e5:df;
fixed-address 10.0.0.11;
option domain-name "eth.ds";
}
### CUT ###

######## Wi-Fi Clients ########
# ludvig.wlan.ds
host ludvig_wlan {
hardware ethernet 00:04:23:69:4D:EC;
fixed-address 10.0.1.10;
option domain-name "wlan.ds";
}
# vikulich.wlan.ds
host vikulich_wlan {
hardware ethernet 00:12:f0:0d:a7:db;
fixed-address 10.0.1.11;
option domain-name "wlan.ds";
}
### CUT ###
}
}
[/codebox]
Go to the top of the page
 
+Quote Post

Reply to this topicNew Topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

Collapse

> Similar Topics

    Topic Title Replies Topic Starter Views Last Action
No New Posts 6 miladinoski 167 30th December 2008 - 07:01 PM
Last post by: wutske
No New Posts   6 Mitch666Holland 731 29th December 2008 - 05:07 AM
Last post by: iG-sujan
No New Posts   9 WeaponX 1,722 20th December 2008 - 08:38 AM
Last post by: iG-kavyaguddu
No New Posts 11 lapis 1,328 14th December 2008 - 09:07 PM
Last post by: iG-smk34
No New Posts   8 iceblade 1,395 6th December 2008 - 12:59 PM
Last post by: iG-David
No New Posts   8 nakulgupta 2,038 4th December 2008 - 05:26 AM
Last post by: iG-tohir
No new   36 Poison_the_well 3,710 3rd December 2008 - 09:07 AM
Last post by: iG-Rhys
No New Posts   3 clovis 1,182 13th November 2008 - 05:47 AM
Last post by: Guest
No New Posts   2 tatatititututoto 3,290 11th November 2008 - 03:20 AM
Last post by: Guest
No New Posts   10 TavoxPeru 785 6th November 2008 - 05:26 AM
Last post by: TavoxPeru
No New Posts   14 Grafitti 1,866 3rd November 2008 - 04:48 PM
Last post by: Guest
No New Posts 1 Atomic0 282 1st November 2008 - 10:16 AM
Last post by: BuffaloHELP
No New Posts   10 Quatrux 506 19th September 2008 - 08:38 AM
Last post by: Atomic0
No New Posts   7 Quatrux 399 19th September 2008 - 08:30 AM
Last post by: Atomic0
No New Posts   14 WeaponX 1,755 18th September 2008 - 05:17 PM
Last post by: KILLthemALL