Today I was made aware of a problem in regards to the usage of subnets.
The phpDHCPAdmin >> manage subnets control panel has a strict set of rules
regarding the adding of new subnets. This was originally done to prevent
inexperienced users from adding subnets that the server's interfaces are not
configured to listen on.
It seems that this may be an oversight on my part and will be addressed in the
next release. For those that are in need of a quick fix please edit the file
'phpDHCPAdmin-0.9.5-beta/manage.subnets.php'
Today I was made aware of a problem in regards to the usage of subnets.
The phpDHCPAdmin >> manage subnets control panel has a strict set of rules
regarding the adding of new subnets. This was originally done to prevent
inexperienced users from adding subnets that the server's interfaces are not
configured to listen on.
It seems that this may be an oversight on my part and will be addressed in the
next release. For those that are in need of a quick fix please edit the file
'phpDHCPAdmin-0.9.5-beta/manage.subnets.php'
On line 211 the line reads like the following:
In order to add subnets regardless of your server's interface list you will
want to change the above line to the following:
And again...