home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / next / sysadmin / 7262 < prev    next >
Encoding:
Text File  |  1992-12-31  |  1.5 KB  |  51 lines

  1. Newsgroups: comp.sys.next.sysadmin
  2. Path: sparky!uunet!spool.mu.edu!umn.edu!csus.edu!netcom.com!netcomsv!yamanote!gordie
  3. From: gordie@cyclesoft.com (Gordie Freedman)
  4. Subject: Re: running X remote
  5. Message-ID: <1992Dec31.194011.5957@netcom.com>
  6. Sender: gordie@netcom.com
  7. Reply-To: gordie@cyclesoft.com
  8. Organization: Dolphin Software
  9. References: <STATMAN.92Dec31115709@mullet.stat.ufl.edu>
  10. Date: Thu, 31 Dec 1992 19:40:11 GMT
  11. Lines: 38
  12.  
  13. In article <STATMAN.92Dec31115709@mullet.stat.ufl.edu> statman@stat.ufl.edu  
  14. (Chuck Kincaid) writes:
  15. >     So I say  
  16. >         setenv DISPLAY 128.227.8.68:0 
  17. > which is the IP number of my station.  However, it tells me that the
  18. > client does not have authorization to connect to server.  Can anyone
  19. > tell me what I am missing?  How do i provide authorization?  Better yet,
  20. > where can i look this up in the manuals?  
  21. >     Any help is greatly appreciated.
  22. > Thank you,
  23. > charles d. kincaid
  24.  
  25. From the station you need to tell the X server to allow other X clients to  
  26. connect. From a shell on the station type:
  27.  
  28. % xhost +
  29.  
  30. This allows all of the other machines on the LAN to connect. If you want to  
  31. restrict it, type
  32.  
  33. % xhost + 128.227.8.99
  34.  
  35. (I made up this number obviously)
  36.  
  37. or 
  38.  
  39. % xhost + sun_host_name
  40.  
  41. read the man page on xhost for more info, you can query xhost and also set  
  42. multiple client access. This is probably in the X windows FAQ on one of the X  
  43. windows news groups too.
  44. -- 
  45. --- Gordie Freedman gordie@cyclesoft.com  NeXTMail Yes! ---
  46.  
  47. >>> For optimum sound, listen to the music not the stereo.
  48.  
  49.