Where is host IP address stored in server and How to set expire option??

Edward DeLargy eddelargy at gmail.com
Wed May 2 16:19:39 UTC 2012


All of your options are in the dhcp.conf file. Look at the top of the file
under 'option router' for default gateway router. For static routed dhcp
you would add an option in the body of the file
i.e.: #eds machine {
                            option ethernet <your mac>



On Wed, May 2, 2012 at 12:04 PM, Simon Hobson <dhcp1 at thehobsons.co.uk>wrote:

> shweta jogi wrote:
>
>> I know that static assignment is not stored in /var/db/dhcpd/dhcp.leases.
>> So
>> from where can I found record of fixed address?? It is not in reserved
>> list.
>>
>
> The server doesn't keep any track of them at all. They are in the config
> file and read at startup, beyond that they never exist outside of the
> in-memory tables. Assignments created via OMAPI will be different - I
> assume they will be in the leases file (but not as a regular lease).
>
> The thing to remember is that a fixed-address assignment does not go
> through the normal lease process. The server just hands it out whenever
> that matching client asks for an address - it doesn't keep a record of
> having done that.
>
> --
> Simon Hobson
>
> Visit http://www.**magpiesnestpublishing.co.uk/<http://www.magpiesnestpublishing.co.uk/>for books by acclaimed
> author Gladys Hobson. Novels - poetry - short stories - ideal as
> Christmas stocking fillers. Some available as e-books.
> ______________________________**_________________
> dhcp-users mailing list
> dhcp-users at lists.isc.org
> https://lists.isc.org/mailman/**listinfo/dhcp-users<https://lists.isc.org/mailman/listinfo/dhcp-users>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/dhcp-users/attachments/20120502/7cd8e6f5/attachment.html>


More information about the dhcp-users mailing list