User Guide
Table Of Contents
- Revision History
- PLEASE READ THESE SAFETY PRECAUTIONS!
- Document Overview
- AB-Access Overview
- AB-Access
- RF Design and Planning
- Static Configurations
- CLIP_T
- CLIP_S
- Hybrid CLIP_S
- 1483_T
- 1483_S
- Native ATM
- Extender
AB-Access Config & User Guide 5.5 Axxcelera Broadband Wireless
July 27, 2004 Company Confidential Page 55 of 129
device add edd
6.7
dhcpd.conf
The dhcpd.conf file follows the same syntax as a Linux or UNIX dhcpd.conf file.
6.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
6.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
6.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