home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / vmsnet / networks / tcpip / multinet / 2125 < prev    next >
Encoding:
Text File  |  1992-09-10  |  2.8 KB  |  72 lines

  1. X-Gateway-Source-Info: INTERNET
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!usc!news.service.uci.edu!unogate!mvb.saic.com!tgv.com!info-multinet
  3. Date: 10 SEP 92 17:56:15 GMT
  4. Newsgroups: vmsnet.networks.tcp-ip.multinet
  5. X-Return-path: <info-multinet-relay@TGV.COM>
  6. X-RFC822-From:     adelman (Kenneth Adelman) @ TGV.COM
  7. From: adelman@TGV.COM
  8. Subject:  Re: "r" commands.
  9. Organization: The INFO-MULTINET Community
  10. Message-ID: <42E00D2910SEP92175615@TGV.COM>
  11. Nntp-Posting-Host: Mvb.Saic.Com
  12. Lines: 58
  13.  
  14. >      So here I am trying to get RMT up.  The book says that for rdump
  15. > etc to work rsh has to work.    Makes sense.  So I try a command from my
  16. > Ultrix system to my VMS system as follows;
  17.  
  18. >      rsh nuhub -l johnson show time     (or dir or whatever)
  19.  
  20. > The VMS system promptly returns "Permission denied."    I know this
  21. > because I grabbed the packets with FTP's LANWATCH.
  22.  
  23.     Here is the generic trick to debugging "R" service authentication
  24. problems:
  25.  
  26.     *  Always be reply/enable'd in another window on the VMS machine
  27.        through these tests.  The following tricks are based on no
  28.        messages appearing via OPCOM.  If any errors appear via OPCOM,
  29.        then they explain the problem.
  30.     *  Always debug the problem with RLOGIN, not RSHELL.
  31.     *  Always flush the cache with $ MULTINET NETCONTROL RLOGIN FLUSH
  32.        after changing any configuration files.
  33.  
  34.     First, rlogin from the UNIX machine to the VMS machine and supply
  35. a password if the validation files. Do a SHOW TERMINAL to see what
  36. machine name you've come from, and put this name in the .RHOSTS file.
  37. If the machine name is shown in SHOW TERMINAL as an IP address, then
  38. you have a DNS or host table problem and need to fix this an restart
  39. the MULTINET_SERVER before proceeding.
  40.  
  41. >      Rlogin to the VMS machine to my account gives two deferent responses
  42. > depending on how I do it;
  43.  
  44. >      rlogin nuhub
  45.  
  46. > asks for a password which I give and fails.  However,
  47.  
  48. >      rlogin nuhub -l johnson
  49.  
  50. > asks for a password which I give and works.  I tried with and without
  51. > .rhosts in my directory and get the same results.  The Ultrix account
  52. > was the same username, johnson.  The .rhosts file has the name of the
  53. > Ultrix system as I see in SHOW TERMINAL after login.
  54.  
  55. >      Reply/enable=net gets me nothing at all.
  56.  
  57. >      I flushed the cache.  No help.
  58.  
  59. >      What's this about nothing in login.com printing?  Every login.com I
  60. > run here prints and for good reasons.  What's the problem with this?
  61.  
  62. >      Have I missed anything?    The book seems to indicate that the 'r'
  63. > commands should just work when MULTINET is running.
  64.  
  65.     Sounds like you've tried everything. Is the account enabled for
  66. all types of access? Are you sure your UNIX username was "johnson"
  67. at the time? Can you duplicate the behavior of the password working
  68. only when you specify "-l johnson"?
  69.  
  70.                             Ken
  71. 
  72.