From owner-freebsd-questions@FreeBSD.ORG Mon Dec 12 10:41:46 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17CF516A41F for ; Mon, 12 Dec 2005 10:41:46 +0000 (GMT) (envelope-from kjelderg@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id A780543D4C for ; Mon, 12 Dec 2005 10:41:45 +0000 (GMT) (envelope-from kjelderg@gmail.com) Received: by zproxy.gmail.com with SMTP id 40so1399732nzk for ; Mon, 12 Dec 2005 02:41:45 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=R0+skhGtu14nIM5YZdG78y5ix3DWx3C7HuqdG92XLsKhMZFocfhPelG895CgyIRgpj3ED/qOaXkl6cyBzmdGYBUM0SGxEr66yY8m1ZGpz8Fl/9npDO1C38tWhGPjt5nck8EMZ9+pO4F3nfwRMlR603MINdI6hOi7rDLx1gNa0AY= Received: by 10.64.203.5 with SMTP id a5mr5440746qbg; Mon, 12 Dec 2005 02:41:44 -0800 (PST) Received: by 10.65.22.9 with HTTP; Mon, 12 Dec 2005 02:41:44 -0800 (PST) Message-ID: Date: Mon, 12 Dec 2005 19:41:44 +0900 From: Eric Kjeldergaard To: "freebsd-questions@freebsd.org" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: NFS and inability to mount remotely X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Dec 2005 10:41:46 -0000 I'm getting the following error trying to mount the nfs exports that I have set up. [tcp] nfshost:/exportPath: RPCPROG_NFS: RPC: Port mapper failure - RPC: Timed out to get it I'm running this mount command: mount -v -t nfs -o tcp nfshost:/exportPath /mnt/temp/ If I run that same command (using localhost or it's hostname or ip) on the server it mounts instantly. I currently am trying the share with no ips in exports which makes it claim that it is sharde to everybody. The same happens' however if I put the clients IP in the exports file as well. It seems that the following output is said to be useful: [~] #rpcinfo -p svnhost program vers proto port service 100000 4 tcp 111 rpcbind 100000 3 tcp 111 rpcbind 100000 2 tcp 111 rpcbind 100000 4 udp 111 rpcbind 100000 3 udp 111 rpcbind 100000 2 udp 111 rpcbind 100000 4 local 111 rpcbind 100000 3 local 111 rpcbind 100000 2 local 111 rpcbind 100005 1 udp 1014 mountd 100005 3 udp 1014 mountd 100005 1 tcp 789 mountd 100005 3 tcp 789 mountd 100003 2 udp 2049 nfs 100003 3 udp 2049 nfs 100003 2 tcp 2049 nfs 100003 3 tcp 2049 nfs [~] # Also, I've googled for quite a while, and the solutions to this seem to point to firewall rules, however, nmap shows the port as open and listening. The server is FreeBSD 6.0, client is -CURRENT . -- If I write a signature, my emails will appear more personalised.