#IPAM #Networking #SystemsAdministration
Hello this video is about {php}IPAM – An Open source IP address management tool
https://phpipam.net/
Follow below to Setup phpIPAM
Install Fping and php-snmp to enable features in phpIPAM, as well as modification to enable prettified links.
Commands used at command line
sudo dnf -y install fping
sudo dnf -y install php-snmp
**** Find the following modify
**** # Further relax access to the default document root:
**** Directory "/var/www/html"
**** Change the following
AllowOverride None
to
AllowOverride all
**** Add the following lines below
Order allow,deny
Allow from all
**** Remove or comment out the following
Require all granted
#Require all granted
**** Save and exit the config.
**** Restart httpd
service httpd restart
Lastly please leave some comments on or about the video and please subscribe if you found it useful thanks.