<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>/home/mihap/KrNeki</title>
	<atom:link href="http://blog.mihap.si/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mihap.si</link>
	<description>Mihov BloG o nepomembnih stvareh...</description>
	<lastBuildDate>Tue, 13 Mar 2012 12:25:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>phpIPAM version 0.6 released</title>
		<link>http://blog.mihap.si/phpipam-version-0-6-released/</link>
		<comments>http://blog.mihap.si/phpipam-version-0-6-released/#comments</comments>
		<pubDate>Tue, 13 Mar 2012 12:24:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Aktualno]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[ipam]]></category>
		<category><![CDATA[ipv6]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://blog.mihap.si/?p=698</guid>
		<description><![CDATA[Dear all, I am happy to announce new version of phpipam IP address management – version 0.6, amongst others featuring selectable and custom IP address fields, additional level of subnet nesting and many feature enhancements and bugfixes. Unfortunately translations had to be moved to next release, current roadmap is on bottom of post. For more [...]]]></description>
			<content:encoded><![CDATA[<p>Dear all, I am happy to announce new version of phpipam IP address management – version 0.6, amongst others featuring selectable and custom IP address fields, additional level of subnet nesting and many feature enhancements and bugfixes. Unfortunately translations had to be moved to next release, current roadmap is on bottom of post. For more details please read changelog below:</p>
<p>DEMO: <a href="http://phpipamdemo.mihap.si/">http://phpipamdemo.mihap.si/</a></p>
<p>List of bug fixes and new features:</p>
<pre>
	New features:
	----------------------------
	+ Selectable IP address list display fields;
	+ Custom IP address fields;
	+ Search and replace IP fields function;
	+ Full page width theme;	

	Enhancements:
	----------------------------
	+ Independant VLAN management;
	+ Added additional level of subnet nesting;
	+ Added option to clear and export log files;
	+ Export of search results to XLS;
	+ Clickable search results;
	+ Selectable export fields when exporting subnet;
	+ Subnet can be deleted from ip address edit subnet;
	+ IP Requests for locked subnets and viewer users can be placed from ip address list;
	+ jQuery updated to v 1.7.1;
	+ HighCharts updated to v 2.2.0;

	Bugfixes:
	------------------------
	+ Upgrade is supported only for versions 0.4 and higher;
	+ Fixed broken UTF-8 support;
	+ Fixed wrong logging when authenticating via AD;
	+ Fixed issues where external attacker might get information about internal hosts through resolvedns script;
	+ Fixed wrong subnet nesting under administration/manage subnets;
	+ Fixed editing subnet can be outside of its own root subnet;
	+ Fixed errors when adding new switch auto-adds itselt to all hosts without no switch defined;
	+ Fixed removing switch not removed in ip address list;
	+ Vlan1 can now be used;
	+ Fixed mail sending settings with missing information;
	+ Fixed errors on adding switch with no sections;
	+ Fixed version check;
	+ Removed masterSubnets from subnets available for IP requests;
	+ Fixed error when non-admin user could not open dashboard;
	+ Added how subnet list switch when list hidden;
</pre>
<p>For installation and updating just extract the package, edit config.php and open browser to run database installer / updater (or do it manually &#8211; read UPDATING).</p>
<p><strong>Backup database files before upgrading!!!</strong></p>
<p>You can download it on sourceforge site: <a href="http://sourceforge.net/projects/phpipam/">phpipam-0.6</a></p>
<p>Some screenshots of new stuff:<br />

<a href='http://blog.mihap.si/phpipam-version-0-6-released/nesting/' title='nesting'><img width="150" height="150" src="http://blog.mihap.si/wp-content/uploads/2012/03/nesting-150x150.png" class="attachment-thumbnail" alt="nesting" title="nesting" /></a>
<a href='http://blog.mihap.si/phpipam-version-0-6-released/ipfilter/' title='ipfilter'><img width="150" height="150" src="http://blog.mihap.si/wp-content/uploads/2012/03/ipfilter-150x150.png" class="attachment-thumbnail" alt="ipfilter" title="ipfilter" /></a>
<a href='http://blog.mihap.si/phpipam-version-0-6-released/customfields/' title='customFields'><img width="150" height="150" src="http://blog.mihap.si/wp-content/uploads/2012/03/customFields-150x150.png" class="attachment-thumbnail" alt="customFields" title="customFields" /></a>
<a href='http://blog.mihap.si/phpipam-version-0-6-released/export/' title='export'><img width="150" height="150" src="http://blog.mihap.si/wp-content/uploads/2012/03/export-150x150.png" class="attachment-thumbnail" alt="export" title="export" /></a>
<a href='http://blog.mihap.si/phpipam-version-0-6-released/custom/' title='custom'><img width="150" height="150" src="http://blog.mihap.si/wp-content/uploads/2012/03/custom-150x150.png" class="attachment-thumbnail" alt="custom" title="custom" /></a>
<a href='http://blog.mihap.si/phpipam-version-0-6-released/replace/' title='replace'><img width="150" height="150" src="http://blog.mihap.si/wp-content/uploads/2012/03/replace-150x150.png" class="attachment-thumbnail" alt="replace" title="replace" /></a>
</p>
<p>Current plans for next release (Roadmap):</p>
<pre>
	- Planned
		- translations (gettext);
		- custom groups
		- per-section permissions for groups;

	- Requests
		- Sorting of IP addresses;
		- Sorting of subnets;
		- SMTP auth;
		- subnet splitting;
		- API
		- search for available subnets;
		- Show Subnet name instead of subnet IP address;
</pre>
<p>brm</p>
<div class="none"><div class="g-plusone" data-href="http://blog.mihap.si/phpipam-version-0-6-released/" size="small" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://blog.mihap.si/phpipam-version-0-6-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phpIPAM version 0.5 released</title>
		<link>http://blog.mihap.si/phpipam-version-0-5-released/</link>
		<comments>http://blog.mihap.si/phpipam-version-0-5-released/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 17:56:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ipam]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://blog.mihap.si/?p=680</guid>
		<description><![CDATA[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&#8230; DEMO: http://phpipamdemo.mihap.si/ List of bug fixes and new features: New features: ------------- + Importing subnets from RIPE by AS in admin section; [...]]]></description>
			<content:encoded><![CDATA[<p>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&#8230;</p>
<p>DEMO: <a href="http://phpipamdemo.mihap.si/">http://phpipamdemo.mihap.si/</a></p>
<p>List of bug fixes and new features:</p>
<pre>
	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;
</pre>
<p>For installation and updating just extract the package, edit config.php and open browser to run database installer / updater (or do it manually &#8211; read UPDATING).</p>
<p><strong>Backup database files before upgrading!!!</strong></p>
<p><b>Please note that for AD authentication ldap support is required in php installation!</b></p>
<p>You can download it on sourceforge site: <a href="http://sourceforge.net/projects/phpipam/">phpipam-0.5</a></p>
<p>Some screenshots of new stuff:<br />

<a href='http://blog.mihap.si/phpipam-version-0-5-released/mac/' title='MAC'><img width="150" height="150" src="http://blog.mihap.si/wp-content/uploads/2011/11/MAC-150x150.png" class="attachment-thumbnail" alt="MAC" title="MAC" /></a>
<a href='http://blog.mihap.si/phpipam-version-0-5-released/vrf/' title='VRF'><img width="150" height="150" src="http://blog.mihap.si/wp-content/uploads/2011/11/VRF-150x150.png" class="attachment-thumbnail" alt="VRF" title="VRF" /></a>
<a href='http://blog.mihap.si/phpipam-version-0-5-released/switch/' title='Switch'><img width="150" height="150" src="http://blog.mihap.si/wp-content/uploads/2011/11/Switch-150x150.png" class="attachment-thumbnail" alt="Switch" title="Switch" /></a>
<a href='http://blog.mihap.si/phpipam-version-0-5-released/ripe/' title='RIPE'><img width="150" height="150" src="http://blog.mihap.si/wp-content/uploads/2011/11/RIPE-150x150.png" class="attachment-thumbnail" alt="RIPE" title="RIPE" /></a>
<a href='http://blog.mihap.si/phpipam-version-0-5-released/ad/' title='ad'><img width="150" height="150" src="http://blog.mihap.si/wp-content/uploads/2011/11/ad-150x150.png" class="attachment-thumbnail" alt="ad" title="ad" /></a>
</p>
<p>Current plans for next release:</p>
<pre>
	- Character support;
	- selectable fields (mac, switch, port, ...)
	- subnet splitting;
	- search for available subnets;
	- translations (XML);
	- Sorting of IP addresses;
	- Sorting of subnets;
	- custom CSS;
</pre>
<p>brm</p>
<div class="none"><div class="g-plusone" data-href="http://blog.mihap.si/phpipam-version-0-5-released/" size="small" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://blog.mihap.si/phpipam-version-0-5-released/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>phpIPAM version 0.4 released</title>
		<link>http://blog.mihap.si/phpipam-version-0-4-released/</link>
		<comments>http://blog.mihap.si/phpipam-version-0-4-released/#comments</comments>
		<pubDate>Fri, 26 Aug 2011 11:34:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Aktualno]]></category>
		<category><![CDATA[ipam]]></category>
		<category><![CDATA[ipv6]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://blog.mihap.si/?p=669</guid>
		<description><![CDATA[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&#8230; 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 [...]]]></description>
			<content:encoded><![CDATA[<p>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&#8230;</p>
<p>DEMO: <a href="http://phpipamdemo.mihap.si/">http://phpipamdemo.mihap.si/</a></p>
<p>List of bug fixes and new features:</p>
<pre>
	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;
</pre>
<p>For installation and updating just extract the package, edit config.php and open browser to run database installer / updater (or do it manually &#8211; read UPDATING).</p>
<p>You can download it on source forge site: <a hre="http://sourceforge.net/projects/phpipam/files/current/phpipam-0.4.tar/download">phpipam-0.4.tar</a></p>
<p>Some screenshots of new stuff:<br />

<a href='http://blog.mihap.si/phpipam-version-0-4-released/logs-2/' title='Logs'><img width="150" height="150" src="http://blog.mihap.si/wp-content/uploads/2011/08/Logs-150x150.png" class="attachment-thumbnail" alt="Logs" title="Logs" /></a>
<a href='http://blog.mihap.si/phpipam-version-0-4-released/range-adding/' title='Range adding'><img width="150" height="150" src="http://blog.mihap.si/wp-content/uploads/2011/08/Range-adding-150x150.png" class="attachment-thumbnail" alt="Range adding" title="Range adding" /></a>
<a href='http://blog.mihap.si/phpipam-version-0-4-released/subnet-edit/' title='Subnet edit'><img width="150" height="150" src="http://blog.mihap.si/wp-content/uploads/2011/08/Subnet-edit-150x150.png" class="attachment-thumbnail" alt="Subnet edit" title="Subnet edit" /></a>
<a href='http://blog.mihap.si/phpipam-version-0-4-released/vlan/' title='VLAN'><img width="150" height="150" src="http://blog.mihap.si/wp-content/uploads/2011/08/VLAN-150x150.png" class="attachment-thumbnail" alt="VLAN" title="VLAN" /></a>
</p>
<p>brm</p>
<div class="none"><div class="g-plusone" data-href="http://blog.mihap.si/phpipam-version-0-4-released/" size="small" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://blog.mihap.si/phpipam-version-0-4-released/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>phpipam development SVN</title>
		<link>http://blog.mihap.si/phpipam-development-svn/</link>
		<comments>http://blog.mihap.si/phpipam-development-svn/#comments</comments>
		<pubDate>Thu, 25 Aug 2011 11:01:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Aktualno]]></category>
		<category><![CDATA[ipam]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://blog.mihap.si/?p=662</guid>
		<description><![CDATA[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]]></description>
			<content:encoded><![CDATA[<p>Anyone that is interested in testing the latest development version can from now on use subversion repository:</p>
<pre>svn co https://phpipam.svn.sourceforge.net/svnroot/phpipam phpipam</pre>
<p>brm</p>
<div class="none"><div class="g-plusone" data-href="http://blog.mihap.si/phpipam-development-svn/" size="small" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://blog.mihap.si/phpipam-development-svn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phpIPAM version 0.3 released</title>
		<link>http://blog.mihap.si/phpipam-version-0-3-released/</link>
		<comments>http://blog.mihap.si/phpipam-version-0-3-released/#comments</comments>
		<pubDate>Wed, 03 Aug 2011 15:13:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Aktualno]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[ipam]]></category>
		<category><![CDATA[ipv6]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.mihap.si/?p=638</guid>
		<description><![CDATA[Dear all, I am happy to announce new version of PHP IP address management &#8211; version 0.3. Among other things It includes most requested subnet nesting&#8230; 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; + [...]]]></description>
			<content:encoded><![CDATA[<p>Dear all, I am happy to announce new version of PHP IP address management &#8211; version 0.3. Among other things It includes most requested subnet nesting&#8230;</p>
<p>DEMO: <a href="http://phpipamdemo.mihap.si/">http://phpipamdemo.mihap.si/</a></p>
<p>List of bug fixes and new features:</p>
<pre>
	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;
</pre>
<p>For upgrading please read UPGRADE file in package, basically it is done in standard unix way:</p>
<ol>
<li>Backup database and existing files;</li>
<li>Extract package and edit settings in config.php;</li>
<li>Update database with importing UPDATE.sql file;</li>
</ol>
<p>New installation stays the same as before&#8230;</p>
<p>You can download it on source forge site: <a href="https://sourceforge.net/projects/phpipam/">phpipam-0.3</a>.</p>
<p>Some screenshots:<br />

<a href='http://blog.mihap.si/phpipam-version-0-3-released/administration/' title='Administration'><img width="150" height="150" src="http://blog.mihap.si/wp-content/uploads/2011/08/Administration-150x150.png" class="attachment-thumbnail" alt="Administration" title="Administration" /></a>
<a href='http://blog.mihap.si/phpipam-version-0-3-released/dashboard-2/' title='dashboard'><img width="150" height="150" src="http://blog.mihap.si/wp-content/uploads/2011/08/dashboard-150x150.png" class="attachment-thumbnail" alt="dashboard" title="dashboard" /></a>
<a href='http://blog.mihap.si/phpipam-version-0-3-released/ipv4/' title='IPv4'><img width="150" height="150" src="http://blog.mihap.si/wp-content/uploads/2011/08/IPv4-150x150.png" class="attachment-thumbnail" alt="IPv4" title="IPv4" /></a>
<a href='http://blog.mihap.si/phpipam-version-0-3-released/ipv6-2/' title='IPv6'><img width="150" height="150" src="http://blog.mihap.si/wp-content/uploads/2011/08/IPv6-150x150.png" class="attachment-thumbnail" alt="IPv6" title="IPv6" /></a>
<a href='http://blog.mihap.si/phpipam-version-0-3-released/request/' title='Request'><img width="150" height="150" src="http://blog.mihap.si/wp-content/uploads/2011/08/Request-150x150.png" class="attachment-thumbnail" alt="Request" title="Request" /></a>
<a href='http://blog.mihap.si/phpipam-version-0-3-released/requestedit/' title='RequestEdit'><img width="150" height="150" src="http://blog.mihap.si/wp-content/uploads/2011/08/RequestEdit-150x150.png" class="attachment-thumbnail" alt="RequestEdit" title="RequestEdit" /></a>
<a href='http://blog.mihap.si/phpipam-version-0-3-released/vlan_table/' title='vlan_table'><img width="150" height="150" src="http://blog.mihap.si/wp-content/uploads/2011/08/vlan_table-150x150.png" class="attachment-thumbnail" alt="vlan_table" title="vlan_table" /></a>
<a href='http://blog.mihap.si/phpipam-version-0-3-released/xlsimport/' title='XLSimport'><img width="150" height="150" src="http://blog.mihap.si/wp-content/uploads/2011/08/XLSimport-150x150.png" class="attachment-thumbnail" alt="XLSimport" title="XLSimport" /></a>
</p>
<p>Comments welcome.</p>
<p>Kind regards,<br />
Miha</p>
<div class="none"><div class="g-plusone" data-href="http://blog.mihap.si/phpipam-version-0-3-released/" size="small" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://blog.mihap.si/phpipam-version-0-3-released/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>First version of phpipam released</title>
		<link>http://blog.mihap.si/first-version-of-phpipam-released/</link>
		<comments>http://blog.mihap.si/first-version-of-phpipam-released/#comments</comments>
		<pubDate>Sat, 11 Jun 2011 17:25:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Aktualno]]></category>
		<category><![CDATA[ipam]]></category>
		<category><![CDATA[ipv6]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://blog.mihap.si/?p=609</guid>
		<description><![CDATA[Hi, the first official beta of IPAM has been released (now called phpipam), you can download it on sourceforge&#8230; phpipam-0.2 You can demo it on phpipamdemo.mihap.si. Some screenshots: Requirements: - Apache2 web server - Mysql server (5.1+) - PHP version 5.3+ with following modules + + mysqli : Adds support for the improved mySQL libraries [...]]]></description>
			<content:encoded><![CDATA[<p>Hi, the first official beta of IPAM has been released (now called phpipam), you can download it on sourceforge&#8230;<br />
<a href="https://sourceforge.net/projects/phpipam/">phpipam-0.2</a></p>
<p><a href="http://blog.mihap.si/wp-content/uploads/2011/06/ip.png" rel="lightbox[609]"><img src="http://blog.mihap.si/wp-content/uploads/2011/06/ip-300x195.png" alt="" title="Add IP" width="300" height="195" class="alignnone size-medium wp-image-632" /></a></p>
<p>You can demo it on <a href="phpipamdemo.mihap.si">phpipamdemo.mihap.si</a>.</p>
<p>Some screenshots:<br />

<a href='http://blog.mihap.si/first-version-of-phpipam-released/dashboard/' title='Dashboard'><img width="150" height="150" src="http://blog.mihap.si/wp-content/uploads/2011/06/Dashboard-150x150.png" class="attachment-thumbnail" alt="Dashboard" title="Dashboard" /></a>
<a href='http://blog.mihap.si/first-version-of-phpipam-released/edit-ip/' title='edit IP'><img width="150" height="150" src="http://blog.mihap.si/wp-content/uploads/2011/06/edit-IP-150x150.png" class="attachment-thumbnail" alt="edit IP" title="edit IP" /></a>
<a href='http://blog.mihap.si/first-version-of-phpipam-released/instructions/' title='Instructions'><img width="150" height="150" src="http://blog.mihap.si/wp-content/uploads/2011/06/Instructions-150x150.png" class="attachment-thumbnail" alt="Instructions" title="Instructions" /></a>
<a href='http://blog.mihap.si/first-version-of-phpipam-released/ip-calculator/' title='ip calculator'><img width="150" height="150" src="http://blog.mihap.si/wp-content/uploads/2011/06/ip-calculator-150x150.png" class="attachment-thumbnail" alt="ip calculator" title="ip calculator" /></a>
<a href='http://blog.mihap.si/first-version-of-phpipam-released/ipv6/' title='IPv6'><img width="150" height="150" src="http://blog.mihap.si/wp-content/uploads/2011/06/IPv6-150x150.png" class="attachment-thumbnail" alt="IPv6" title="IPv6" /></a>
<a href='http://blog.mihap.si/first-version-of-phpipam-released/logs/' title='logs'><img width="150" height="150" src="http://blog.mihap.si/wp-content/uploads/2011/06/logs-150x150.png" class="attachment-thumbnail" alt="logs" title="logs" /></a>
<a href='http://blog.mihap.si/first-version-of-phpipam-released/search/' title='search'><img width="150" height="150" src="http://blog.mihap.si/wp-content/uploads/2011/06/search-150x150.png" class="attachment-thumbnail" alt="search" title="search" /></a>
<a href='http://blog.mihap.si/first-version-of-phpipam-released/subnet-management/' title='Subnet management'><img width="150" height="150" src="http://blog.mihap.si/wp-content/uploads/2011/06/Subnet-management-150x150.png" class="attachment-thumbnail" alt="Subnet management" title="Subnet management" /></a>
<a href='http://blog.mihap.si/first-version-of-phpipam-released/user-management/' title='User management'><img width="150" height="150" src="http://blog.mihap.si/wp-content/uploads/2011/06/User-management-150x150.png" class="attachment-thumbnail" alt="User management" title="User management" /></a>
<a href='http://blog.mihap.si/first-version-of-phpipam-released/xls-import/' title='XLS import'><img width="150" height="150" src="http://blog.mihap.si/wp-content/uploads/2011/06/XLS-import-150x150.png" class="attachment-thumbnail" alt="XLS import" title="XLS import" /></a>
<a href='http://blog.mihap.si/first-version-of-phpipam-released/ip/' title='Add IP'><img width="150" height="150" src="http://blog.mihap.si/wp-content/uploads/2011/06/ip-150x150.png" class="attachment-thumbnail" alt="Add IP" title="Add IP" /></a>
</p>
<p><span id="more-609"></span></p>
<h3>Requirements:</h3>
<pre>
    - Apache2 web server
    - Mysql server (5.1+)
    - PHP version 5.3+ with following modules
        + + mysqli              : Adds support for the improved mySQL libraries
        + + session             : Adds persistent session support
        + + gmp                 : Adds support for dev-libs/gmp (GNU MP library) -> to calculate IPv6 networks
    - PHP PEAR support (dev-php/pear)
</pre>
<p>Installation procedure is tipical linux &#8211; untar, create and populate mysql database, update config.php file. Read INSTALL file.</p>
<h3>Description</h3>
<pre>
phpipam is an open-source web IP address management application. Its goal is to provide light and simple |P address management application. It is ajax-based using jQuery libraries, it uses php scripts and javascript and some HTML5/CSS3 features, so some modern browser is preferred to be able to display javascript quickly and correctly...

Some features and tools:
- Section / Subnet separation
- IPv4/IPv6 support
- Displays free range and number of clients
- Subnet statistics
- User management
- E-Mail notification with IP details
- Import IP addresses from XLS / CSV file
- Export IP database to XLS file
- IPv4/IPv6 calculator
- Search IP database

What it does not do:
- Updates DNS server
- Scan subnet range (for now)
</pre>
<p>brm</p>
<div class="none"><div class="g-plusone" data-href="http://blog.mihap.si/first-version-of-phpipam-released/" size="small" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://blog.mihap.si/first-version-of-phpipam-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IPAM (IP address management)</title>
		<link>http://blog.mihap.si/ipam-ip-address-management/</link>
		<comments>http://blog.mihap.si/ipam-ip-address-management/#comments</comments>
		<pubDate>Mon, 11 Apr 2011 17:26:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Aktualno]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[ipv6]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://blog.mihap.si/?p=552</guid>
		<description><![CDATA[Lately I have played around in my free time with creating IPv4/v6 address management program, as a replacement for managing IP addresses and subnets etc. in excel file&#8230; There are many commercial IPAMs available, which can do even more stuff, but I prefer to keep things light, simple, free and without unneeded balast. App is [...]]]></description>
			<content:encoded><![CDATA[<p>Lately I have played around in my free time with creating IPv4/v6 address management program, as a replacement for managing IP addresses and subnets etc. in excel file&#8230; There are many commercial IPAMs available, which can do even more stuff, but I prefer to keep things light, simple, free and without unneeded balast.<br />
<a href="http://blog.mihap.si/wp-content/uploads/2011/04/2_dashboard.png" rel="lightbox[552]"><img src="http://blog.mihap.si/wp-content/uploads/2011/04/2_dashboard-300x208.png" alt="" title="Dashboard" width="300" height="208" class="size-medium wp-image-580" style="border:none" /></a></p>
<p>App is ajax-based using jQuery libraries, it uses php scripts and javascript and some HTML5 features, so some modern browser is preferred to be able to display javascript quickly/correctly&#8230; </p>
<p>Some main features include:</p>
<ul>
<li>Section / Subnet separation</li>
<li>IPv4/v6 support</li>
<li>Displays free range and number of clients</li>
<li>Subnet statistics</li>
<li>User management</li>
<li>E-Mail notification</li>
<li>Import IP addresses from XLS / CSV file</li>
<li>IPv4/v6 calculator</li>
<li>Search IP database</li>
<li>and many others.</li>
</ul>
<p>If there will be interest I plan to launch it as an open source project. Next plans for v 0.2 are use of domain authentication, viewer-only user type, rss change feed, mass edit/delete/create, etc. </p>
<p>App can be tested on the following demo page:<br />
<a href="http://ipamdemo.mihap.si">ipamdemo</a></p>
<p>Some screenshots are below&#8230;<br />

<a href='http://blog.mihap.si/ipam-ip-address-management/2_dashboard/' title='Dashboard'><img width="150" height="150" src="http://blog.mihap.si/wp-content/uploads/2011/04/2_dashboard-150x150.png" class="attachment-thumbnail" alt="Dashboard" title="Dashboard" /></a>
<a href='http://blog.mihap.si/ipam-ip-address-management/3_ipv4/' title='3_ipv4'><img width="150" height="150" src="http://blog.mihap.si/wp-content/uploads/2011/04/3_ipv4-150x150.png" class="attachment-thumbnail" alt="3_ipv4" title="3_ipv4" /></a>
<a href='http://blog.mihap.si/ipam-ip-address-management/4_ipv6/' title='4_ipv6'><img width="150" height="150" src="http://blog.mihap.si/wp-content/uploads/2011/04/4_ipv6-150x150.png" class="attachment-thumbnail" alt="4_ipv6" title="4_ipv6" /></a>
<a href='http://blog.mihap.si/ipam-ip-address-management/5_ipedit/' title='5_ipEdit'><img width="150" height="150" src="http://blog.mihap.si/wp-content/uploads/2011/04/5_ipEdit-150x150.png" class="attachment-thumbnail" alt="5_ipEdit" title="5_ipEdit" /></a>
<a href='http://blog.mihap.si/ipam-ip-address-management/6_ipcalc/' title='6_ipCalc'><img width="150" height="150" src="http://blog.mihap.si/wp-content/uploads/2011/04/6_ipCalc-150x150.png" class="attachment-thumbnail" alt="6_ipCalc" title="6_ipCalc" /></a>
<a href='http://blog.mihap.si/ipam-ip-address-management/7_search/' title='7_search'><img width="150" height="150" src="http://blog.mihap.si/wp-content/uploads/2011/04/7_search-150x150.png" class="attachment-thumbnail" alt="7_search" title="7_search" /></a>
<a href='http://blog.mihap.si/ipam-ip-address-management/8_subnetmanagement/' title='8_subnetManagement'><img width="150" height="150" src="http://blog.mihap.si/wp-content/uploads/2011/04/8_subnetManagement-150x150.png" class="attachment-thumbnail" alt="8_subnetManagement" title="8_subnetManagement" /></a>
<a href='http://blog.mihap.si/ipam-ip-address-management/9_user/' title='9_user'><img width="150" height="150" src="http://blog.mihap.si/wp-content/uploads/2011/04/9_user-150x150.png" class="attachment-thumbnail" alt="9_user" title="9_user" /></a>
<a href='http://blog.mihap.si/ipam-ip-address-management/10_logs/' title='10_logs'><img width="150" height="150" src="http://blog.mihap.si/wp-content/uploads/2011/04/10_logs-150x150.png" class="attachment-thumbnail" alt="10_logs" title="10_logs" /></a>
<a href='http://blog.mihap.si/ipam-ip-address-management/11_import/' title='11_import'><img width="150" height="150" src="http://blog.mihap.si/wp-content/uploads/2011/04/11_import-150x150.png" class="attachment-thumbnail" alt="11_import" title="11_import" /></a>
</p>
<p>suggestions/comments are welcome <img src='http://blog.mihap.si/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
brm</p>
<div class="none"><div class="g-plusone" data-href="http://blog.mihap.si/ipam-ip-address-management/" size="small" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://blog.mihap.si/ipam-ip-address-management/feed/</wfw:commentRss>
		<slash:comments>64</slash:comments>
		</item>
		<item>
		<title>mysql &#124; sort by IP address</title>
		<link>http://blog.mihap.si/mysql-sort-by-ip-address/</link>
		<comments>http://blog.mihap.si/mysql-sort-by-ip-address/#comments</comments>
		<pubDate>Sat, 11 Dec 2010 17:32:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://blog.mihap.si/?p=547</guid>
		<description><![CDATA[One small tip &#8211; if you have table of IP addresses and you want to sort them by IP addressing it will not work properly&#8230;: mysql> select ipaddr from ipaddresses order by ipaddr asc; +---------------+ &#124; ipaddr &#124; +---------------+ &#124; 10.12.50.1 &#124; &#124; 10.12.50.123 &#124; &#124; 10.12.50.2 &#124; &#124; 10.12.50.5 &#124; +---------------+ 4 rows in [...]]]></description>
			<content:encoded><![CDATA[<p>One small tip &#8211; if you have table of IP addresses and you want to sort them by IP addressing it will not work properly&#8230;:</p>
<pre>
mysql> select ipaddr from ipaddresses order by ipaddr asc;
+---------------+
| ipaddr        |
+---------------+
| 10.12.50.1    |
| 10.12.50.123  |
| 10.12.50.2    |
| 10.12.50.5    |
+---------------+
4 rows in set (0.00 sec)
mysql>
</pre>
<p>As you can see the .123 should come last but it is in second place&#8230; The solution is to use mysql's <a href="http://dev.mysql.com/doc/refman/5.0/en/miscellaneous-functions.html#function_inet-aton">aton</a> function, which transforms IP into integer and sorts the fields properly&#8230;</p>
<pre>
mysql> select ipaddr from ipaddresses order by INET_ATON(ipaddr) ASC;
+---------------+
| ipaddr        |
+---------------+
| 10.12.50.1    |
| 10.12.50.2    |
| 10.12.50.5    |
| 10.12.50.123  |
+---------------+
4 rows in set (0.00 sec)
mysql>
</pre>
<div class="none"><div class="g-plusone" data-href="http://blog.mihap.si/mysql-sort-by-ip-address/" size="small" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://blog.mihap.si/mysql-sort-by-ip-address/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iOS4  in IPv6</title>
		<link>http://blog.mihap.si/ios4-in-ipv6/</link>
		<comments>http://blog.mihap.si/ios4-in-ipv6/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 22:51:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ipv6]]></category>

		<guid isPermaLink="false">http://blog.mihap.si/?p=521</guid>
		<description><![CDATA[Danes je koncno prispel IOS 4 in ena od novosti je tudi IPv6&#8230; Naivno sem iskal po nastvavitvah, kje se lahko kaj nastavi, nasel jasno nisem nic. Sem pa vseeno preveril in IPv6 deluje&#8230; Zanimivo pa je, da se ga kot kaze ne da izklopiti. Kaj vec pa bom vedel, ko bo na voljo jailbreak [...]]]></description>
			<content:encoded><![CDATA[<p>Danes je koncno prispel IOS 4 in ena od novosti je tudi IPv6&#8230; Naivno sem iskal po nastvavitvah, kje se lahko kaj nastavi, nasel jasno nisem nic. Sem pa vseeno preveril in IPv6 deluje&#8230; </p>
<p>Zanimivo pa je, da se ga kot kaze ne da izklopiti. Kaj vec pa bom vedel, ko bo na voljo jailbreak in terminal! <img src='http://blog.mihap.si/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><img src="http://blog.mihap.si/wp-content/uploads/2010/06/photo-2.png" width="250px" style="float:left;padding:0px"><img src="http://blog.mihap.si/wp-content/uploads/2010/06/photo-1.png" width="250px" style="padding:0px"></p>
<p>lpm</p>
<div class="none"><div class="g-plusone" data-href="http://blog.mihap.si/ios4-in-ipv6/" size="small" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://blog.mihap.si/ios4-in-ipv6/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My top 10 mac apps</title>
		<link>http://blog.mihap.si/my-top-10-mac-apps/</link>
		<comments>http://blog.mihap.si/my-top-10-mac-apps/#comments</comments>
		<pubDate>Sat, 12 Jun 2010 12:09:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Aktualno]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[english]]></category>

		<guid isPermaLink="false">http://blog.mihap.si/?p=510</guid>
		<description><![CDATA[Here is my top 10 Apple apps that I use on regular basis and I could not live without&#8230; Panic Coda One-Window Web Development for Mac OS X 1password Password Manager + Automatic Form Filler for Mac OS X Adium Adium is a free instant messaging application for Mac OS X that can connect to [...]]]></description>
			<content:encoded><![CDATA[<p>Here is my top 10 Apple apps that I use on regular basis and I could not live without&#8230;</p>
<ol>
<li style="clear:both"><a href=""><a href="http://www.panic.com/coda/">Panic Coda</a><br />
<img src="http://blog.mihap.si/wp-content/uploads/2010/06/coda1.png" alt="coda1.png" style="width:50px;float:left;border:none" width="50px" width="50px"><br />
One-Window Web Development for Mac OS X
</li>
<li style="clear:both"><a href=""><a href="http://agilewebsolutions.com/products/1Password">1password</a><br />
<img src="http://blog.mihap.si/wp-content/uploads/2010/06/1passwdicon-300x300.png" alt="1passwdicon-300x300.png" style="width:50px;float:left;border:none" width="50px" width="50px"><br />
Password Manager + Automatic Form Filler for Mac OS X
</li>
<p><span id="more-510"></span></p>
<li style="clear:both"><a href=""><a href="http://adium.im/">Adium</a><br />
<img src="http://blog.mihap.si/wp-content/uploads/2010/06/adium.png" alt="adium.png" style="width:50px;float:left;border:none" width="50px"><br />
Adium is a free instant messaging application for Mac OS X that can connect to AIM, MSN, Jabber, Yahoo, and more.
</li>
<li style="clear:both"><a href="http://www.pixelmator.com/">Pixelmator</a><br />
<img src="http://blog.mihap.si/wp-content/uploads/2010/06/pixelmator_icon1.png" alt="pixelmator_icon.png" style="width:50px;float:left;border:none" width="50px"><br />
Mac OS X Image editor for the rest of us.
</li>
<li style="clear:both"><a href="http://www.adobe.com/products/photoshoplightroom/ ">Lightroom</a><br />
<img src="http://blog.mihap.si/wp-content/uploads/2010/06/adobe-lightroom-logo.jpg" alt="adobe-lightroom-logo.jpg" style="width:50px;float:left;border:none" width="50px"><br />
Adobe Photoshop Lightroom is the leading photo management and editing software solution. See what leading photographers use to manage their photos.
</li>
<li style="clear:both"><a href="http://www.omnigroup.com/applications/omnigraffle/">Omnigraffle</a><br />
<img src="http://blog.mihap.si/wp-content/uploads/2010/06/omnigraffle-professional-icon-512x512.png" alt="omnigraffle-professional-icon-512x512.png" style="width:50px;float:left;border:none" width="50px"><br />
Diagramming, charting, and visualization software for Mac OS X. Import and export to many formats; automatic, assisted, and manual layout.
</li>
<li style="clear:both"><a href="www.atebits.com/tweetie-mac/ ">Tweetie</a><br />
<img src="http://blog.mihap.si/wp-content/uploads/2010/06/tweetie.png" alt="tweetie.png" style="width:50px;float:left;border:none" width="50px"><br />
Tweetie is a rockin' Twitter client for Mac, iPhone and iPod touch.
</li>
<li style="clear:both"><a href="www.videolan.org/vlc/download-macosx.html">VLC</a><br />
<img src="http://blog.mihap.si/wp-content/uploads/2010/06/20090624181539VLC_icon.png" alt="20090624181539VLC_icon.png" style="width:50px;float:left;border:none" width="50px"><br />
VLC is a free and open source cross-platform multimedia player and framework.
</li>
<li style="clear:both"><a href="www.red-sweater.com/marsedit/">MarsEdit</a><br />
<img src="http://blog.mihap.si/wp-content/uploads/2010/06/marseditIconLarge.png" alt="marseditIconLarge.png" style="width:50px;float:left;border:none" width="50px"><br />
MarsEdit is a desktop blog editing application for the Mac. It provides an offline interface to most popular blogging systems. WordPress, Tumblr, Blogger ..
</li>
<li style="clear:both"><a href="http://www.transmissionbt.com/">Transmission</a><br />
<img src="http://blog.mihap.si/wp-content/uploads/2010/06/transmission_icon.png" alt="transmission_icon.png" style="width:50px;float:left;border:none" width="50px"><br />
Transmission bittorrent client runs natively on multiple operating systems. A Fast, Easy, and Free BitTorrent Client &#8230;
</li>
<li style="clear:both"><a href="http://www.viscosityvpn.com/">Viscosity</a><br />
<img src="http://blog.mihap.si/wp-content/uploads/2010/06/Viscosity.png" alt="Viscosity.png" style="width:50px;float:left;border:none" width="50px"><br />
Viscosity is an OpenVPN client for Mac, providing a rich Cocoa graphical user interface for creating, editing, and controlling VPN connections.
</li>
</ol>
<p>OK, anyone who counted can see that there are actually 11 apps, but I really couldn't let any out <img src='http://blog.mihap.si/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>brm</p>
<div class="none"><div class="g-plusone" data-href="http://blog.mihap.si/my-top-10-mac-apps/" size="small" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://blog.mihap.si/my-top-10-mac-apps/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

