From owner-freebsd-questions@FreeBSD.ORG Fri Jan 6 16:02:54 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F7F116A41F for ; Fri, 6 Jan 2006 16:02:54 +0000 (GMT) (envelope-from msoulier@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F9B143D5A for ; Fri, 6 Jan 2006 16:02:52 +0000 (GMT) (envelope-from msoulier@gmail.com) Received: by nproxy.gmail.com with SMTP id b2so761702nfe for ; Fri, 06 Jan 2006 08:02:51 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Agucc2fi6fAZmzUGGtw0PlwTDp7SSShOj6BaatT/g0y7Fo7QrxtAbUZrwmk9rn7UEK/CBmsOhb/XDeSWQNN1YDXgmjFwwy4jzUqT71Dc6Dxmo7SLwJzt/TXTeClSLFb+vVPbU7wzV/idopd5zGhGVnvOEvRbVhv8DWJyUJ0u+6U= Received: by 10.48.234.14 with SMTP id g14mr787340nfh; Fri, 06 Jan 2006 08:02:37 -0800 (PST) Received: by 10.48.233.11 with HTTP; Fri, 6 Jan 2006 08:02:36 -0800 (PST) Message-ID: Date: Fri, 6 Jan 2006 11:02:36 -0500 From: "Michael P. Soulier" Sender: msoulier@gmail.com To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: nfs server 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: Fri, 06 Jan 2006 16:02:54 -0000 Hello, I'm configuring nfsd on my freebsd box, and trying to mount from my linux box. I keep getting permission denied on the linux side, and I'm not sure why. My local network is 192.168.1.0/24. I've added this to /etc/exports. /usr/local/www -network 192.168.1.0 -mask 255.255.255.0 My client from 192.168.1.3 is trying to mount /usr/local/www, and it's getting permission denied from the nfs server, so I'm assuming that my /etc/exports is somehow misconfigured. Can anyone help me with this? I'm not used to BSD-style exports. Thanks, Mike -- Michael P. Soulier "Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction." --Albert Einstein