*** From dhcp-server -- To unsubscribe, see the end of this message. ***
> Can someone tell me if it is possible to define a range of IP address, that
> when assigned, are also passed a 'file' parameter?
In 3.0, you can do it like this:
pool {
range 10.190.117.2 10.190.117.100;
filename "foo";
}
pool {
range 10.190.117.101 10.190.117.200;
filename "bar";
}
In 2.0, you can't really do it unless the address ranges are on
different subnets.
_MelloN_
------------------------------------------------------------------------------
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.
------------------------------------------------------------------------------