Archive for category ipam

phpIPAM version 0.5 released

Dear all, I am happy to announce new version of phpipam IP address management – version 0.5, amongst others featuring VRF and AD authentication support. All new features and changes are described below…

DEMO: http://phpipamdemo.mihap.si/

List of bug fixes and new features:

	New features:
	-------------
	+ Importing subnets from RIPE by AS in admin section;
	+ Added switch management and changed switch logic;
	+ Added VRF support;
	+ Added AD domain authentication;
	+ Added MAC address field to ip address;
	+ Added database table and belonging fields check under admin;

	Bugfixes / enhancements:
	------------------------
	+ Added DNS resolving when editing/adding IP address;
	+ Added IE compatibility meta tag and IE UI improvements for IE >= 8;
	+ Search returns also subnets and MAC searches;
	+ Added mac address and IP status to XLS import/export scripts;
	+ jQuery update from 1.6.2 to 1.7;
	+ Highcharts update from 2.1.2 to 2.1.8;

	+ Fixed dashboard errors if no IPv4/IPv6 subnets configured;
	+ Fixed errors with viewing / modifying IP addresses for Operator users;
	+ Fixed session cookie error on hosts;
	+ Fixed error when saving settings;
	+ Fixed instructions errors when inserting html code;
	+ Fixed first free IP address not displaying in IP request;

For installation and updating just extract the package, edit config.php and open browser to run database installer / updater (or do it manually – read UPDATING).

Backup database files before upgrading!!!

Please note that for AD authentication ldap support is required in php installation!

You can download it on sourceforge site: phpipam-0.5

Some screenshots of new stuff:

Current plans for next release:

	- Character support;
	- selectable fields (mac, switch, port, ...)
	- subnet splitting;
	- search for available subnets;
	- translations (XML);
	- Sorting of IP addresses;
	- Sorting of subnets;
	- custom CSS;

brm

No Comments

phpIPAM version 0.4 released

Dear all, I am happy to announce new version of PHP IP address management – version 0.4. All new features and changes are described below…

DEMO: http://phpipamdemo.mihap.si/

List of bug fixes and new features:

	New features:
	-------------
	+ Massive add / edit / delete by specifying IP range (e.g. 10.10.0.1 - 10.10.0.254);
	+ Database upgrade / install from browser -> simplified installation/update procedure;
	+ New usertype viewer - can only view IP address list;
	+ Subnets can now be edited directly from IP address list;
	+ Option to lock subnet for writing to no-admin users;
	+ Device and Host list;
	+ Option to specify which subnet can have IP requests when editing / adding subnet if module is enabled;
	+ Latest version check on admin page;

	Bugfixes / enhancements:
	------------------------
	+ Fixed overspanning of multiple sections;
	+ Admin menu and add subnet now shown only to admins;
	+ Fixed VLAN table to show nesting and IP request option and statistics;
	+ Fixed subnet table to show nesting and IP request option;
	+ Subnet Adding shows only master subnets in section not in all sections;
	+ Tooltips and button hovers are now in separate javascript file;
	+ Graphs show only subnets with non-0 ip addresses;
	+ Various code enhancements + improved error handling;
	+ Fixed URL links not updating after few clicks;
	+ If loading slave subnet directly the subnet menu drops down and shows active slave subnet;
	+ Clicking on master shubnet shows all nested subnets and statistics;
	+ Redesigned log table;
	+ Fixed search;

For installation and updating just extract the package, edit config.php and open browser to run database installer / updater (or do it manually – read UPDATING).

You can download it on source forge site: phpipam-0.4.tar

Some screenshots of new stuff:

brm

10 Comments

phpipam development SVN

Anyone that is interested in testing the latest development version can from now on use subversion repository:

svn co https://phpipam.svn.sourceforge.net/svnroot/phpipam phpipam

brm

No Comments

phpIPAM version 0.3 released

Dear all, I am happy to announce new version of PHP IP address management – version 0.3. Among other things It includes most requested subnet nesting…

DEMO: http://phpipamdemo.mihap.si/

List of bug fixes and new features:

	New features:
	-------------
	+ Subnet nesting - you can now have master subnet and normal subnets belonging to it;
	+ Server settings are now moved to database and can be set under admin menu;
	+ Request IP module on login page with email notification;
	+ Confirm/reject IP address request from admin page with mail notification;
	+ Admin dashboard notification of new requests;
	+ Autocomplete of owner and Switch name from all available when adding/editing IP address;
	+ New settings quick access on button hover;
	+ Option to export each subnet indivudually;

	Bugfixes / enhancements:
	------------------------
	+ jQuery update from 1.6 to 1.6.2;
	+ VLANs are now grouped by section;
	+ Direct access to subnet from vlan table;
	+ UI enhancements;
	+ Fixed user editing bug where user update broke password;
	+ Fixed password in new account notification;
	+ Fixed percentage display on Dashboard;
	+ IPv6 calculator /64 limit fixed;
	+ Changed tooltip effect to appear instantly for smoother display;
	+ Login functions are now separate file;

For upgrading please read UPGRADE file in package, basically it is done in standard unix way:

  1. Backup database and existing files;
  2. Extract package and edit settings in config.php;
  3. Update database with importing UPDATE.sql file;

New installation stays the same as before…

You can download it on source forge site: phpipam-0.3.

Some screenshots:

Comments welcome.

Kind regards,
Miha

3 Comments

First version of phpipam released

Hi, the first official beta of IPAM has been released (now called phpipam), you can download it on sourceforge…
phpipam-0.2

You can demo it on phpipamdemo.mihap.si.

Some screenshots:

Read the rest of this entry »

No Comments