Re: [K12OSN] (no subject)
Yan Seiner (yan@cardinalengineering.com)
Wed, 24 Apr 2002 19:34:44 -0400
Christopher Hill wrote:
>
> Hi!
>
There's no reason why this could not be done with a single dhcp server;
I assign multiple subnets based on MAC addresses from the same dhcp
server.
If you're using dhcpd, just read up on classes:
class "cardinal" {
match pick-first-value (option dhcp-client-identifier,
hardware);
}
subclass "cardinal" 01:18:18:a8:00:04:00 {
option host-name "ophelia";
ddns-hostname "ophelia";
} #ophelia
and so on. A single dhcpd server can do it all. That way you can do
DDNS updates and be able to tell who's who by the DNS lookup.
--Yan
--
Daddy, did all the hair that fell off your head stick to your arms?
Akari, age 4
spam killer code kpwq1jkcsEzdx39gnkVvgycd15ayqq
_______________________________________________
K12OSN mailing list
K12OSN@redhat.com
https://listman.redhat.com/mailman/listinfo/k12osn
For more info see