This article describes the issue of a SRX administrator receiving the error: 256 error message, when checking the status of a security package download. This prevents the download of the security package.
When checking the status of a security package download, the SRX administrator receives the following error message:
root> request security idp security-package download status Done;Fetching SignatureUpdate_tmp.xml.gz failed, error: 256
The issue is due to the SRX device being unable to communicate with the server to download the security package. The security server is services.netscreen.com . You will be unable to ping services.netscreen.com from the SRX CLI:
root> ping services.netscreen.com ping: cannot resolve services.netscreen.com: Host name lookup failure
The most common solution for this issue is to configure the DNS, in such a way that name resolution allows to contact services.netscreen.com to download the security update. To configure DNS name servers, edit the system name-server configuration and add name servers:
root>edit root#edit system name-server [edit system name-server] root#set 123.123.123.123 [edit system name-server] root#set 112.113.114.115 root#commit
2020-03-31: Article reviewed for accuracy; no changes required.