home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / linux / 10039 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  1.7 KB

  1. Path: sparky!uunet!olivea!spool.mu.edu!yale.edu!jvnc.net!princeton!rutgers!igor.rutgers.edu!athos.rutgers.edu!hedrick
  2. From: hedrick@athos.rutgers.edu (Charles Hedrick)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: SLIP and X386
  5. Message-ID: <Sep.6.23.07.01.1992.12536@athos.rutgers.edu>
  6. Date: 7 Sep 92 03:07:02 GMT
  7. References: <55pnpxd.genie@netcom.com>
  8. Organization: Rutgers Univ., New Brunswick, N.J.
  9. Lines: 27
  10.  
  11. genie@netcom.com (The Genie) writes:
  12.  
  13. >Hi.
  14. >Now that tcp/ip is available for Linux, I'd like to know if
  15. >this combination is possible.
  16.  
  17. >Is it possible to use SLIP and X Windows together?  With
  18. >packages like ka9q, is it possible to redirect all
  19. >tcp/ip packets to the serial modem?  A true SLIP
  20. >connection would allow things like xhosting, etc.
  21.  
  22. >Actually, for SLIP, we would not even need the
  23. >new tcp/ip beta support, just the ka9q package?
  24.  
  25. As far as I can tell, the new TCP/IP does not yet support SLIP.  KA9Q
  26. does implement SLIP.  It does not need the beta TCP/IP code -- it does
  27. TCP/IP at user level.  You can use it with X.  Just say "start x".
  28. However starting an X window is painful at 9600 bps.  I recommend
  29. using a normal telnet session for most interactive work, and starting
  30. an X session only for applications that need it.  One reasonable
  31. approach would be to start two telnet sessions, and set the DISPLAY
  32. variable in only one of them.  Then you could use that session for
  33. stuff that needs X.  You could use the other session for normal
  34. interactive work.  You want a separate session because once you set
  35. the DISPLAY variable, every time you call emacs, it will try to create
  36. an X window.  There's a READ.ME with KA9Q that explains how to set up
  37. SLIP, as much as it can be explained.
  38.