From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S266666AbUGVCCs (ORCPT ); Wed, 21 Jul 2004 22:02:48 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S266669AbUGVCCs (ORCPT ); Wed, 21 Jul 2004 22:02:48 -0400 Received: from ishtar.tlinx.org ([64.81.245.74]:36494 "EHLO ishtar.tlinx.org") by vger.kernel.org with ESMTP id S266666AbUGVCCq (ORCPT ); Wed, 21 Jul 2004 22:02:46 -0400 Message-ID: <40FF1FE7.4050403@tlinx.org> Date: Wed, 21 Jul 2004 19:01:11 -0700 From: L A Walsh User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Linux-Kernel Subject: NFS subnet access problems X-Enigmail-Version: 0.84.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Jul 21 00:15:54 ishtar nfsd[1590]: Unauthorized access by NFS client 192.168.3.2. Jul 21 00:15:58 ishtar last message repeated 5928 times I wanted to give ro access to all clients on a 192.168.3.0/26 network to a "/Share" directory, and rw to a few, but I've never managed to get the network access statement to work correctly. Finally I switched to a /24 network to make netmasks more cleanI simply removed every thing but the 'ro' export of /Share which I thought should work but does not. The above client is an example. server: inet addr:192.168.3.1 Bcast:192.168.3.255 Mask:255.255.255.0 /etc/exports: /Share 192.168.3.0/24(async,ro,no_subtree_check,nohide) > showmount -e Export list for server: /Share 192.168.3.0/24 client: configed as inet addr:192.168.3.2 Bcast:192.168.3.255 Mask:255.255.255.0 Client had access when it was specifically given access by hostname, but doesn't solve access problems for anonymous dhcp hosts that I bring online as test machines. Are there some options needed for anon client access? the kernel seems to indicate it is exporting to the subnet, yet it is denying mount permisson...bug, misconfig? -linda