From owner-freebsd-questions@FreeBSD.ORG Mon Oct 14 19:06:47 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 441383BD for ; Mon, 14 Oct 2013 19:06:47 +0000 (UTC) (envelope-from rick@havokmon.com) Received: from smtp101-5.vfemail.net (nine.vfemail.net [108.76.175.9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D2CFB2F9D for ; Mon, 14 Oct 2013 19:06:46 +0000 (UTC) Received: (qmail 10058 invoked by uid 89); 14 Oct 2013 19:06:38 -0000 Received: by simscan 1.4.0 ppid: 10052, pid: 10055, t: 0.0614s scanners:none Received: from unknown (HELO www110) (cmlja0BoYXZva21vbi5jb20=@172.16.100.92) by 172.16.100.61 with ESMTPA; 14 Oct 2013 19:06:38 -0000 Received: from rrcs-98-103-53-237.central.biz.rr.com (rrcs-98-103-53-237.central.biz.rr.com [98.103.53.237]) by beta.vfemail.net (Horde Framework) with HTTP; Mon, 14 Oct 2013 14:06:38 -0500 Date: Mon, 14 Oct 2013 14:06:34 -0500 Message-ID: <20131014140634.Horde.RLqCiCVtG0TctQBuro7mGA7@beta.vfemail.net> From: Rick Romero To: freebsd-questions@freebsd.org Subject: NFS locks rpcbind port = 0 failed? - try #2 User-Agent: Internet Messaging Program (IMP) H5 (6.1.4) X-VFEmail-Originating-IP: OTguMTAzLjUzLjIzNw== X-VFEmail-Remote-Browser: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20100101 Firefox/17.0 @ X-VFEmail-AntiSpam: Notify admin@vfemail.net of any spam, and include VFEmail headers X-Remote-Browser: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20100101 Firefox/17.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed; DelSp=Yes Content-Transfer-Encoding: 8bit Content-Disposition: inline Content-Description: Plaintext Message X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Oct 2013 19:06:47 -0000 This is a continuation of "9.1 VM nfs3 & locks over VPN" - trying a different angle maybe it'll jostle someones memory. I now have a FreeBSD 9.2 VM at an offsite hosting company.  hostname nl101vpn OpenVPN is installed on it, routed not bridged mode. I have multiple OSs installed on local network. I'm already exportings NFS off 9.1 with working locks. export nfsv3 or nfsv4 from nl101vpn -  locks do not work. export nfsv3 from any local system, mount on nl101vpn - locks work. export nfsv3 from locally installed VM, mount on any local host or nl101vpn - locks work.  No OpenVPN installed on it though. I even ran a tcpdump to see if something was getting lost - both sides match, nothing is getting dropped nl101vpn - /var/log/messages: Oct 14 12:21:01 nl101 kernel: NLM: failed to contact remote rpcbind, stat = 0, port = 0  (why port 0?) Oct 14 12:23:02 nl101 last message repeated 109 times Oct 14 12:25:48 nl101 last message repeated 177 times So I haven't exhausted every combination, or completely 100% replicated whats happening offsite, but it's getting pretty ridiculous now... I'm lost, and I need locking. Help :)