home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / vmsnet / networks / tcpip / ucx / 95 < prev    next >
Encoding:
Text File  |  1992-09-02  |  3.3 KB  |  91 lines

  1. Newsgroups: vmsnet.networks.tcp-ip.ucx
  2. Path: sparky!uunet!wupost!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!kcgl1.eng.ohio-state.edu!DAVISM
  3. From: DAVISM@kcgl1.eng.ohio-state.edu (Michael T. Davis)
  4. Subject: Bugs in TPS (?) 2.0
  5. Message-ID: <1992Sep2.192544.18041@magnus.acs.ohio-state.edu>
  6. Sender: news@magnus.acs.ohio-state.edu
  7. Nntp-Posting-Host: kcgl1.eng.ohio-state.edu
  8. Organization: The Ohio State University
  9. Date: Wed, 2 Sep 1992 19:25:44 GMT
  10. Lines: 79
  11.  
  12.  
  13.     So far, I've come across two bugs in DEC TCP/IP Services (TPS?) for
  14. OpenVMS 2.0.  First of all, binary telnet mode does not work properly.  A
  15. carriage-return is interpretted literally as a CR, instead of a combination of
  16. CR and LF (line-feed), and control characters are interpretted as line
  17. terminators.  This behavior was observed telnetting to a host running Ultrix
  18. 4.2A.  For example, it's necessary to use CTRL/J at the Ultrix login prompt,
  19. rather than a CR (CTRL/M).  It can also be observed by telnetting back to the
  20. same system.  Enter a string at the DCL prompt and press CTRL/U; with line-
  21. editing, the line should be erased, but instead it's entered as a command.
  22.  
  23.     Here's an interesting one:
  24.  
  25. UCX> sho serv/ful telnet
  26.  
  27. Service: TELNET
  28.                            State:     Enabled
  29. Port:               23     Protocol:  TCP             Address:  0.0.0.0
  30. Inactivity:          1     User_name:                 Process:  not defined
  31. Limit:              10     Active:      0             Peak:       0
  32.  
  33. File:         not defined
  34. Flags:        Listen Rtty
  35.  
  36. Socket Opts:  Keepalive Rcheck Scheck
  37.  Receive:         3000     Send:            3000
  38.  
  39. Log Opts:     Actv Dactv Conn Error Mdfy Rjct Addr
  40.  File:        not defined
  41.  
  42. Security
  43.  Reject msg:  UCX TELNET connection rejected
  44.  Accept host: 0.0.0.0
  45.  Accept netw: 0.0.0.0
  46.  
  47. UCX> dis serv telnet
  48. UCX> set serv/rej=mes="UCX TELNET connection refused" telnet
  49. UCX> enab serv telnet
  50.  
  51. UCX> sho serv/ful telnet
  52.  
  53. Service: TELNET
  54.                            State:     Enabled
  55. Port:               23     Protocol:  TCP             Address:  0.0.0.0
  56. Inactivity:          1     User_name: Listen RttyActv Dactv Conn Error Mdfy R
  57. jct AddrKeepalive Rcheck ScheckNone
  58.                                                       Process:  not defined
  59. Limit:              10     Active:      0             Peak:       0
  60.  
  61. File:         not defined
  62. Flags:        Listen Rtty
  63.  
  64. Socket Opts:  Keepalive Rcheck Scheck
  65.  Receive:         3000     Send:            3000
  66.  
  67. Log Opts:     Actv Dactv Conn Error Mdfy Rjct Addr
  68.  File:        not defined
  69.  
  70. Security
  71.  Reject msg:  UCX TELNET connection refused
  72.  Accept host: 0.0.0.0
  73.  Accept netw: 0.0.0.0
  74.  
  75. In particular, look at what happened to the User_name: field.  What's so in-
  76. teresting is that our rlogin service is defined with the rejection message
  77. "UCX RLOGIN connection refused"; if we replace "refused" with "rejected" we
  78. experience a similar corruption of the User_name: field for the rlogin service
  79. entry.  Note that this corruption only seems to be in memory; adding the
  80. /PERMANENT qualifier to the SHOW SERVICE command reveals nothing out of the
  81. ordinary.
  82.  
  83.     Finally, has anyone figured out how to enable the binary (8-bit) option
  84. for outbound rlogin?
  85.  
  86.                             Mike
  87. --
  88.  Internet: davism@KCGL1.eng.ohio-state.edu |
  89.             -or- DAVISM+@osu.edu           |   These Thoughts, They Be Mine
  90.    BITNET: DAVISM+@OHSTMAIL.BITNET         |
  91.