Date: Wed, 15 May 1996 13:05:04 -0700 From: Jim Binkley <jrb@cs.pdx.edu> To: questions@freebsd.org Subject: nfs mount problem with solaris system Message-ID: <199605152005.NAA09263@sirius.cs.pdx.edu>
next in thread | raw e-mail | index | archive | help
I'm trying to do a mount from a freebsd 2.1R system to a solaris 2.X somesuch system. I do # mount -o -P solarisbox:/somewhere /somehere and the mount completes. Then I do # cd /somehere and that hangs. tcpdump reveals something like: 1. freebsd -> solaris getattr from port 1023 to nfs port 2. solaris -> freebsd OK nfs port to port 1023 3. icmp destination unreachable from port 1023 from freebsd -> solaris However netstat -a on freebsd shows that port 1023 is indeed in use. I am stumped. This seems to work sometimes and fail at other times. Anybody seen this before? any clues? regards, Jim Binkley jrb@cs.pdx.edu
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605152005.NAA09263>