Hi, On Mon, 1 Feb 1999, George Toft wrote:
. . . run an X program on one computer on my LAN and display the output on another. Both computers are Linux.
I've been able to get the outputs to display on a Windows computer on the LAN, but I can't get a Linux-Linux connection. The X-server tries to connect to 192.168.93.103:0.0, but is refused. SuSE manual briefly mentions rlogin, which appears to be enabled (looking at inetd.conf).
Here's the output: [bob@oahu bob]$ export DISPLAY=192.168.93.103:0.0 [bob@oahu bob]$ xterm & [1] 24521 [bob@oahu bob]$ Xlib: connection to "192.168.93.103:0.0" refused by server Xlib: Client is not authorized to connect to Server Error: Can't open display: 192.168.93.103:0.0
[1]+ Exit 1 xterm [bob@oahu bob]$
Ideas?
Run the following on 192.168.93.103: xhost +oahu This allows oahu to connect to the X Server on 192.168.93.103. Bye, LenZ ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH <A HREF="mailto:grimmer@suse.de">mailto:grimmer@suse.de</A> Schanzaeckerstr. 10 <A HREF="http://www.suse.de/~grimmer"><A HREF="http://www.suse.de/~grimmer</A">http://www.suse.de/~grimmer</A</A>> 90443 Nuernberg, Germany - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archiv at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>