Вы находитесь на странице: 1из 2

GestiIP is an automated, web-based IPv4/IPv6 Address Management (IPAM) software.

It features powerful network discovery functions and offers search and filter functions for
both networks and host, permitting Internet Search Engine equivalent expressions. This lets
you find the information that administrators frequently need easily and quickly. GestioIP
also incorporates an automated VLAN management system.
Install GestioIP on Ubuntu/Debian
Install the following prerequisites first:
sk@server1:~$ sudo apt-get install libapache2-mod-perl2 apache2 mysql-server
Download the latest version of GestioIP from www.sourceforge.net:
sk@server1:~$ wget
http://sourceforge.net/projects/gestioip/files/gestioip/gestioip_3.0.tar.gz
Extract the zip file:
sk@server1:~$ tar zxvf gestioip_3.0.tar.gz
Change to gestioip directory:
sk@server1:~$ cd gestioip_3.0/
Install it using the command:
sk@server1:~/gestioip_3.0$ sudo ./setup_gestioip.sh

Hi

Change passwords for gipoper and gipadmin with the command htpasswd as described in the
documentation.
Mysql:
Login to mysql database and execute the following two commands to update the password for the user
gestioip:
mysql> UPDATE mysql.user SET Password=PASSWORD('new_password')
WHERE User='gestioip';
mysql> FLUSH PRIVILEGES;
After this change the "database user pass" in [DocumentRoot]/priv/ip_config
To change the server root password, log in to the server with the user root and execute the command
"passwd".
Regards
Marc

Вам также может понравиться