-
jgerfen changed the public information on the phpDHCPAdmin project.
2009-12-03 16:48:03 UTC by jgerfen
-
I have a new release available. Some features, bug fixes, and an installer have been added.Please take a look at the WIKI pages for setup, configuration, and usage information.http://sourceforge.net/apps/mediawiki/phpdhcpadmin/index.php?title=Main_Page.
2009-11-19 17:35:48 UTC by jgerfen
-
My apologies. I just barely saw this.
This error message is an indication of a misconfiguration within the inc.config.php file.
Specifically the $defined['hostname'] directive. This field MUST match the server address found in global php variable; $_SERVER['SERVER_NAME']
The latest release I uploaded today is phpDHCPAdmin=0.9.5-beta.
2009-11-17 15:00:52 UTC by jgerfen
-
jgerfen made 3 file-release changes.
2009-11-17 14:55:03 UTC by jgerfen
-
jgerfen made 2 file-release changes.
2009-11-17 14:53:02 UTC by jgerfen
-
background information:
OS = debian lenny
apache = 2.2.9
php = 5.2.6-1+lenny3 with Suhosin-Patch 0.9.6.2
ERROR:
Fatal error: Call to a member function GenerateErrorLink() on a non-object in /var/www/secure/phpDHCPAdmin-0.9.4-beta/index.php on line 164
I must add i am accessing the url over a forwarded ssh connection (if that matters).
2009-08-19 19:52:19 UTC by terinz
-
I have this error as well with the following configuration....
/ database configuration
$defined['hostname'] = "http://host.domain.org";
$defined['dbhost'] = "localhost";
$defined['username'] = "localuser";
$defined['password'] = "localuserpass";
$defined['dbname'] = "phpDHCPAdmin";
any ideas?.
2009-08-19 18:46:26 UTC by terinz
-
jgerfen changed the public information on the phpDHCPAdmin project.
2009-08-13 13:15:37 UTC by jgerfen
-
No API as this is simply a front end to the ISC DHCPD service. This application simply creates a new dhcpd.conf based on information stored in the database and then a crontab restarts the service if a flag is set to do so.
There are versions of dhcpd services that store information directly within a MySQL database.
Your best bet would be to enable some sort of database functionality or xml...
2009-06-30 12:55:05 UTC by jgerfen
-
Hi,
Your project seems to interesting. But I have some questions.
The main question is about the usage.
I have a java program that generate a pair IP/MAC and I want to asign it dinamically to a dhcp server. It's possible to do it with your project?.
I want to assign IP/MAC dinamically to the dhcp.conf and delete this pairs if the java application decides to do it.
I really don't...
2009-06-29 13:49:34 UTC by xfernandez