IP Reg is a IPAM tool to keep track of assets, nodes (IP addresses, MAC addresses, DNS aliases) within different subnets, over different locations or even VLAN's. Written in PHP, used with a MySQL-database to have a unique insight in your local network.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
|
<?php
|
|
mysql_connect($mysql_host,$mysql_username,$mysql_password);
|
|
mysql_select_db($mysql_dbname);
|
|
?>
|