From: Jamie C. <jca...@we...> - 2002-09-11 01:03:48
|
Steve M Bibayoff wrote: > I don't know where Jamie(or anybody else) cares to have bug reports > submited, and noticing that the webmin bug tracking system seems to be > rarely used recently, I'm submitting it here first. Sorry if it was > preferred to have been submitted somewhere else first, will do next time. > > Under Servers->DHCPD->Module_Config if you try to change the "Interfaces > to run DHCP on" from "Automatic" to a user defined (say eth1, or > anything besides eth0), it doesn't register the change. Under RH > 7.[1,2,3], the file /etc/sysconfig/dhcpd needs to be ammended with eth1 > (or whatever the interface(s) needed to be used) after "DHCPDARGS=" . > > I don't know if this is required before <RH7.0 or any other distro. And > I currently don't have time to figure out what is needed to fix it(I > currently just edit by hand). If nobody submits a fix by wedsnday, I > would have time then to dive in and see what needs changing. Yeah, that option is rather misleading as it only applies when webmin starts dhcpd directly, not through redhat's init script. What really needs to be done is to take it out of the module config page and put it on one of the other forms. The code could then update the /etc/sysconfig/dhcpd file so that redhat's init scripts use the right interface, as well as the module config so that when webmin starts dhcpd directly it adds the right interface to the command as well. - Jamie |