On 26/03/2021 10:15, Vangus Support wrote:
Hey Fabian,
Thanks for your reply. Can you recheck that our IP was added? or may be do you have any other suggestions?
The rsync doesn't work for us from the official mirror.
*Running this (which works from other public mirrors)* rsync -aqzH --delete rsync://msync.centos.org/centos/ http://msync.centos.org/centos/ /mnt/HC_Volume_10038547/public_html/centos
*Gives us an error when trying to sync from centos itself:* @ERROR: Unknown module 'centos' rsync error: error starting client-server protocol (code 5) at main.c(1657) [Receiver=3.1.3]
Yes, IP is in ACL and so allowed on all msync node.
If you have that message, that means that either: - you're trying over ipv6, which you haven't declared (rsync prefers ipv6 if it has connectivity, and whole msync network is dual-stacked as it should be in 2021) - you're trying from a different ipv4 address (either locally, or through other firewall/gateway doing nat in between and so request coming from other ip not in acl)
From that box, what's the result of `curl http://icanhazip.com%60 ?