AASTRA SIP-DECT (Release 3.0)- OM System Manual - Installation, Administration and Maintenance EN User Manual
Page 20

SIP–DECT OM System Manual Release 3.0
2 Getting Started
Aastra
depl-1624/1.0
Page: 20 (241)
Note, that it is now possible to use the clipboard to enter new commands and
configuration file statements.
6 Enter the following commands to configure and start the DHCP/TFTP service:
su –l
Starts a super user (“root”) shell.
yum install dhcp tftp-server
Installs a DHCP and a TFTP server.
yum install nano
Installs the “nano” text editor.
cd /var/lib/tftpboot
Change the current directory.
cp -v /home/centoslive/Desktop/* .
Copy files here. (“iprfp3G.dnld”,
“iprfp2G.tftp”, and “aafon6xxd.dnld” from the
CD ROM). Mind the trailing dot in the
command.
nano /etc/dhcp/dhcpd.conf
Start the “nano” text editor to change the
“/etc/dhcp/dhcpd.conf” configuration file for
the ISC DHCP daemon. Adapt and paste the
example configuration from below. Press
[Ctrl-X] to end the text editor and confirm
saving the file with the [Y] and [Return] keys.
/etc/init.d/dhcpd restart
Start the DHCP server.
chkconfig tftp on
/etc/init.d/xinetd restart
Enable the TFTP server that is started from
xinetd. Start the xinetd daemon after this.
tail -f /var/log/messages
View the system log for DHCP messages.
7 Connect the desired RFPs to your LAN. Establish their power supply, either by PoE or by
plugging in the external power adapters. During the RFP start-up, the SSH console
windows should display DHCP messages that indicate the RFP DHCP queries.
DHCP Configuration File (/etc/dhcp/dhcpd.conf)
The following configuration example needs to be adapted to your network and RFPs.
Change all lines with “192.168.112.” to match your LAN. Also change the MAC address
(here: 00:30:42:0d:10:2e) to the value printed on the backside label of the RFP that is
designated as OMM.
################################################
# dhcpd.conf sample configuration for SIP-DECT #
################################################
ddns-update-style interim;
ignore client-updates;
default-lease-time 86400;
max-lease-time 86400;
### Define SIP-DECT options (incl. structure of option 43) ###
option space SIPDECT;
option SIPDECT.omm-ip code 10 = ip-address;
option SIPDECT.omm-syslog code 14 = ip-address;
option SIPDECT.omm-syslog-port code 15 = unsigned integer 16;
option SIPDECT.country code 17 = unsigned integer 16;
option SIPDECT.ntpsrvname code 18 = text;