Jamie Cameron
Jamie Cameron
@crlmahlberg does that config work if you add `ipfw` at the start of each line?
Looks like Webmin needs some updates to handle the latest IPFW format properly .. I'll take a look.
We do this intentionally so that a single RPM can be compatible with the maximum number of different Linux distributions. So far, I haven't seen an RPM-based distro that doesn't...
Will the `systemctl start` command work for init scripts though? Alternately, would a command like `service webmin restart` work?
So as a small improvement, we could have Webmin's install script run `service webmin restart` rather than `/etc/init.d/webmin restart` , since the `service` command is pretty commonly available.
I think we can fix this by not making the init script part of the RPM, but instead have it generated by the install process using the appropriate boot system....
I'm going to have to do some more research into the best way to implement this..
One option may be to use DHCP / DNS integration - if you're just setting up DNS entries for your local network, the ISC DHCP server can add hosts that...
I suppose it would be possible to have a Virtualmin API or UI for doing dynamic IP changes. How are you thinking that this would be used exactly?
I suppose this could be done already with the Virtualmin remote API command `modify-dns`, although that is only accessible to root. Also, you'd need to write some app for the...