Hi all I have a running Ceph cluster (ceph_mon, ceph_mgr, ceph_osd and ceph_mds) on IP address A, B and C. I have installed Ceph radosgw on IP address X (Ubuntu 22.04) and configured to listen on port 9000. When I bring up the Ceph radosgw, port 9000 not seems to active and I'm following error message continuously for all monitors on Ceph radosgw log file on machine X: [v2:192.168.1.A:3300/0,v1:192.168.1.A:6789/0] conn(0x7f7a5c001f20 0x7f7a500088c0 unknown :-1 s=AUTH_CONNECTING pgs=0 cs=0 l=0 rev1=1 crypto rx=0 tx=0 comp rx=0 tx=0).send_auth_request get_initial_auth_request returned -13 How the machine X configured is as follows: apt-get install radosgw mkdir -p /var/lib/ceph/radosgw/ceph-rgw.X ceph auth get-or-create client.rgw.X osd 'allow rwx' mon 'allow rw' -o /var/lib/ceph/radosgw/ceph-rgw.X/keyring vi /etc/ceph/ceph.conf [client.rgw.X] host = 192.168.1.X port = 9000 keyring = /var/lib/ceph/radosgw/ceph-rgw.X/keyring log file = /var/log/ceph/ceph-radosgw-X.log rgw frontends = "beast endpoint=192.168.1.X:9000" rgw thread pool size = 512 Start service systemctl start ceph-radosgw@rgw.X I have not touched the /etc/ceph/ceph.conf on the Ceph cluster (A, B and C). Note, I have successfully created the Realm, Multi-zone-group, master Zone and the user on machine X. On Ceph cluster, I don't use authentication: auth cluster required = none auth service required = none auth client required = none Appreciate if someone helps me to fix this issue. Many thanks in advance. Best regards Sagara _______________________________________________ ceph-users mailing list -- ceph-users@xxxxxxx To unsubscribe send an email to ceph-users-leave@xxxxxxx