home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / protocol / tcpip / ibmpc / 5030 < prev    next >
Encoding:
Internet Message Format  |  1992-09-02  |  3.5 KB

  1. Xref: sparky comp.protocols.tcp-ip.ibmpc:5030 comp.protocols.nfs:2211
  2. Path: sparky!uunet!dtix!darwin.sura.net!jvnc.net!netnews.upenn.edu!catone
  3. From: catone@dmark.wharton.upenn.edu (Tony Catone)
  4. Newsgroups: comp.protocols.tcp-ip.ibmpc,comp.protocols.nfs
  5. Subject: Re: How to mount PC file systems via tcp/ip?
  6. Message-ID: <CATONE.92Sep2181838@sovereign.dmark.wharton.upenn.edu>
  7. Date: 2 Sep 92 22:18:38 GMT
  8. References: <920825115700@cream.ftp.com> <1992Aug20.210004.15614@rhrk.uni-kl.de>
  9.     <1992Aug27.020243.17128@rhrk.uni-kl.de>
  10. Sender: news@netnews.upenn.edu
  11. Followup-To: comp.protocols.tcp-ip.ibmpc
  12. Organization: University of Pennsylvania
  13. Lines: 59
  14. Nntp-Posting-Host: sovereign.wharton.upenn.edu
  15. In-reply-to: andrick@sun.rhrk.uni-kl.de's message of 27 Aug 92 02:02:43 GMT
  16.  
  17. In article <1992Aug27.020243.17128@rhrk.uni-kl.de> andrick@sun.rhrk.uni-kl.de (Ulf Andrick [Biologie]) writes:
  18.  
  19.    In article <920825115700@cream.ftp.com>, jbvb@vax.ftp.com  (James B.
  20.    VanBokkelen) writes:
  21.    > In article <1992Aug20.210004.15614@rhrk.uni-kl.de>
  22.    andrick@rhrk.uni-kl.de (Ulf Andrick) writes:
  23.    > 
  24.    >     I read somewhere that one could use idmnt by FTP to mount directories
  25.    >     of another PC running SOSS (Stan's Own Server) and wanted to try it.
  26.    >     
  27.    >     But idmnt attempts to transmit user and password and seems to expect 
  28.    >     some appropriate response, which SOSS apparently does not deliver.
  29.    >     ....
  30.    > 
  31.    > In an effort not do do "the Emperor's New Clothes" with "NFS Security",
  32.    > the IDMNT.EXE we distribute insists on authentication via a PCNFSD server,
  33.    > and doesn't allow the user to specify the UID/GID as integers.  Thus, it
  34.    > can't talk to SOSS.  However, you can get from our Tech Support people
  35.    > a MNT.EXE which lets you specify UID/GID and mount SOSS (and other things
  36.    > that don't have PCNFSDs available).
  37.  
  38. Maybe things have changed, but with the Interdrive version 1.1 pl 2 I use,
  39. one can specify sec_arg=nobody to mount the directory with "anonymous" privs.
  40. Since SOSS has no concept of uids or gids, this lets you mount any exported
  41. SOSS directory.  Has this very useful feature been removed in later versions
  42. of Interdrive?
  43.  
  44.    I thought that asking for a password was the proper thing to do for idmnt
  45.    and attributed the problem mainly to SOSS.
  46.  
  47. Why did you think that?  NFS doesn't use passwords, just uids and
  48. gids.  PCNFSD is a hack to try and give the verisimilitude of
  49. security.
  50.  
  51.    I hoped that it could be set up to accept a request for
  52.    `authentication'.
  53.  
  54. You have the source code: are you volunteering to do the work?
  55.  
  56.    I don't really like the idea that the server is accessible to everybody.
  57.    But one security measure might be to give the directories to mount some
  58.    incomprehensible names. By joining the hard drives to a virtual disc, it
  59.    might even be possible to make the whole filesystem of the server
  60.    accessible from such a directory, which would reside on the virtual disc.
  61.    Is there any possibility to fool this, so that one can mount the directory
  62.    without knowing its name? 
  63.  
  64. Now you are just being silly.  The server is not accessible to
  65. everyone, just the machines you specify in export.us.  And obfuscation
  66. through incomprehensible names won't work as showmount -e will tell
  67. you a machines mount points and to whom they are exported, although
  68. SOSS usually tells you the drives are exported to everyone even when
  69. they are not.  This last "feature" actually gives you more security
  70. than a unix host, at least as far as IP spoofing goes.  Use SOSS' -r
  71. switch if you want to export read only.
  72.  
  73.  
  74. - Tony
  75.   catone@dmark.wharton.upenn.edu
  76.