Dialogic IMG 1010 Network Card User Manual


 
IMG 1004 - Software Installation and Setup
141
Sample dhcpd.conf File - IMG 1004
Topic Location: IMG1004-Installation and Setup Guide > IMG 1004-Software
Installation and Setup
The following is a sample dhcpd.conf file. If you do not have access to the xldhcp
script, you must modify this file manually. Modify the lines in bold according to your
particular network settings.
#################################################################
# File: dhcpd.conf
# Generated by: xldhcp Revision: 1.2
# Dialogic Corporation, Inc. 05/16/06_16:21:23
# Cantata Support @ 508-862-3366 techsupport@Cantata.com
#################################################################
ddns-update-style ad-hoc;
# which logfile group... log to /var/log/messages
LogFile = messages;
allow bootp;
# declare global vender options
option Host_1004_Flag code 134 = signed integer 32;
# 0 = FTP, T1, AB Polls disabled, CODEC Profile 5 LBR
# 2 = FTP, E1, AB Polls disabled, CODEC Profile 5 LBR
# 16 = FTP, T1, AB Polls disabled, CODEC Profile 6 LBR+iLBC
# 24 = FTP, T1, AB Polls disabled, CODEC Profile 7 LBR+iLBC+wireless
# Configured Host_1010_Flag = 0
# option routers is the same as the default gateway
option routers 192.168.1.1;
option subnet-mask 255.255.255.224;
# subnet IP address usually default gateway address minus 1
subnet 192.168.1.0 netmask 255.255.255.224
{
host IMG_CPU1_0
{
hardware ethernet 00:20:1c:00:00:00;
fixed-address 192.168.1.5;
# ftp server name (IP Address of the LINUX PC running FTP)
next-server 192.168.1.100;
# IMG bin file (software load)
filename "ftpBuilds/img1004_id0106.bin";
option Host_1004_Flag 0;
}