Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 May 1996 13:09:13 -0700 (MST)
From:      Terry Lambert <terry@lambert.org>
To:        bwithrow@BayNetworks.com (Robert Withrow)
Cc:        freebsd-hackers@FreeBSD.org
Subject:   Re: NFS interop problems...
Message-ID:  <199605232009.NAA08183@phaeton.artisoft.com>
In-Reply-To: <199605231630.MAA16425@tuva.engeast.baynetworks.com> from "Robert Withrow" at May 23, 96 12:30:18 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> I'm suffering from the (I think) well known interop
> problem with sun nfs servers, where you send a request
> to one port on the server and you get the reply from
> another port on the server, which FreeBSD (rightfully,
> I guess) tosses.  [BTW, is there any easy workaround
> for this?  Putting a static route for the client on the 
> erver seems to work...]

The typical workaround is to use TCP instead of UDP for NFS transport.

The send source/dest problem for aliased hosts is well known.
There is an update in the next version of the TCP/IP code (not the
CSRG stuff, from the place CSRG got thair stuff), which is unreleased
and supposedly won't be released for 9 months or so (Van Jabobsen,
I think).

One alternative would be to put in another card and run the aliases
on the "remote" card and the NFS off the "local" card so there isn't
any alias interaction.

Alternately, you could disable the security code in the NFS that
causes it to drop reply packets from the wrong hosts.  8-|.


					Terry Lambert
					terry@lambert.org
---
Any opinions in this posting are my own and not those of my present
or previous employers.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605232009.NAA08183>