DHCPOFFER

The server then replies with a DHCPOFFER packet, which gives Nilo it's server information.

IP Address Lease Time

This option is used in a client request (DHCPDISCOVER or DHCPREQUEST) to allow the client to request a lease time for the IP address. In a DHCPOIFFER server reply, a DHCP server uses this option to specify the lease time it is willing to offer. The time is in units of seconds, and is specified as a 32-bit unsigned integer.

Subnet Mask

The subnet mask option specifies the client's subnet mask as per RFC 950. If both the subnet mask and the router option are specified in a DHCP reply, the subnet mask option must be first.

Broadcast Address

This option specifies the broadcast address in use on the client's subnet.

Routers on Subnet

The router option specifies a list of IP addresses for routers on the client's subnet. Routers should be listed in order of preference.

Domainname

This option specifies the domain name that client should use when resolving hostnames via the Domain Name System.

DNS Host

The domain name server option specifies a list of Domain Name System name servers available to the client. Servers should be listed in order of preference.