Windows Clients

To set a relay, create a file named clientsettings.cfg in the BigFix Client installation folder (setup.exe) with one of the following contents:

  • The file can contain one line like the following:
    IP=http://relay.domain.com:52311/bfmirror/downloads/
    which is automatically expanded out to define concurrently the following two settings on the Client:
    __RelaySelect_Automatic=0
    __RelayServer1=http://relay.domain.com:52311/bfmirror/downloads/
  • You can directly define the two settings, optionally with other additional settings, such as a secondary relay, for example:
    __RelaySelect_Automatic=0
    __RelayServer1=http://relay.domain.com:52311/bfmirror/downloads/
    __RelayServer2=http://relay2.domain.com:52311/bfmirror/downloads/