Table des matières

Egide installation

See here for prerequisites: https://wiki.esia-sa.com/intro/prerequis#box_egide

Egide Scanner

copy
apt update
apt install gnupg
copy
echo "deb http://stable.repository.esia-sa.com/esia bullseye contrib non-free" >> /etc/apt/sources.list
wget -O- "http://stable.repository.esia-sa.com/esia/gnupg.key" | apt-key add -
copy
apt update
apt install snmpd -y
apt install gesa-base -y
apt install gesa-web-interface -y
apt install gesa-egide-base -y

Add the serial number

You need to edit the /etc/gesa/sn file

copy
echo "<SN>" > /etc/gesa/sn

Configure SNMP

Next, edit the :

copy
nano /etc/snmp/snmpd.conf

You then need to configure the SNMP community by adding the following line:

copy
rocommunity public localhost

Save the file with ctrl+o and ctrl+x to exit.

Restart services

copy
/etc/init.d/snmpd restart
/etc/init.d/ecatp-client restart

Your Unity is now active and should appear in your interface like a regular Unity. You can go to the following tutorial following tutorial.

Esia mercury with Egide

copy
apt update
apt install gnupg
copy
echo "deb http://stable.repository.esia-sa.com/esia bullseye contrib non-free" >> /etc/apt/sources.list
wget -O- "http://stable.repository.esia-sa.com/esia/gnupg.key" | apt-key add -
copy
echo "deb http://egide.repository.esia-sa.com/egide bullseye contrib non-free" >> /etc/apt/sources.list
wget -O- "http://egide.repository.esia-sa.com/egide/gnupg.key" | apt-key add -
copy
apt update
apt install esia-enterprise-base esia-db-plugins-gesa esia-ecatp-server
apt install esia-webp-egidescan esia-webp-inventory
apt install esia-egide-cve-all

VM Egide scanner under VMWare

If you are using VMWare, Egide scans may not detect nodes (even in the same VLAN). This is due to the use of containers and macvlan network drivers which require the VM to use different macs addresses from the network interface (VMWare).

You can check the following options in VMWare: