Return-Path: Received: from yw-out-2324.google.com ([74.125.46.29]:54794 "EHLO yw-out-2324.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752056AbZAZS72 (ORCPT ); Mon, 26 Jan 2009 13:59:28 -0500 Received: by yw-out-2324.google.com with SMTP id 9so2625398ywe.1 for ; Mon, 26 Jan 2009 10:59:27 -0800 (PST) In-Reply-To: <1232994250.3310.221.camel@wf> References: <1232994250.3310.221.camel@wf> Date: Mon, 26 Jan 2009 13:59:27 -0500 Message-ID: <4d569c330901261059x70913131j4dc1dec4809bc1f4@mail.gmail.com> Subject: Re: nfs4 with sec=krb5, mount times out From: Kevin Coffman To: Julius Cc: NFS list Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-nfs-owner@vger.kernel.org List-ID: MIME-Version: 1.0 On Mon, Jan 26, 2009 at 1:24 PM, Julius wrote: > Hi, > > > i can mount my nfsv4 share without kerberos security without > problems.../etc/fstab: > > night_crawler.localdomain.de:/music /home/metalfan/nfs4-mount nfs4 user > 0 0 > > > but adding "sec=krb5" to the options list results in: > > > mount -v nfs4-mount/ > mount.nfs4: timeout set for Mon Jan 26 15:44:05 2009 > mount.nfs4: text-based options: > 'sec=krb5,clientaddr=141.x.x.x,addr=141.x.x.x > mount.nfs4: mount(2): Connection timed out > > > I read somewhere on the mailing list that only des-cbc-crc is supported > for nfs4, its the only keytype for my user metalfan. > "kinit metalfan" was run before attempting to mount. > i can use gssapi to connect to night_crawlers sshd with my local user, > which also does the nfs4 mount. > > krb5-kdc.log and krb5-default.log do not show any connections. > Where do you start troubleshooting? First step would be to verify that rpc.gssd is running on your client machine, and rpc.svcgssd is running on your server machine. You need to generate a keytab for your server (with only a des-cbc-crc key). (nfs/@) You likely need to generate a keytab for your client as well. If all those are done, send output of rpc.gssd and rpc.svcgssd (running with option -vvv). I would point you at our FAQ page, but the web server is sadly still down at the moment. K.C.