DHCPD & DNS

billy bob fat_billybob at yahoo.com
Tue Feb 11 20:24:43 UTC 2003


be sure you have entry like this in  your dhcp.conf
file:

update-static-leases on;
ddns-update-style interim;

if this is OK,  post your entire dhcpd.conf file

Billy



--- Brian Johnson <bjohnson at jecinc.on.ca> wrote:
> I have dhcp and bind running and dhcp is
> successfully updating the DNS entries for
> the dynamic clients
> 
> For some reason, the clients that I have assigned a
> static address to (by MAC
> address for ltsp) aren't getting entered into DNS at
> all (even though they are being
> fed IP addresses by DHCPD)
> 
> Could someone shed some light on how I could get
> this to work
> 
> Here's a bit of my dhcpd.conf:
> shared-network WORKSTATIONS {
>     subnet 192.168.0.0 netmask 255.255.255.0 {
>         range 192.168.0.50 192.168.0.99;
> 
>         group   {
>                 use-host-decl-names       on;
>                 option log-servers       
> 192.168.0.1;
>                 option root-path         
> "192.168.0.1:/opt/ltsp/i386";
> 
>                 # Kevin's computer
>                 host ws001 {
>                         hardware ethernet    
> 00:50:bf:51:01:f5;
>                         fixed-address        
> 192.168.0.21;
>                         filename             
> "/lts/vmlinuz-2.4.9-ltsp-6";
>                 }
>     }
> }
> 
> 


__________________________________________________
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com


More information about the bind-users mailing list