D2. Address Formats Used by Dr.Web Agents and Their Installers

This section describes Dr.Web Server address formats used by Dr.Web Agents and Dr.Web Agent installers for connecting to or detecting Dr.Web Servers. The formats and default settings (with empty values) listed below are used in the configurations of Dr.Web Agents and their installers.

Direct connection to Dr.Web Server

[tcp://]<remote-socket-address>

For example:

tcp://192.168.1.42:2193

where 192.168.1.42 is the Dr.Web Server address and 2193 is the port number.

By default (if no address is specified), the following values are applied:

tcp://127.0.0.1:2193

where 127.0.0.1 is the Dr.Web Server address and 2193 is the port number.

info

Information on direct connections is provided in the Administrator Manual, in the Direct Connections section.

Search for Dr.Web Server via the Dr.Web Server detection service specifying the protocol family and endpoints

<drwcs-name>@udp://<endpoint-socket-address>[-<interface>]

By default (if no address is specified), the following values are applied:

drwcs@udp://231.0.0.1:2193-0.0.0.0

With these values, a search for a Dr.Web Server named drwcs is performed via the UDP protocol using the multicast group 231.0.0.1:2193 on all interfaces.

info

Information on the Dr.Web Server detection service is provided in the Administrator Manual, in the Dr.Web Server Detection Service section.