Hi!
I'm using Ubuntu Server 16.04 LTS. Followed every step of the installation and everything is working fine.
I installed the agent in this PC that I'm typing, that uses Windows 10 Pro 64 bits, looking the log file everything seems fine sending to the server. Firewall is disabled, so is the antivirus.
In the server in the access.log of apache there is this:
[20/Feb/2017:13:16:23 -0300] "POST /ocsinventory HTTP/1.1" 404 445 "-" "OCS-NG_WINDOWS_AGENT_v2.3.0.0"
So I assume it is working fine.
My ini file on this computer is:
[OCS Inventory Agent]
ComProvider=ComHTTP.dll
Debug=1
Local=
NoSoftware=0
HKCU=0
NoTAG=0
IpDisc=
[HTTP]
Server=http://10.1.2.2/ocsinventory
SSL=0
CaBundle=cacert.pem
AuthRequired=0
User=
Pwd=
ProxyType=0
Proxy=
ProxyPort=0
ProxyAuthRequired=0
ProxyUser=
ProxyPwd=
[OCS Inventory Service]
TTO_WAIT=24420
INVENTORY_ON_STARTUP=1
So, can anybody help me find this out?