CONFIGURATION FILES
CHAPTER 5
49
ECOTEL 3G 16.1. Revised: 1 March 2011.
5.1.9 DHCP SERVER SETTINGS
The DHCP (Dynamic Host Configuration Protocol) server provides a mechanism for allocation of IP addresses to
client hosts. The section
[dhcpd] contains a list of parameters and settings for the DHCP server in the system. It
is divided into global settings for the server and parameters for the DHCP subnet.
Table 5.8 Settings in the [dhcpd] Section of the ip.cfg
; Global dhcp parameters
allow unknown-clients;
All DHCP queries are accepted and the configured settings are transmitted to the clients.
ddns-update-style none;
Deactivates dynamic update of the domain name system as per RFC 2136.
; Parameters for the Subnet
subnet <network address> netmask <mask for network range> {
<list>
}
In <list> you can enter any of the following specific network settings activated by the DHCP server. Each op-
tion must begin in a new line and end with a semicolon (
;).
range <start IP address> <end IP address>;
The DHCP network range is defined by the first and last address in the range. Client assignment begins with
the last address.
option broadcast-address <IP address>;
Defines the broadcast address for the clients in the subnet..
option domain-name "<string>";
Defines the domain name used in the network.
option domain-name-servers <IP address>;
Defines the DNS-server address to be assigned (as per RFC 1035)
All of the following optional entries defining server addresses are also transmitted as per RFC 1035. Separate
multiple addresses per server with a comma:
… <IP address>, <IP address>;
(this also applies for all other optional entries with IP addresses).
option netbios-name-servers <IP address>
Defines the WINS-server address to be assigned.
option ntp-servers <ip address>;
Defines the NTP-server address to be assigned.