[Asterisk-Users] Re: Asterisk Box as a Router, Firewall
and DHCP Server
Dave Cotton
dcotton at linuxautrement.com
Thu Jun 2 08:18:49 MST 2005
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 <dcotton at linuxautrement.com>
More information about the asterisk-users
mailing list