Hi, I’d double check that the 3300 port is accessible (e.g. using telnet, which can be installed as an optional Windows feature). Make sure that it’s using the default port and not a custom one, also be aware the v1 protocol uses 6789 by default. Increasing the messenger log level to 10 might also be useful: debug ms = 10. Regards, Lucian > On 28 Feb 2024, at 11:05, duluxoz <duluxoz@xxxxxxxxx> wrote: > > Hi All, > > I'm looking for some pointers/help as to why I can't get my Win10 PC to connect to our Ceph Cluster's CephFS Service. Details are as follows: > > Ceph Cluster: > > - IP Addresses: 192.168.1.10, 192.168.1.11, 192.168.1.12 > > - Each node above is a monitor & an MDS > > - Firewall Ports: open (ie 3300, etc) > > - CephFS System Name: my_cephfs > > - Log files: nothing jumps out at me > > Windows PC: > > - Keyring file created and findable: ceph.client.me.keyring > > - dokany installed > > - ceph-for-windows installed > > - Can ping all three ceph nodes > > - Connection command: ceph-dokan -l v -o -id me --debug --client_fs my_cephfs -c C:\ProgramData\Ceph\ceph.conf > > Ceph.conf contents: > > ~~~ > > [global] > mon_host = 192.168.1.10, 192.168.1.11, 192.168.1.12 > log to stderr = true > log to syslog = true > run dir = C:/ProgramData/ceph > crash dir = C:/logs/ceph > debug client = 2 > [client] > keyring = C:/ProgramData/ceph/ceph.client.me.keyring > log file = C:/logs/ceph/$name.$pid.log > admin socket = C:/ProgramData/ceph/$name.$pid.asok > ~~~ > > Windows Logfile contents (ieC:/logs/ceph/client.me.NNNN.log): > > ~~~ > > 2024-02-28T18:26:45.201+1100 1 0 monclient(hunting): authenticate timed out after 300 > 2024-02-28T18:31:45.203+1100 1 0 monclient(hunting): authenticate timed out after 300 > 2024-02-28T18:36:45.205+1100 1 0 monclient(hunting): authenticate timed out after 300 > > ~~~ > > Additional info from Windows CLI: > > ~~~ > > failed to fetch mon config (--no-mon-config to skip) > > ~~~ > > So I've gone through the doco and done some Google-foo and I can't work out *why* I'm getting a failure; why I'm getting the authentication failure. I know it'll be something simple, something staring me in the face, but I'm at the point where I can't see the forest for the trees - please help. > > Any help greatly appreciated > > Thanks in advance > > Cheers > > Dulux-Oz > _______________________________________________ > ceph-users mailing list -- ceph-users@xxxxxxx > To unsubscribe send an email to ceph-users-leave@xxxxxxx _______________________________________________ ceph-users mailing list -- ceph-users@xxxxxxx To unsubscribe send an email to ceph-users-leave@xxxxxxx