Operating System - Linux
1821980 Members
3445 Online
109638 Solutions
New Discussion

what is 'allow booting' statement in dhcp.conf file

 
priyanka_2
Occasional Contributor

what is 'allow booting' statement in dhcp.conf file

can any one please tell me the use of the statement 'allow booting' in dhcp.conf file in Linux.
1 REPLY 1
Stuart Browne
Honored Contributor

Re: what is 'allow booting' statement in dhcp.conf file

From 'man dhcpd.conf':

-----
The booting keyword

allow booting;
deny booting;
ignore booting;

The booting flag is used to tell dhcpd whether or not to respond to queries from a particular client. This keyword only has meaning when it appears in a host declaration. By default, booting is allowed, but if it is disabled for a particular client, then that client will not be able to get an address from the DHCP server.
-----

I think that pretty much explains it..

That being said, you said in 'dhcp.conf'?
One long-haired git at your service...