*** From dhcp-server -- To unsubscribe, see the end of this message. ***
I have a large lab that I am trying to service with dhcpd. the clients are
all running win95. I have set up multiple subnet statements in dhcpd.conf
in hopes of circumventing the class C license limit, but I am running out
of addresses when the first subnet is filled.
What should I do to get around this problem?
My dhcpd.conf file looks like ....
# This DHCPD configuration file was built by Joe McGerald
# 4/1/99. It started with the conf file from the Intergate server
# and has been modified to reflect new DNS and subnet info.
# Hosts with more than one interface MUST specify a ``server-identifier'',
# which should be the IP address of the server's primary network interface,
# or if there is no interface that can be described that way, at least an
# interface whose address isn't likely to change.
#server-identifier intergate.sdmesa.sdccd.cc.ca.us;
# option definitions common to all supported networks...
option domain-name "sdmesa.sdccd.cc.ca.us";
# On 4/1/99 DNS modified to 10.1.1.250 (secondary @ District)
# & 10.51.21.6 (caching on this computer)
option domain-name-servers 10.51.21.6,10.1.1.250;
#option netbios-name-servers 199.245.188.76;
default-lease-time 3600;
max-lease-time 7200;
get-lease-hostnames false;
# IP subnets that are alone on their physical wire should be declared by
# themselves. ISC dhcpd may still refer to them as shared networks in
# log messages, but this is simply an artifact of the underlying data
# structures.
#
# Note that options can be specified in the subnet declaration which
# supersede the global options specified earlier.
# Lab's 1st subnet (10.51.21.0)
subnet 10.51.21.0 netmask 255.255.255.0 {
range dynamic-bootp 10.51.21.10 10.51.21.254;
option routers 10.51.21.1;
option subnet-mask 255.255.255.0; }
# Lab's 2nd subnet (10.51.22.0)
subnet 10.51.22.0 netmask 255.255.255.0 {
range dynamic-bootp 10.51.22.10 10.51.22.254;
option routers 10.51.22.1;
option subnet-mask 255.255.255.0; }
etc ...
...
...
...
...
...
--------------------------------------
|San Diego Mesa College |
|Joe McGerald |
|Instructional labs Supervisor |
|[EMAIL PROTECTED] |
--------------------------------------
------------------------------------------------------------------------------
To unsubscribe from this list, please visit http://www.fugue.com/dhcp/lists
If you are without web access, or if you are having trouble with the web page,
please send mail to [EMAIL PROTECTED] Please try to use the web
page first - it will take a long time for your request to be processed by hand.
------------------------------------------------------------------------------