From owner-freebsd-stable@FreeBSD.ORG Sun Dec 28 21:39:35 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1640516A4CE for ; Sun, 28 Dec 2003 21:39:35 -0800 (PST) Received: from sis1.snu.ac.kr (sis1.snu.ac.kr [147.46.10.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DF7843D45 for ; Sun, 28 Dec 2003 21:39:33 -0800 (PST) (envelope-from nospam@users.sourceforge.net) Received: from users.sourceforge.net ([147.46.44.183]) by sis1.snu.ac.kr (8.12.10/8.12.10) with ESMTP id hBT5JI1i231408 for ; Mon, 29 Dec 2003 14:19:18 +0900 Message-ID: <3FEFB9F4.7060500@users.sourceforge.net> Date: Mon, 29 Dec 2003 14:21:56 +0900 From: Rob User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031104 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <3FEECA99.4030603@users.sourceforge.net> <20031229034221.GA671@doom.homeunix.org> In-Reply-To: <20031229034221.GA671@doom.homeunix.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: NFS problem: "RPC: Port mapper failure" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Dec 2003 05:39:35 -0000 Igor Pokrovsky wrote: > On Sun, Dec 28, 2003 at 09:20:41PM +0900, Rob wrote: > >>Hi, >> >>I am running two FreeBSD-Stable PCs. >> >>One is an NFS server and the other NFS client. Everything used to >>work fine until recently. I suspect that either the new kernel is the >>problem (although there are no complaints on the stable mailing list) >>or the network administration has changed some things. > > You can try to check if nfsd and portmap really started on server: > sockstat | grep portmap > and > sockstat | grep nfsd This is what I get. The NFS server is 147.46.44.183 with gateway 147.46.44.1 The NFS client is 147.47.254.184 with gateway 147.47.254.1 On the NFS server: $ sockstat | grep portmap daemon portmap 79693 3 udp4 *:111 *:* daemon portmap 79693 4 tcp4 *:111 *:* $ sockstat | grep nfsd root nfsd 87 3 tcp4 *:2049 *:* $ sockstat | grep mount root mountd 84 3 udp4 *:1023 *:* root mountd 84 4 tcp4 *:1023 *:* On the client: $ rpcinfo -p 147.46.44.183 rpcinfo: can't contact portmapper: RPC: Remote system error - Operation timed out On another computer with the same gateway as the server: $ rpcinfo -p 147.46.44.183 program vers proto port 100000 2 tcp 111 portmapper 100000 2 udp 111 portmapper Any idea what could block the contact to the portmapper? Could a network setup at one of the gateways cause these trouble, such as a firewall (though I don't know anything about firewalls!) ? Secure shell connections still work fine between all the computers! Thanks for your help. Rob.