Overview
This article provides information on how to tell which GFI LanGuard server the Relay Agent or Client Host is pointing to.
Information
Open the following file in the Relay/Client machine:
C:\ProgramData\GFI\LanGuard 12\Servers\<ServerUniqueIDString>\toolcfg_relayclient.xml
<?xml version="1.0" encoding="utf-16"?>
<Configuration><Categories><Category Name="RelayClient"><Items><Item Name="IidOfMain"><![CDATA[d7d3b5de-3318-4358-a3ca-6f945df478a8]]></Item><Item Name="ServerRole"><![CDATA[Relay]]></Item><Item Name="AddressWhereToServe"><![CDATA[10.14.200.25]]></Item><Item Name="PortWhereToServe"><![CDATA[1070]]></Item></Items></Category></Categories></Configuration>
From the above line,
<Item Name="AddressWhereToServe"><![CDATA[10.14.200.25]]></Item>
is the server the Relay/Client machine is pointing to.