Update Feed

Hello, I have a question, regarding the issue of feeds updates, since I must authorize the output of the equipment where I have openvas to download the updates, and looking inside the source code of vi /usr/sbin/greenbone-nvt-sync there is a part of the code that indicates the output $PORT=24 of the rsync command that is used to update.

**

rsync -e “ssh $RSYNC_SSH_OPTS $RSYNC_SSH_PROXY_CMD -p $PORT -i $TEMP_ACCESS_KEY” $RSYNC_OPTIONS $RSYNC_DELETE $RSYNC_COMPRESS $RSYNC_CHMOD "$feeduser"plugin_feed_info.inc $FEED_INFO_TEMP_DIR

**
I do not have a proxy to navigate.

netstat -nltp | grep 24 does not get open port

and he tcpdump -i interfaz tcp tells me a connection to dl.greenbone.net.rsync


What port does it really open?

That is the destination Port, source port depending from your TCP stack configuration.

1 Like