James Kimble wrote:
> Yes, I did do that. I even tried just "xhost +" to make sure I wasn't
> using the wrong IP. No diff.
>
>
>
>>
>> A very simple check - have you used on the maachine you want to display
>> on xhost +<other machine name> first?
You'll need to check the simple setup, then.
Can you display locally?
E.g. log in under X, run
xhost +localhost
then log in as another user, and open an X application.
If that works, then try it again, but use the network IP addy of the machine
you are on, rather than localhost.
On the remote machine, try using telnet:
telnet <machine name> 6000
(there are several X11 reserved IP addresses, check /etc/services for lines
beginning with x11).
if telnet is refused all of them, then make sure you are disconnected from
the internet and turn off the firewall on both systems (iptables -F). Go
through the steps above.
You're basically trying to cut off the reasons for failure one by one.
Ta.
|