From owner-freebsd-questions Fri Jul 4 07:10:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA25651 for questions-outgoing; Fri, 4 Jul 1997 07:10:07 -0700 (PDT) Received: from fallout.campusview.indiana.edu (fallout.campusview.indiana.edu [149.159.1.1]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA25644 for ; Fri, 4 Jul 1997 07:10:04 -0700 (PDT) Received: from localhost (jfieber@localhost) by fallout.campusview.indiana.edu (8.8.5/8.8.5) with SMTP id JAA00417 for ; Fri, 4 Jul 1997 09:10:04 -0500 (EST) Date: Fri, 4 Jul 1997 09:10:03 -0500 (EST) From: John Fieber To: questions@freebsd.org Subject: Solaris unhappy with mountd -2 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Because of nfsv3 interoperability problems with both Digital Unix (4.0) and Solaris, I want to force my FreeBSD box to only allow v2 connections. With the -2 option for mountd, Digital Unix is perfectly happy, but Solaris is responding with: server not responding: RPC: Program/version mismatch The catch is that I have to depend on the automounter on the Solaris box so I can't explicitly tell mount_nfs anything. I'm running 2.2.2 with a recent RELENG_2_2 kernel and lkms. Can an nfs wizard speculate about which end of the connection is being problematic here? -john