From: Jeff A. Earickson (jaearick@colby.edu)
Date: Thu Jun 24 2004 - 14:26:26 CDT
Hi,
I'm running netreg1.3rc2 in a testbed subnet, and right
now I'm splitting my class-C subnet into registered and
unregistered machines:
subnet 137.146.214.0 netmask 255.255.255.0
{
#---unknown clients
pool {
range 137.146.214.64 137.146.214.99;
#---DNS from this box only!
option domain-name-servers 137.146.214.50;
one-lease-per-client true;
default-lease-time 120;
max-lease-time 120;
allow unknown clients;
}
#---registered clients
pool {
option routers 137.146.214.1;
range 137.146.214.100 137.146.214.254;
default-lease-time 2419200;
max-lease-time 4838400;
deny unknown clients;
}
}
In our real setup, we have 100+ subnets that I would have to
subdivide like this. Our network guy doesn't like this. He
would rather have one or more "netreg" class-C subnets, whereby
any unregistered machine would end up there, no matter what
port they plugged into on our campus. How to do this?
Jeff Earickson
Colby College
**********************************************************************
To unsubscribe from this list, send an e-mail message to
majordomo@southwestern.edu containing a single line with the words:
unsubscribe netreg
Send requests for assistance to: owner-netreg@southwestern.edu
**********************************************************************
This archive was generated by hypermail 2.1.4 : Thu Aug 12 2004 - 12:01:46 CDT