Hi, Im trying to build a cephfs to nfs gateway, but somehow i can't mount the share if it is backed by cephfs: mount ngw01.ceph:/srv/micha /mnt/tmp/ mount.nfs: Connection timed out cephfs mount on the gateway: 10.210.32.11:6789:/ngw on /srv type ceph (rw,relatime,name=cephfs-ngw,secret=<hidden>,nodcache,nofsc,acl) /etc/exports: /srv/micha 10.6.6.137(rw,no_root_squash,async) /etc 10.6.6.137(rw,no_root_squash,async) I can mount the /etc export with no problem. uname -a Linux ngw01 3.14-0.bpo.1-amd64 #1 SMP Debian 3.14.12-1~bpo70+1 (2014-07-13) x86_64 GNU/Linux Im using the nfs-kernel-server. Micha Krause