Snom 100 v1.9a User Manual page 84

V1.9a
Table of Contents

Advertisement

Linux
The DCHP settings are set in the file /etc/dhcpd.conf
when using Linux (see dhcpd(8)). A sample dhcp.conf
file for three phones with the serial numbers 1, 2, 3
could look like the following:
# dhcpd.conf
option domain-name "intern.snom.de";
option domain-name-servers 192.168.0.9;
option time-offset 3600;
option time-servers 192.168.0.9;
option root-path "/tftpboot/disk";
option ntp-servers 192.168.0.9;
option subnet-mask 255.255.255.0;
default-lease-time 600;
max-lease-time 7200;
subnet 192.168.0.0 netmask 255.255.255.0 {
range 192.168.0.50 192.168.0.99;
option broadcast-address 192.168.0.255;
option routers 192.168.0.1;
}
host snom1 { hardware ethernet 00:04:13:00:00:01;
fixed-address snom1; }
host snom2 { hardware ethernet 00:04:13:00:00:02;
fixed-address snom2; }
host snom3 { hardware ethernet 00:04:13:00:00:03;
fixed-address snom3; }
Please note that DHCP settings have precedence over
other methods to set values.
84

Advertisement

Table of Contents
loading

This manual is also suitable for:

100

Table of Contents