home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / bsd / 8541 < prev    next >
Encoding:
Text File  |  1992-11-08  |  2.5 KB  |  55 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!saimiri.primate.wisc.edu!sdd.hp.com!cs.utexas.edu!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!eff!news.byu.edu!ux1!fcom.cc.utah.edu!cs.weber.edu!terry
  3. From: terry@cs.weber.edu (A Wizard of Earth C)
  4. Subject: Re: mountd/portmap/NFS problem
  5. Message-ID: <1992Nov6.205630.21589@fcom.cc.utah.edu>
  6. Sender: news@fcom.cc.utah.edu
  7. Organization: Weber State University  (Ogden, UT)
  8. References: <1992Nov5.175351.26079@cs.brown.edu> <1992Nov6.050651.8709@fcom.cc.utah.edu> <1992Nov6.181052.10725@u.washington.edu>
  9. Date: Fri, 6 Nov 92 20:56:30 GMT
  10. Lines: 43
  11.  
  12. In article <1992Nov6.181052.10725@u.washington.edu> ganter@carson.u.washington.edu (Mark Ganter) writes:
  13. >terry@cs.weber.edu (A Wizard of Earth C) writes:
  14. >
  15. >>Install the NFS and mount patches at the very least.  You seem to be running
  16. >>into the overlap and reserved port problems.
  17. >
  18. >Terry & Luigi, I had the same problem recently.  I chased it down to an
  19. >export problem on the file system thatbsd was trying to mount.  My memory
  20. >on the net says "386bsd doesn't do secure NFS mount".  Is that true?  I
  21. >changed my /etc/exports file of the "host system" from:
  22. >
  23. >/users    dragon
  24. >to:
  25. >/users
  26. >
  27. >and everything now works fine!  Just my $0.02 worth ...Mark
  28.  
  29. Right.  This is because the NFS when running "secure" expects "vouchsafe"
  30. identification (ie: a connection from a reserved port to indicate the NFS
  31. client is being run by root instead of being a user process that pretends
  32. to be an NFS client).  The "vouchsafe" is done by ensuring the remote client
  33. is run as root by requiring a reserved port (which only root can allocate).
  34.  
  35. There is also an "overlap" problem where you can't export both "/" and
  36. "/usr" if they aren't seperate file systems.
  37.  
  38. In theory, these are both fixed with the patchkit (works for me, anyway).
  39. There's also some AIX 3.2 client stuff that's a pretty bizarre
  40. interpretation of the RFC's, but this only applies to allowing remote
  41. mounts by AIX 3.2 boxes  of partitions exported from 386BSD.
  42.  
  43.  
  44.                     Terry Lambert
  45.                     terry@icarus.weber.edu
  46.                     terry_lambert@novell.com
  47. ---
  48. Any opinions in this posting are my own and not those of my present
  49. or previous employers.
  50. -- 
  51. -------------------------------------------------------------------------------
  52.                                         "I have an 8 user poetic license" - me
  53.  Get the 386bsd FAQ from agate.berkeley.edu:/pub/386BSD/386bsd-0.1/unofficial
  54. -------------------------------------------------------------------------------
  55.