DHCP for FIX address

Mairj.Syed at ae.standardchartered.com Mairj.Syed at ae.standardchartered.com
Wed Aug 2 05:03:23 UTC 2006


> Hi, 
> 
> Last week i have joined Dhcp group, i need some help for mentioned 
> subject.
> 
> Problem: I have configured my (Linux) dhcp server to supply IP to one 
our linux 
> box, but unfortunately the box is not receiving when it boots.
> 
> Server side config: configured dhcpd.conf and tftp and both this 
services are running 
> perfectly.
> 
> 1. dhcpd.conf : 
> 
> #dhcpd.conf
> #
> # Sample configuration file for ISC dhcpd
> ddns-update-style none;
> ignore client-updates;
> #
> 
> # option definitions common to all supported networks...
> option domain-name "ae.testing.com";
> option domain-name-servers testserver.testing.com;
> 
> authoritative;
> option subnet-mask 255.255.255.0;
> default-lease-time 600;
> max-lease-time 7200;
> # Group the PXE bootable hosts together
>         group {
>                 # PXE-specific configuration directives...
>                 next-server 192.168.1.1;
>                 filename "/tftpboot/pxelinux.0";
> 
> 
> 
> subnet 192.168.1.0 netmask 255.255.255.0 {
>  DHCPD_INTERFACE="eth0";
>   range 192.168.1.2 192.168.1.100;
> #  option broadcast-address 192.168.1.255;
> #   option routers 192.168.1.1
> }
>    }
> 
> # Fixed IP addresses can also be specified for hosts.   These addresses
> # should not also be listed as being available for dynamic assignment.
> # Hosts for which fixed IP addresses have been specified can boot using
> # BOOTP or DHCP.   Hosts for which no fixed address is specified can 
only
> # be booted with DHCP, unless there is an address range on the subnet
> # to which a BOOTP client is connected which has the dynamic-bootp flag
> # set.
> host testclient {
>   hardware ethernet 00:10:18:03:28:4E;
>   fixed-address 192.168.1.2;
> 
> 
> Kindly guide me if iam missing anything in the above mentioned 
dhcpd.conf file,
> 



Best Regards,
______________________
Syed Mairaj Ali Khan
Phone +9714-5070006
Mobile:+97150-3576983

This email is confidential. If you are not the addressee tell the sender immediately
and destroy this email without using, sending or storing it. Emails are not secure
and may suffer errors, viruses, delay, interception and amendment. Standard Chartered PLC
and subsidiaries ("SCGroup") do not accept liability for damage caused by this email 
and may monitor email traffic.





More information about the dhcp-users mailing list