From owner-freebsd-current@FreeBSD.ORG Sat Jul 9 17:13:30 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E27B416A41C for ; Sat, 9 Jul 2005 17:13:30 +0000 (GMT) (envelope-from ml@t-b-o-h.net) Received: from vjofn.tucs-beachin-obx-house.com (vjofn.tucs-beachin-obx-house.com [204.107.90.128]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81D7043D46 for ; Sat, 9 Jul 2005 17:13:30 +0000 (GMT) (envelope-from ml@t-b-o-h.net) Received: (from tbohml@localhost) by vjofn.tucs-beachin-obx-house.com (8.12.9/8.12.9) id j69H9VLK026987; Sat, 9 Jul 2005 13:09:31 -0400 (EDT) From: Tuc at T-B-O-H Message-Id: <200507091709.j69H9VLK026987@vjofn.tucs-beachin-obx-house.com> To: freebsd-current@freebsd.org Date: Sat, 9 Jul 2005 13:09:31 -0400 (EDT) X-Mailer: ELM [version 2.5 PL6] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: ml@t-b-o-h.net Subject: NFS/rpcbind kicking my ass X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jul 2005 17:13:31 -0000 Hi, I'm having a hell of a time with NFS/rpcbind. All of a sudden, out of the blue, the rpcbind on my NFS server (5.3-p10) just stops answering. I do have it under libwrap control, but I have in my hosts.allow : ALL: localhost MACHINENAME MACHINEIP [::1] : allow rpcbind: MACHINE1 MACHINE2 MACHINE3 [::1] CLASS.C.IP. : allow portmapper: MACHINE1 MACHINE2 MACHINE3 [::1] CLASS.C.IP. : allow So if ANYTHING, the local machine should be able to do what it needs. A sockstat looks clean.... I've restarted rpcbind 5 times, nfsd, mountd, etc..... And I still can't contact it.... Ideas? Thanks, Tuc