home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / ibm / pc / misc / 12071 < prev    next >
Encoding:
Internet Message Format  |  1992-08-31  |  2.9 KB

  1. Path: sparky!uunet!noc.near.net!news.Brown.EDU!qt.cs.utexas.edu!yale.edu!nigel.msen.com!sdd.hp.com!ux1.cso.uiuc.edu!roundup.crhc.uiuc.edu!uiuc.edu!venkat
  2. From: venkat@uiuc.edu (Venkat Swaminathan)
  3. Newsgroups: comp.sys.ibm.pc.misc
  4. Subject: Re: Unix to PC communications
  5. Date: 31 Aug 1992 13:45:39 GMT
  6. Organization: University of Illinois
  7. Lines: 51
  8. Message-ID: <venkat.5.0@uiuc.edu>
  9. References: <1992Aug28.151341.6429@ctp.com> <1992Aug30.032200.7309@msuinfo.cl.msu.edu>
  10. NNTP-Posting-Host: acdt.csl.uiuc.edu
  11.  
  12. In article <1992Aug30.032200.7309@msuinfo.cl.msu.edu> chena@crs.cl.msu.edu (Antony Chen) writes:
  13. >From: chena@crs.cl.msu.edu (Antony Chen)
  14. >Subject: Re: Unix to PC communications
  15. >Date: 30 Aug 92 03:22:00 GMT
  16. >achel@ctp.com (Alex Chelminsky) writes:
  17. >
  18. >>I'm looking for a program that runs under Unix and can drive a PC
  19. >>over a TCP/IP network. That is, a program that would run on a 
  20. >>window on a workstation and trigger a program that's listening
  21. >>on the PC (something like an asynch comm program that is in
  22. >>"listen" mode); when I call that IP address, the window will take
  23. >>over the PC, and the keystrokes on the workstation will be interpreted
  24. >>on the PC.
  25. >>There is an equivalent program for asynch communications called
  26. >>PC-anywhere by Symantec, but it works over the serial ports
  27. >>between two PCs.
  28. >
  29. >>Any suggestions?
  30. >
  31. >This may be a wild goose chase, but I saw some TCP/IP freeware on
  32. >wuarchive...check it out...
  33.  
  34.     There is a program on sunee.waterloo.edu (129.97.50.50) in 
  35.     pub/wattcp. It is called telnetd and it runs on a PC with an 
  36.     Ethernet card and a packet driver interface to the card. Basically
  37.     the program runs on a PC "listening" to the Ethernet port. One 
  38.     can telnet from a remote machine (I tried from a Sun 3/60 and it
  39.     works) to the PC that is running telnetd. Once connection is 
  40.     established then whatever is typed on the remote computer is echoed
  41.     on the PC and the output is also sent to the remote machine. When
  42.     I tried it from the Sun I started a telnet session in a window
  43.     (under X windows) and telnetted to the PC (which was already running
  44.     telnetd) and after connection was established I had the DOS prompt
  45.     in a window on the Sun !
  46.  
  47.     Couple of points to be mentioned here:
  48.     - Security is extremely weak in telnetd. The only security is in
  49.     the form of a password that is [optionally] required of any user
  50.     attempting to connect to the PC. The password is stored in an 
  51.     non-crypted form in the config file on the PC. The online documen-
  52.     tation makes a note of the weak security.
  53.     - When the remote machine closes the telnet session it reboots the 
  54.     PC
  55.     - I have not yet tried running the telnetd program under Windows 3.1
  56.     I shall try it out sometime today.
  57.     - The telnetd program takes over the PC when waiting for incoming
  58.     telnet requests i.e. the PC can't be used for anything else
  59.     - I am not sure if multiple incoming telnet requests can be 
  60.     handled (I have not read the manual completely yet).
  61.  
  62.     Venkat
  63.