User's Manual

Table Of Contents
U-NII Config & User Guide 5.2 Axxcelera Broadband Wireless
5.7 dhcpd.conf
The dhcpd.conf file follows the same syntax as a Linux or UNIX dhcpd.conf file.
5.7.1 subnet
subnet networkid netmask subnet
networkid
{a.b.c.d} The network ID for the leased addresses.
subnet
{a.b.c.d} The subnet for the leased addresses.
Example
The following example sets the subnet for the 10.10.10.0 network with a class C netmask.
subnet 10.10.10.0 netmask 255.255.255.0
5.7.2 range
range startip stopip
startip
{a.b.c.d} First IP address in the range that will be leased out
to clients.
stopip
{a.b.c.d} Last IP address in the range that will be leased out
to clients.
Example
The following example shows the range of IP that the DHCP server can lease out to
clients.
range 10.10.10.10 10.10.10.20
5.7.3 option routers
option routers gateway
gateway
{a.b.c.d} Gateway IP for the computers leasing addresses.
Example
The following example sets the default route (gateway) address for all clients that lease
an address from the server.
option routers 10.10.10.1
March 10, 2003 Company Confidential Page 30 of 149