MCP agents communicate with Control Manager using one-way communication by default. You can manually configure the agent to communicate with Control Manager using two-way communication. For more information on one-way and two-way communication, see One-way and Two-way Communication Support on page 1-5.
To configure MCP for two-way communication on a Windows environment:
Create a folder on the server hosting the MCP agent. For example:
cgi-bin
Put the following files in the folder you created.
cgiCmdNotify.exe
libapr-1.dll
libcurl.dll
TrendAprWrapperDll.dll
In the Product.ini file, configure the following settings:
Port= 80
This value represents the Web server�s port number.
VirtualPath= /cgi-bin/cgiCmdNotify.exe
This value is the related file path for cgiCmdNotify.exe.
ComputerName= IP address or host name of the host server
Trend Micro recommends using the host server�s IP address.
In the Agent.ini file configure the following:
CGI_Path= C:\Inetpub\wwwroot\cgi-bin
This value is the full file path to cgiCmdNotfiy.exe.
If you use an HTTPS connection, in the Network section of the file configure the following
TMCM_Certificate= leave the space blank, type ./cert.pem, or get the value from the Control Manager server
SSL_Enable= 1
To configure MCP for two-way communication on a Linux environment:
Put the following file in the folder you created.
CGI_Path= var\www\cgi-bin