User's Manual
Install and configure a Solaris 2 server 645
shared-network "myNetwork"
{
# Declaring subnet for current server
subnet 47.147.77.0 netmask 255.255.255.0
{}
# Declaring subnet for DHCP clients
subnet 47.147.75.0 netmask 255.255.255.0
{
# Pool addresses for i2004 clients
pool
{
allow members of "i2004-clients";
range 47.147.75.60 47.147.75.65;
option routers 47.147.75.1;
# Nortel special string
option Nortel-specific-info = "NortelÉ";
}
default-lease-time 180;
max-lease-time 300;
}
Finally, before starting the server, create a blank dhcpd.leases file in the
/etc/ directory, which is the same location as the dhcpd.conf file. To start
the server, go to /var/usr/sbin/ and type:
./dhcpd
To run in debug mode, type:
./dhcpd –d –f
Install and configure a Solaris 2 server
To set up the Solaris 2 server, consult the accompanying manual and
online documentation. Use the following procedure to configure Solaris 2
with DHCP.
Procedure 167
Configuring a Solaris 2 server
Step Action
1 Read the following man pages:
• dhcpconfig
• dhcptab
• in.dhcpd
Nortel Communication Server 1000
IP Phones Fundamentals
NN43001-368 05.06 30 April 2010
Copyright © 2003-2010 Nortel Networks. All Rights Reserved.
.