Yannic Bonenberger kirjoitti 2.11.2017 klo 17.41: > Hello, > > I’m planing to migrate my mirror to a new server. > Could you authorize 83.166.313.234 and fe80::211:32ff:fe62:2be3 so that the new server can sync directly from the official mirror when everything is copied over? Hi, I'm afraid I need to decline this request because those IP addresses are not valid. The "313" in 83.166.313.234 is outside the 0-255 range, and the IPv6 address you gave is not a globally routable IPv6 address. Please run these on your new server and report back the results: $ rsync -4 rsync://no-access.miuku.net/keep-out $ rsync -6 rsync://no-access.miuku.net/keep-out It should return something like this: $ rsync -4 rsync://no-access.miuku.net/keep-out @ERROR: access denied to keep-out from villisika.miuku.net (92.243.6.5) rsync error: error starting client-server protocol (code 5) at main.c(1503) [receiver=3.0.6] $ rsync -6 rsync://no-access.miuku.net/keep-out @ERROR: access denied to keep-out from villisika.miuku.net (2001:4b98:dc0:41:216:3eff:fe69:46e3) rsync error: error starting client-server protocol (code 5) at main.c(1503) [receiver=3.0.6]