Hello,
I have been trying hard to install openvas under ubuntu 18.01 but struck with the part where we do NVT sync , specifically the following commands :
greenbone-nvt-sync
greenbone-scapdata-sync
greenbone-certdata-sync
None of them seem to complete and every time I get some error due to network. I have already tried from 2 different networks, 1 enterprise and another home but the issue persists.
I tried following steps from 2 different independent articles online but the same issue.
Below is the code snippet of the error :
‘’’
root@lwazuhelkp1:~# greenbone-nvt-sync
–2020-10-01 10:08:17-- http[:]//dl.[greenbone.]net /community-nvt-feed-current.tar.bz2
Resolving dl.[greenbone.]net (dl.[greenbone.]net )… 89.146.224.58, 2a01:130:2000:127::d1
Connecting to dl.[greenbone.]net (dl.[greenbone.]net )|89.146.224.58|:80… failed: Connection refused.
Connecting to dl.[greenbone.]net (dl.[greenbone.]net )|2a01:130:2000:127::d1|:80… failed: Network is unreachable.
root@lwazuhelkp1:~# greenbone-scapdata-sync
rsync: failed to connect to feed[.openvas.]org ] (89.146.224.58): Connection refused (111)
rsync: failed to connect to feed[.openvas.]org ] (2a01:130:2000:127::d1): Network is unreachable (101)
rsync error: error in socket IO (code 10) at clientserver.c(125) [Receiver=3.1.2]
root@lwazuhelkp1:~# greenbone-certdata-sync
rsync: failed to connect to feed[.openvas.]org ] (89.146.224.58): Connection refused (111)
rsync: failed to connect to feed[.openvas.]org ] (2a01:130:2000:127::d1): Network is unreachable (101)
rsync error: error in socket IO (code 10) at clientserver.c(125) [Receiver=3.1.2]
‘’’
All i need is to get latest openvas installed for a POC at a company on an ubuntu machine.
Articles followed :
Trying to install Openvas 9
Pleaseeeee HELP!!!