From owner-freebsd-questions@FreeBSD.ORG Thu Nov 18 10:09:15 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3FB241065675 for ; Thu, 18 Nov 2010 10:09:15 +0000 (UTC) (envelope-from kraduk@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id C557B8FC2B for ; Thu, 18 Nov 2010 10:09:14 +0000 (UTC) Received: by wwd20 with SMTP id 20so3053423wwd.31 for ; Thu, 18 Nov 2010 02:09:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=dasbOp2arXBWYHIcaV3xhcYWeMRLYOz8mkoISN6XaxE=; b=xa4wg1mGdTZFDQ/tC6LxpjnPnnsz1lw8zIiLYK2xHeddSsgnA1BnQpeTL6m4IBagFt 0SJYbWsWFJvy68rNlI76Z70EaBj0FlmwB2wWNik6RZ1BpoAr5HxbeXHSfqRdiEwQUPhi QmqCM3bgSoDCXzP8/uyCdP2xjKsPiWxkeZiis= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=KiSD0R8+prZScwx/t8GWGCvJTrCKukSyV0o614cv1CcOIGkf2G3xs+zbTLxRCG5gGq QBEcbokiEFNcR6pnzASR2huSAaNPGPvWnS/6qkupwSIppghSAiHQBmrYaEnej6KN0oFi EGL3yYBfte4ti+uh0zI7V7BrfXVSmv15SNI3I= MIME-Version: 1.0 Received: by 10.216.196.156 with SMTP id r28mr377697wen.29.1290074953227; Thu, 18 Nov 2010 02:09:13 -0800 (PST) Received: by 10.216.72.148 with HTTP; Thu, 18 Nov 2010 02:09:13 -0800 (PST) In-Reply-To: <4ce4ebd9.1f0e0NI1IwuN4MUJ%perryh@pluto.rain.com> References: <4ce4ebd9.1f0e0NI1IwuN4MUJ%perryh@pluto.rain.com> Date: Thu, 18 Nov 2010 10:09:13 +0000 Message-ID: From: krad To: perryh@pluto.rain.com Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ndhertbsd@gmail.com, freebsd-questions@freebsd.org Subject: Re: NFS setup 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: Thu, 18 Nov 2010 10:09:15 -0000 On 18 November 2010 09:03, wrote: > n dhert wrote: > > > I try to set up NFS between two freebsd-8.1 systems. > ... > > # ps -jaxw | grep rpcbind > > root 747 1 747 747 0 Ss ?? 0:00.01 > > /usr/sbin/rpcbind > ... > > client# mount server.subdomain.topdomain:/home /mnt > > (or client# mount XXX.YYY.ZZZ.SSS:/home /mnt) > > hangs, and after trying for about a minute, responds > > [tcp] server.subdomain.topdomain:/home: RPCPROG_NFS: RPC: > > Port mapper failure - RPC: Timed out > > > > what is missing to make this work? > > Any chance a firewall is blocking RPC? > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > checkout hosts.allow/deny as well