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 <jad_nycky@hidrotehnica.com> wrote:
> How can I filter dhcpd3+mac+ip addresses ?
> Have someone find a solution?
>
>
> --
> To UNSUBSCRIBE, email to debian-firewall-REQUEST@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
>
>
--
To UNSUBSCRIBE, email to debian-firewall-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
No comments:
Post a Comment