Network Management
Running firmware vulnerability reports through a proxy in NCM
The firmware vulnerability resource in Network Configuration Manager (NCM) cannot connect to the National Vulnerability Database, and the resource is empty.
First published date
Last published date
Overview
Product section
Cause
Resolution
- Use the following procedure to set up proxy access to the National Vulnerability Database.
- On your NCM server, navigate to C:\Program Files (x86)\SolarWinds\Orion\NCM.
- Back up the SolarWinds.NCM.VulnLib.dll.config file.
- Open the SolarWinds.NCM.VulnLib.dll.config file in a text editor.
- Add the following between <appsettings> and </appsettings>, and enter the appropriate entries for the values.
<add key="proxyAvailable" value="true" /> <add key="username" value="username" /> <add key="password" value="password " /> <add key="proxyAddress" value="IP of the proxy server" /> <add key="proxyPort" value="port of the proxy server" />
- Save the file.
- Restart the SolarWinds Orion Module Engine service.
Outcome
Open the SolarWinds Orion Web Console. You can now access the National Vulnerability Database.
- Click Settings > NCM Settings > Firmware Vulnerability Settings.
- Click Run Now.
NCM tries to match your devices to entries in the database, and the Firmware Vulnerability resource is not empty.