Hi,
in a linux client (centOS 7) i have one physical network with 2 Virtual IP address configured on it:
ls ifcfg-*
ifcfg-ens33 (physical 192.168.175.129)
ifcfg-ens33:1 (virtual 192.168.175.140)
ifcfg-ens33:2 (virtual 192.168.175.150)
ifcfg-ens37 (physical 192.168.175.130)
In the main page of ocs inventory frontend (administrative data) I can see the 3 IP address
192.168.175.129 / 192.168.175.140 / 192.168.175.150
I found IT in the XML under HARDWARE--> IPADDR
<IPADDR>::1/1/192.168.175.129/192.168.175.140/192.168.175.150/fe80::878b:c02e:ca49:d96c//192.168.175.130/fe80::745e:9f1b:f01e:bb5c/</IPADDR>
But in the Network TAB I see only ens33 and ens37 physical Interface with only the IP of the physical Network (192.168.175.129 and 192.168.175.130).
I need to inventory all the IP address (both physical and virtual). Is there any way?
Client: ocsinventory-agent-2.4.0-1.el7.ocs.x86_64
Server: ocsinventory-server-2.4.1-1.el7.ocs.noarch
Many thanks