Creating new address in a subnet using {php}IPAM REST API

In previous posts I have discussed phpIPAM which is an open-source IP address management application (IPAM). In this blog, I will discuss interacting with the REST API (version 2.0) to programatically create new IP addresses for a specific subnet. For the purpose of this article, I will be using the Postman REST client to submit … More Creating new address in a subnet using {php}IPAM REST API

{php}IPAM: The API server module and automating IP address reservation

I have recently provided articles in regards to the installation and configuration of {php}IPAM IP. One of my use cases for investigating the use of IP address management systems was to provide a API/server module to request an IP address for allocation. By default, a module is provided to request an IP address by browsing to … More {php}IPAM: The API server module and automating IP address reservation

{php}IPAM: Configuring auto discovery and host status checks

So you have configured your IP related settings in {php}IPAM such as sections, subnets and VLANs and invoked the initial scan of your subnet to discover new hosts. Now, we go away and at some point later on login and check your subnet details to which all your hosts are reporting as unreachable. What is … More {php}IPAM: Configuring auto discovery and host status checks

{php}IPAM: Installation and Configuration on Ubuntu

I was recently evaluating IP address management systems to which I did seem to find a favourite in {php}IPAM which is an open source IP address management system, this is a PHP based application with MySQL database management using jQuery libraries, ajax and some HTML5/CSS3 features. The features list is quite rich and whilst not … More {php}IPAM: Installation and Configuration on Ubuntu