From owner-freebsd-bugs Sat Nov 4 1:20: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 79C8437B4C5 for ; Sat, 4 Nov 2000 01:20:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA81493; Sat, 4 Nov 2000 01:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sat, 4 Nov 2000 01:20:02 -0800 (PST) Message-Id: <200011040920.BAA81493@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: David Malone Subject: Re: kern/22594: NFS can't handle asymmetric server routing Reply-To: David Malone Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/22594; it has been noted by GNATS. From: David Malone To: Peter Jeremy Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/22594: NFS can't handle asymmetric server routing Date: Sat, 4 Nov 2000 09:16:51 +0000 On Sat, Nov 04, 2000 at 12:28:21PM +1100, Peter Jeremy wrote: > Unknown. The client is correct to reject the packets from an > (unknown) server. The server should be using a source address > that matches the address that the client requested to mount. I think you can fix this by using the -h option in nfsd. For each address you want to do UDP based serving on give a -h option. For example we use something like: nfsd -u -t -n 4 -a -h 10.0.1.1 -h 10.0.2.1 for a machine that does NFS on two different ethernet cards. David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message