From mboxrd@z Thu Jan 1 00:00:00 1970 From: Frank Thommen Subject: Re: Wrong network Date: Sat, 12 Feb 2011 16:38:34 +0100 Message-ID: <4D56A97A.10308@embl.de> References: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: autofs-bounces@linux.kernel.org Errors-To: autofs-bounces@linux.kernel.org Content-Type: text/plain; charset="us-ascii"; format="flowed" To: autofs@linux.kernel.org On 12.02.2011 15:29, Steve Thompson wrote: > CentOS 5.5 (32- and 64-bit), autofs-5.0.1-0.rc2.143.el5_5.6. > > Two subnets, A (192.168.0/22) and B (192.168.4/22). NFS server has an > interface on both A and B. NFS client has an interface on B only. Maps > come via LDAP. On the client: > > # mount > :/mnt/point on /fs/ type nfs (rw,addr=192.168.0.69) > > The addr= looks wrong to me; should be 192.168.4.x. On other clients, > the subnet pointed to by addr= is sometimes right, sometimes wrong. > What's wrong here? Wrong network/gateway configuration on the NFS server (or on the clients)? frank