Paolo Velati kirjoitti 31.1.2019 klo 16.27: > Hello CentOS maintainers, > > I've updated the infos about our mirror. > > > HTTP: http://centos.mirror.garr.it/centos > HTTPS: https://centos.mirror.garr.it/centos > > Sync schedule: Every 4 hrs > Bandwidth: 3 x 10 Gbps (3 vms with 10Gbps connectivity in a datacenter > with 40Gbps uplink ) > Location: Italy (Bari) > Sponsor: GARR > Sponsor URL: http://www.garr.it/ > IPv4 address to authorize: 90.147.160.192/28 (you can remove old IP > authorizations) > Email contact: mirror-service at garr.it > Mirroring AltArch: yes (I have the rsync script ready, once you > authorize IPs I'll start sync) > > AltArch HTTP: http://centos.mirror.garr.it/centos-altarch/ > AltArch HTTPS: https://centos.mirror.garr.it/centos-altarch/ Hi, 90.147.160.192/28 is now in the ACL and other info updated accordingly. Note that I also removed your old IPv6 address from the ACL. If you run into problems syncing, you can try the -4 option to rsync to force the use of IPv4. If that works, the problem is likely IPv6 related, and the correct fix would be to add your IPv6 address to the ACL as well. Speaking of IPv6, it appears that one of your VMs is not set up correctly for IPv6 access: http: $ for ip in 90.147.160.7{0,2,3} 2001:760:ffff:b6:4:100:0:7{0,2,3}; do echo -e "\n$ip" ; curl --resolve centos.mirror.garr.it:80:$ip http://centos.mirror.garr.it/centos/timestamp.txt; done 90.147.160.70 Mon Dec 10 22:49:01 UTC 2018 90.147.160.72 Mon Dec 10 22:49:01 UTC 2018 90.147.160.73 Mon Dec 10 22:49:01 UTC 2018 2001:760:ffff:b6:4:100:0:70 Mon Dec 10 22:49:01 UTC 2018 2001:760:ffff:b6:4:100:0:72 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL /centos/timestamp.txt was not found on this server.</p> <hr> <address>Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port 80</address> </body></html> 2001:760:ffff:b6:4:100:0:73 Mon Dec 10 22:49:01 UTC 2018 https: $ for ip in 90.147.160.7{0,2,3} 2001:760:ffff:b6:4:100:0:7{0,2,3}; do echo -e "\n$ip" ; curl --resolve centos.mirror.garr.it:443:$ip https://centos.mirror.garr.it/centos/timestamp.txt; done 90.147.160.70 Mon Dec 10 22:49:01 UTC 2018 90.147.160.72 Mon Dec 10 22:49:01 UTC 2018 90.147.160.73 Mon Dec 10 22:49:01 UTC 2018 2001:760:ffff:b6:4:100:0:70 Mon Dec 10 22:49:01 UTC 2018 2001:760:ffff:b6:4:100:0:72 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL /centos/timestamp.txt was not found on this server.</p> <hr> <address>Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port 443</address> </body></html> 2001:760:ffff:b6:4:100:0:73 Mon Dec 10 22:49:01 UTC 2018 As for AltArch, while you can now sync from msync.centos.org/altarch, it would be nice if you could do your initial sync from some other European AltArch mirror first, and then switch to syncing from centos.org after your initial sync. List of those mirrors is at the usual place, https://www.centos.org/download/altarch-mirrors/ Thanks!