Hi,
subnet 10.0.10.0 netmask 255.255.255.0 {
range 10.0.10.2 10.0.10.100;
option routers 10.0.10.1;
The IP address of the debian server is 10.0.10.1.
The DHCP server will lease IPs from 10.0.10.2 to 10.0.10.100.
But, you can also assign IP address based on the PCs MAC address.
host Gigel {
hardware ethernet 0:0d:da:06:13:df;
fixed-address 10.0.10.9;
}
On 5/4/07, Stanciu Nicolae <[EMAIL PROTECTED]> wrote:
How can I filter dhcpd3+mac+ip addresses ?
Have someone find a solution?
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]