Hey,<br><br>I'm in trouble with this:<br><br>#####<br>dhcpd.conf<br>#####<br><br>ddns-updates on;<br>ddns-update-style interim;<br>ddns-domainname "<a href="http://xxx.com">xxx.com</a>";<br>max-lease-time 604800;<br>
default-lease-time 604800;<br>authoritative;<br>log-facility local1;<br>update-static-leases on;<br><br>option domain-name "<a href="http://xxx.com">xxx.com</a>";<br>option domain-name-servers X.X.X.X, Y.Y.Y.Y;<br>
<br>if exists agent.circuit-id<br>{<br>log ( info, concat( "Management IP: ", binary-to-ascii (10, 8, "", suffix ( option agent.remote-id, 1)), " | Client IP: ", binary-to-ascii (10, 8, ".", leased-address), " | Connected to interface ", binary-to-ascii (10, 8, "/", suffix ( option agent.circuit-id, 2))));<br>
}<br><br>host hp_laptop_9 { hardware ethernet 00:21:85:01:82:5f; fixed-address 172.16.4.6; option domain-name "<a href="http://xxx.com">xxx.com</a>"; ddns-hostname = concat("hp-lap-9", ".","p",binary-to-ascii (10,8,"", suffix(option agent.circuit-id,1)),".", "sw", binary-to-ascii (10,8,"", suffix(option agent.remote-id,1))); }<br>
<br>#####<br>Computer 172.16.3.68 has the same configuration in dhcpd.conf as hp_laptop_9, but this computer is connected to Microsoft Active Directory. <br>#####<br><br>Jan 20 11:23:22 vartai dhcpd: Management IP: 240 | Client IP: 172.16.3.68 | Connected to interface 0/1<br>
Jan 20 11:23:22 vartai dhcpd: added reverse map from 68.3.16.172.in-addr.arpa. to orfejas.kavb.kvb<br>Jan 20 11:23:22 vartai dhcpd: DHCPREQUEST for 172.16.3.68 from 00:0b:6a:e1:b9:90 via eth1.237<br><br>#####<br>This computer isn't connected to Active Directory.<br>
Do not pay attention on this "timed out".<br>#####<br><br>Jan 20 11:15:10 vartai dhcpd: Management IP: 242 | Client IP: 172.16.4.9 | Connected to interface 0/9<br>Jan 20 11:15:10 vartai dhcpd: Unable to add forward map from <a href="http://hp-lap-21.p9.sw242.xxx.com">hp-lap-21.p9.sw242.xxx.com</a> to <a href="http://172.16.4.9">172.16.4.9</a>: timed out<br>
Jan 20 11:15:10 vartai dhcpd: DHCPREQUEST for 172.16.4.9 from 00:21:85:34:41:5f via eth1.500<br><br>#####<br>Problem<br>#####<br><br>How can I fix it, that host 172.16.3.68 would have <a href="http://orfejas.p1.sw240.xxx.com">orfejas.p1.sw240.xxx.com</a> ? Is it dhcpd misconfiguration or what ? Any computer connected to Active Directory fail on this. <br>
<br>Thanks,<br>Donatas Abraitis<br><br>