Configuring Agent Gateway¶
The Agent Gateway enables communication between the octoplant server and agents that cannot be reached directly via the server's TCP/IP network.
Prerequisite¶
- The gateway must be installed on a PC that can be reached via the TCP/IP network of the octoplant server. At the same time, the agent must also be accessible from this computer via TCP/IP.
Configuration of the gateway¶
The settings for the Gateway are configured using the INI file VDogGateway.ini
. The file can be found under: {Drive}:\vdoggateway\VD$A\Configuration\
- Open the
VDogGateway.ini
file using a text editor, for example Notepad++. - Implement the desired settings. Possible settings can be found in the following table.
- Save the data and close the text editor.
Sections of the VDogGateway.ini file¶
[vdog_agent]¶
This section is used to configure the network transition from TCP/IP to the agent.
Key | Description | Value | Default |
---|---|---|---|
Enabled | Key to enable communication to the agent | Y/N | N |
Port | Key to configure the port for communication | {1 to 65535} | 64012 |
IpAddressesClient | Key for configuring the IP addresses of subscribers who are allowed to access the gateway. This is usually the octoplant server. The list can be changed at runtime. Mandatory field | {List of IP addresses separated by commas} |
Example configuration: