CONFIG AUTOUPDATE SERVER

Level

modify,maintenance

History

Appears in Netasq 6.0.0
state Appears in Netasq 6.1.0
update Appears in Netasq 6.1.0
secure Appears in 6.1.5
update options AdvancedAV,Clamav,URLFiltering,Antispam-Vaderetro Appears in Netasq 6.2.0
start Appears in Netasq 7.0.0
update option Pvm Appears in Netasq 7.0.0
start Appears in Netasq 7.0.0
level changes from modify,other to modify,maintenance in Netasq 9.0.0
update option RootCertificates Appears in Netasq 9.1.0
ca Appears in Stormshield 4.1.0
bindaddr Appears in Stormshield 4.3.0

Description

Set autoupdate parameters. If the update token is not specified, all services will be modified. The url token can take a maximum of 8 URL, separated by comma. retries=0 means no retry limit.
If https protocol is used, ca token must contains a number of CA equal to the number of given URL, separated by comma.
The bindaddr token set an object which represents a local IP address of the firewall, and clears the setting if set empty.

Usage

[url=<url> [ca=<url>]] [start=<time>] [period=<period>] [retries=<n>] [state=(off|on|0|1|2)] [secure=(off|on|0|1)] [bindaddr=<firewall_ip_object>] [update=(Antispam|Patterns|CustomPatterns|AdvancedAV|Clamav|URLFiltering|Vaderetro|Pvm|RootCertificates|IPData|Metadata|CompromisedUrls)]

Returns

Error code

Example

CONFIG AUTOUPDATE SERVER url="http://www.stormshield.eu/autoupdate"
CONFIG AUTOUPDATE SERVER url="https://www.mywebsite.com/autoupdate,http://www2.mywebsite.com/autoupdate,https://www3.mywebsite.com/autoupdate" ca="mywebsiteauthority,,mywebsiteauthority"
CONFIG AUTOUPDATE SERVER url="https://update1-sns.stormshieldcs.eu/1" ca="/data/CloudServices/cert/bundle.crt"
CONFIG AUTOUPDATE SERVER period=00M00w01d00h00m00s retries=3
CONFIG AUTOUPDATE SERVER start="10:00:00"
CONFIG AUTOUPDATE SERVER bindaddr=Firewall_in update=Clamav