On 2005-10-07, HP <(E-Mail Removed)> wrote:
> i am using fedora4
>
> i use telnet x--->y---->z
> now from x when i try to access aplication of z(application has GUI)
> i m getting the error
> Xlib: connection to "xx.xx.xx.xx:0.0" refused by server
> Xlib: No protocol specified
>
> Error: Can't open display: xx.xx.xx.xx:0.0
>
> i have added the y machine as xhost.
> i m able to open the thses application from winxp by using exceed.
> i am able to open application installed on y from my linux, but not of
> z.
>
> Help me out friends.
Did you export the DISPLAY variable to point to the machine running the X
server?
$ export DISPLAY=mymachine.whatever.com:0.0
Rather than using telnet for this, use ssh. Not only will your session be
encrypted to make it more secure, but ssh can automatically enable
X-forwarding:
ssh -X remote.machine.com
[remote.machine.com]$ xterm&
--
John ((E-Mail Removed))
|