[CDBUG-talk] DHCP server?
Greg Troxel
gdt at lexort.com
Wed Jul 13 10:27:13 EDT 2016
Jaime <jaime at snowmoon.com> writes:
> HA? Really? How hard is that to set up? That could be really helpful.
>
> What about static leases? Is the syntax pretty simple for that?
Yes. With isc dhcpd under NetBSD (surely it's the same), in the subnet
section you add
host notional-host-name.domain.com {
hardware ethernet a:b;c:d:e;f;
fixed-address 10.1.2.3;
}
and then that ethernet will be given that address, which I exclude from
the pool.
I think you can also match on client-hostname or uid.
Greg (lurker, in ~Boston not Albany...)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 180 bytes
Desc: not available
URL: <http://lists.nycbug.org/pipermail/cdbug-talk/attachments/20160713/9325fe61/attachment.bin>
More information about the CDBUG-talk
mailing list