On Thu, 2005-06-02 at 10:09 -0500, Kristian Kielhofner wrote:
> Dave Cotton wrote:
> >
> > Have another look at it because this only scratches the surface. I love
> > DHCP.
>
> I second this completely. ISC DHCP allows you to do some crazy
> things... Start doing diskless clients with PXE/Etherboot and you can
> start to realize how truely flexible and powerful it is!
host ws101 {
hardware ethernet 00:50:04:45:39:EC;
fixed-address 192.168.1.101;
if substring(option vendor-class-identifier, 0, 9) =
"PXEClient" {
filename "/3c905c-tpo.lzpxe";
}else if substring (option vendor-class-identifier, 0, 9) =
"Etherboot" {
filename "/lts/vmlinuz.ltsp";
option vendor-encapsulated-options
3c:09:45:74:68:65:72:62:6f:6f:74:ff;
}
}
Exactly!!
--
Dave Cotton <[EMAIL PROTECTED]>
_______________________________________________
Asterisk-Users mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users