#651 OCF mirrors
Closed: Fixed by carlwgeorge. Opened by coppertint.

CentOS Stream 9 Mirror request

Make sure you're signed up as a mirror in the shared Fedora/CentOS
Mirrormanager instance: https://admin.fedoraproject.org/mirrormanager/
Link to your node/server in mirrormanager:
https://admin.fedoraproject.org/mirrormanager/host/2755

URLs - These are the hostnames and paths to where you host CentOS Stream

  • HTTP: http://mirrors.ocf.berkeley.edu/centos-stream
  • HTTPS: https://mirrors.ocf.berkeley.edu/centos-stream
  • RSYNC: rsync://mirrors.ocf.berkeley.edu/centos-stream

Bandwidth: 1000 Mbps, upgrade to 10000 Mbps planned
Country Location: (For the US and Canada please also specify the State/Province) US, Berkeley, CA
Sponor organization (optional): Open Computing Facility
Sponsor URL (optional): https://ocf.io

  • IPv4 Addresses: 169.229.226.30

  • IPv6 Addresses: 2607:f140:8801::1:30


Metadata Update from @zlopez:
- Issue tagged with: low-gain, low-trouble, mirrormanager

Added to MirrorManager. Once the crawler has verified your content you should see clients being redirected to your mirror.

Metadata Update from @carlwgeorge:
- Issue assigned to adrian
- Issue priority set to: None (was: Needs Review)

Metadata Update from @carlwgeorge:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

@coppertint Someone (is rjz you?) asked on IRC why this mirror is not working in MirrorManager.

I can reach your mirror from my system but both crawlers are getting:

$ curl http://mirrors.ocf.berkeley.edu/fedora/fedora/linux/ -v4
* About to connect() to mirrors.ocf.berkeley.edu port 80 (#0)
*   Trying 169.229.226.30...
* Connection refused
* Failed connect to mirrors.ocf.berkeley.edu:80; Connection refused
* Closing connection 0
curl: (7) Failed connect to mirrors.ocf.berkeley.edu:80; Connection refused

Are you blocking our crawlers perhaps.

Oh that makes sense! We have a fail2ban rule banning hosts after 10 403s in
a period of time, and the crawler was accessing .discinfo, which is denied
by default by nginx (starting with .)

I=E2=80=99ve added 38.145.60.3 to the ignore list, is there another IP?

Best,
coppertint

On Sat, Feb 12, 2022 at 2:41 AM Adrian Reber pagure@pagure.io wrote:

adrian added a new comment to an issue you are following:
``
@coppertint Someone (is rjz you?) asked on IRC why this mirror is not
working in MirrorManager.

I can reach your mirror from my system but both crawlers are getting:
$ curl http://mirrors.ocf.berkeley.edu/fedora/fedora/linux/ -v4 * About to connect() to mirrors.ocf.berkeley.edu port 80 (#0) * Trying 169.229.226.30... * Connection refused * Failed connect to mirrors.ocf.berkeley.edu:80; Connection refused * Closing connection 0 curl: (7) Failed connect to mirrors.ocf.berkeley.edu:80; Connection refused

Are you blocking our crawlers perhaps.
``

To reply, visit the link below or just reply to this email
https://pagure.io/centos-infra/issue/651

Log in to comment on this ticket.

Metadata