All Projects → kuritaka → SimpleIPAM

kuritaka / SimpleIPAM

Licence: other
Simple IP address management

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to SimpleIPAM

angular-openid-connect-php
Angular & PHP CodeIgniter server through OAuth 2.0 OpenID Connect
Stars: ✭ 14 (-50%)
Mutual labels:  codeigniter
simple-codeigniter-rest-api
🔥 Simple PHP code using Codeigniter framework for building Rest API
Stars: ✭ 60 (+114.29%)
Mutual labels:  codeigniter
searchmap
Find places and Draw on Map using Google Maps API
Stars: ✭ 53 (+89.29%)
Mutual labels:  codeigniter
portal-news
Portal news project built with Codeigniter 3
Stars: ✭ 46 (+64.29%)
Mutual labels:  codeigniter
codeigniter3-filename-checker
CodeIgniter3 Filename Checker
Stars: ✭ 21 (-25%)
Mutual labels:  codeigniter
anofie
Anofie is an ultimate anonymous feedback script for personal & corporate use. A sarahah clone script to collect honest suggestions & feedback.
Stars: ✭ 21 (-25%)
Mutual labels:  codeigniter
cszcms
Open Source CMS (Content Management System) with Codeigniter and Bootstrap.
Stars: ✭ 47 (+67.86%)
Mutual labels:  codeigniter
Hotel-Management-System
Web Base Hotel Management System base on CI
Stars: ✭ 57 (+103.57%)
Mutual labels:  codeigniter
e-learningCodeigniter
E-learning web app with admin panel, Codeigniter Framework
Stars: ✭ 34 (+21.43%)
Mutual labels:  codeigniter
tutorial-codeigniter
Tutorial Codeigniter untuk pemula
Stars: ✭ 108 (+285.71%)
Mutual labels:  codeigniter
codeigniter-log-viewer
This is a simple Log Viewer for viewing Code Igniter logs on the browser and via API clients
Stars: ✭ 80 (+185.71%)
Mutual labels:  codeigniter
powerorm
A very simple but effective php orm
Stars: ✭ 21 (-25%)
Mutual labels:  codeigniter
openwisp-ipam
IP address space administration module of OpenWISP
Stars: ✭ 79 (+182.14%)
Mutual labels:  ipam
ipdrawer
Light-weight IP Address Management (IPAM) application which has gRPC and REST API interfaces
Stars: ✭ 32 (+14.29%)
Mutual labels:  ipam
codeigniter-monolog-plus
codeigniter monolog plus
Stars: ✭ 13 (-53.57%)
Mutual labels:  codeigniter
Codeigniter-4-CRUD-generator
ADEL CCG is an easy open-source intuitive web app to create AdminLTE4 -Bootstrap 5- dashboards with CRUD operations in php.
Stars: ✭ 87 (+210.71%)
Mutual labels:  codeigniter
php-clamav-scan
A simple PHP library for ClamAV that is CodeIgniter compatible
Stars: ✭ 35 (+25%)
Mutual labels:  codeigniter
PHP-Frameworks-Bench
Popular PHP Frameworks Benchmark.
Stars: ✭ 28 (+0%)
Mutual labels:  codeigniter
ci-theme
UPDATED: Now themes are independent from application with the use of Actions and Filters :D .. The branch WP-Like is not available for public usage but you may contact me if you want a copy of it.
Stars: ✭ 20 (-28.57%)
Mutual labels:  codeigniter
pusher-for-codeigniter
CodeIgniter library for Pusher PHP SDK
Stars: ✭ 27 (-3.57%)
Mutual labels:  codeigniter

SimpleIPAM - Simple IP address management

What is SimpleIPAM?

SimpleIPAM is IP address management(IPAM) for Small and medium-sized enterprises.
This can manage IP address and networks like VLAN.
This is very simple and very useful.

Screenshots

Screenshot1

Network1

Screenshot2

Hosts1

Screenshot3

Hosts2

Features

  • Modal Popup
  • Using SQLite
  • CSV Export / Import

Dependencies

  • PHP >= 5.3.7 (recommends PHP 5.4 or newer)
  • Apache (Nginx etc)
  • SQLite3

Using

Installation

  • Download SimpeIPAM with GitHub
  • Upload SimpeIPAM in Document Root in Nginx # /var/www/html/simpleipam
  • Copy ipam.db.sample to ipam.db # sqlite/ipam.db

Configuration

Change Per Page

Edit $config['per_page'] in controllers/Networks.php and controllers/Hosts.php
For example, change "5" to "300"

public function index()
{
  ....
  $config['per_page'] = "5";
  ....
}

function search()
{
  ....
  $config['per_page'] = "5";
  ....
}

ChangeLog

v2.0

  • Delete Model Column in hosts

v1.0

  • First Release
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].