84
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.
Summary of Contents for 100
Page 1: ...snom 100 User Manual v1 9a ...
Page 2: ......
Page 7: ...7 Installation ...
Page 19: ...19 Basic Functions ...
Page 29: ...29 Advanced Functions ...
Page 36: ...36 Call Register ...
Page 47: ...47 Settings ...
Page 62: ...62 Administration ...
Page 85: ...85 Appendix ...
Page 90: ...90 Version Software 35 Volume Adjusting 26 32 Windows 2000 80 ...
Page 91: ......