Hi,
I have DHCP here running on a linux box serving a mixture of clients. I
have the server serving dynamic addresses. What I want is to be able to
server static IP addresses per MAC address. This I can do if I don't have
dynamic addresses as well. How do I go about being able to serve static to
certain IPs and still keep a pool of dynamic addresses?
My dhcpd.conf is similar to below:
shared-network BLAH {
option domain-name "blah.ie";
option routers ......;
option domain-name-servers ...., .....;
subnet ....... netmask .... {
range ......;
}
}
group {
use-host-decl-names on;
host X {
hardware ethernet 00:00:f8:47:cf:68;
fixed-address .......;
}
host Y {
hardware ethernet 00-60-08-51-5D-CC;
fixed-address ........;
}
}
Thanks,
Damian.
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!