PDA

View Full Version : Dhcpd Gui?


johntp
2007-01-01, 01:46 PM CST
Hey all,

Is there anyway I can manage my FC6 dhcp service through some type of GUI? I know this is probably very noobish to ask, but I do far better with visualsand I think it'd be easier to set up rules and such... any advice?


Thanks,
John

freelander00
2007-01-01, 02:27 PM CST
You can use webmin. It is not sth specific to dhcp but you can also setup many other services. Take a look at their website at http://www.webmin.com

johntp
2007-01-01, 05:06 PM CST
No, an all in one program would be splendid. I'll look into this!

johntp
2007-01-01, 05:20 PM CST
Hey, just downloaded and installed it. I absolutely love it. It is working very well for me right now. One question, in my dhcp I'd like to say that if this mac address xx:xx:xx:xx:xx wants an ip, always give him 192.168.0.14 any suggestions.

homey
2007-01-01, 05:24 PM CST
That looks like this in the /etc/dhcpd.conf

host mudd {
hardware ethernet 00:34:78:66:DF:21;
fixed-address 192.168.0 14;
}