Subj : Re: reserve ip-adress in dhcp-server via webmin To : comp.os.linux From : Sybren Stuvel Date : Sat Oct 16 2004 02:07 pm Carsten Larsen enlightened us with: > since i´m very new to linux, i use WEBMIN to control all functions > of this server, and so far all works well You'll be better off learning how to configure things yourself. It isn't as hard as it looks. > i have implemented the dhcp-server and it works fine, one thing i > would like to do, is to make reservations in the dhcp-server, [...] > in that, there was an option to reservate the ip-adress via the > mac-adress, when that was done, we could designate different options > for those reservated clients It's "reserved", not "reservated". But anyway, add a block like: host somehostname { hardware ethernet 00:11:22:33:44:55; fixed-address 10.0.0.1; } to your dhcpd.conf for each host you want to hard-code. > is that also possible on the red hat via webmin, and if so, how do > you do that? Don't know, never use it. Sybren -- The problem with the world is stupidity. Not saying there should be a capital punishment for stupidity, but why don't we just take the safety labels off of everything and let the problem solve itself? .