22.4 - Feed Synchronization - Downloading Vulnerability Tests

Hello,

i’ve received following error message when performing the sync:

root@xxxxxxxxxxxx:~# sudo -u gvm greenbone-nvt-sync
rsync: [Receiver] failed to connect to feed.community.greenbone.net (45.135.106.143): Connection refused (111)
rsync error: error in socket IO (code 10) at clientserver.c(137) [Receiver=3.2.3]

Is there a way to specify the proxy server in the command? I guess, that could be the solution. Or do you know anything else?

Thanks.

  • Florian

Hi @florian.kaiser,

are you still seeing this? If so, do you have more than one instance/connection running?

Thanks!

Yes, I still see that, unfortunately. I have only one connection open.

Cool! (one connection)

I just re-read and saw you are using a proxy. The Community Edition supports direct connection, and might not be connecting due to the proxy.

1 Like

And don’t forget the feed sync uses rsync instead of http. The port may be blocked in your network.

2 Likes

Also don’t forget that some specific environments / security measures on the network in question might block the usage of rsync in general.

1 Like

@florian.kaiser you need to open rsync port to that ip address. rsync uses default tcp (or udp) port 873

Eero