Customizing Active Update settings

Some Active Update settings, such as the number of the port to which SNS firewalls must connect, or the frequency of automatic updates, cannot be configured in the SMC web interface. However, these settings can be modified in a configuration file.

In this file, you can also indicate an HTTPS proxy to contact, which will serve as a link between SMC and the Stormshield update server, if you wish.

  1. Open the /data/config/activeupdate/config.ini file.

    [General]
    State=false
    Port=8081
    Host=0.0.0.0

    [Sync]
    Source=https://update1-sns.stormshieldcs.eu/package
    Categories=ALL
    Tries=3
    AutoUpdate=false
    AutoUpdatePeriod=0 */3 * * *

    [Proxy]
    Host=
    Port=
    User=
    Password=
    CAPath=

  2. Change the settings as desired:
    StateEnables the Active Update server on SMC.
    PortPort of the SMC server on which SNS firewalls must connect.
    HostNetwork interfaces on which the SMC server listens. 
    Replace this value with eth0, eth1 for example to indicate that only interfaces eth0 and eth1 are used.
    SourceURL of the Stormshield server from which Active Update databases are downloaded.
    Categories

    List of Active Update databases that you wish to download from the SMC server. The values of the database categories are as follows. Separate them with commas.

    Database categoryValue
    All databasesALL
    Antispam: DNS blacklistsANTISPAM
    Antispam: heuristic engineVADERETRO
    Embedded URL databaseURLFILTERING
    Antivirus: ClamAV antivirus signaturesCLAMAV
    Antivirus: antivirus signatures of the previous Advanced Antivirus serviceKASPERSKY
    Antivirus: antivirus signatures of the new Advanced Antivirus serviceADVANCEDAV1
    IPS: contextual protection signaturesPATTERNS
    Root Certification AuthoritiesROOTCERTS
    Geolocation/Public IP reputationIPDATA
    Vulnerability managementSEISMO
    Application and web service iconsMETADATA
    TriesNumber of tries when the database update fails.
    AutoUpdatePeriodFrequency of database updates. The possible values are in CRON format. By default, 0 */3 * * * means that databases will be updated every 3 hours.
    HostAddress or name of the proxy server. May be an IP address or an FQDN.
    PortNumber of the listening port on the proxy server.
    UserUser name to authenticate on the proxy server, if it requires authentication.
    PasswordPassword to authenticate on the proxy server, if it requires authentication.
    CAPathPath to the certificate of the certification authority (CA) that signed the certificate presented by the proxy server.
  3. Save the file. Changes will be immediately applied;
  4. Only if the State setting has been modified, restart the SMC server with the command nrestart smc.