home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / linux / 17130 < prev    next >
Encoding:
Internet Message Format  |  1992-11-18  |  1.2 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!sgiblab!zaphod.mps.ohio-state.edu!cs.utexas.edu!rutgers!igor.rutgers.edu!farside.rutgers.edu!hedrick
  2. From: hedrick@farside.rutgers.edu (Charles Hedrick)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: LINUX...SLIP...NET...X11
  5. Message-ID: <Nov.18.18.04.43.1992.435@farside.rutgers.edu>
  6. Date: 18 Nov 92 23:04:44 GMT
  7. References: <7jjqq5n@lynx.unm.edu>
  8. Organization: Rutgers Univ., New Brunswick, N.J.
  9. Lines: 16
  10.  
  11. graves@jemez.eece.unm.edu (John Graves) writes:
  12.  
  13. >Anyone have SLIP running that allows for a "setenv DISPLAY" to work over the
  14. >virtual ethernet?
  15.  
  16. >I can get NET to work and set up my SLIP connection.  The host machine knows
  17. >my ip address... I can telnet/ftp anywhere... But how do I set up X11 to
  18. >accept DISPLAY calls over the SLIP line?
  19.  
  20. Use the command "start x" in net.  On the host where you want to start
  21. an X application, so "setenv DISPLAY nnn:0.0", where nnn is the IP
  22. address or hostname of your Linux system.  That's all you should need.
  23. Note that there is no security in this implementation, so I normally
  24. do "start x" only when I've about to start an X application, and then
  25. do "stop x" after it.  "stop x" won't stop existing X applications.  I
  26. just stops net from accepting more.
  27.