0
(0)

As Radar Scan Node Agent sends requests to the Elements Security Center and Radar Update Service, you need to configure the appropriate proxy address to redirect the traffic.

    1. Run the following commands:

cd /opt/f-secure/radar-scannodeagent
sudo dotnet ScanNodeAgent.dll set-config SecurityCenterProxyUri http://proxy.example.com:8080
sudo dotnet ScanNodeAgent.dll set-config UpdateServiceProxyUri http://proxy.example.com:8080

Note: If you used environment variables to set proxy settings (FSECURE_HTTP_PROXY_HOST and FSECURE_HTTP_PROXY_PORT) before installation, then these should be already applied automatically.

To reset the proxy setting, use the following commands to set the value to none:cd /opt/f-secure/radar-scannodeagent
sudo dotnet ScanNodeAgent.dll set-config SecurityCenterProxyUri “(none)”
sudo dotnet ScanNodeAgent.dll set-config UpdateServiceProxyUri “(none)”

To use the system proxy settings instead of setting the proxy configuration explicitly, run the following commands:cd /opt/f-secure/radar-scannodeagent
sudo dotnet ScanNodeAgent.dll set-config UseDefaultProxySettingsForSecurityCenter true
sudo dotnet ScanNodeAgent.dll set-config UseDefaultProxySettingsForUpdateService true

Source : Official F-Secure Brand
Editor by : BEST Antivirus KBS Team

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.

(Visited 17 times, 1 visits today)