Networking Forums

Networking Forums > Computer Networking > Linux Networking > Can't open display: 199.30.16.70:0.0

Reply
Thread Tools Display Modes

Can't open display: 199.30.16.70:0.0

 
 
HP
Guest
Posts: n/a

 
      10-07-2005, 08:32 AM
Hi all
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.

 
Reply With Quote
 
 
 
 
Allen McIntosh
Guest
Posts: n/a

 
      10-07-2005, 11:38 AM
> i use telnet x--->y---->z
> 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.


You're not doing port forwarding, so X11 traffic from z comes straight
back to x. X looks at the source address (z) and drops it since z is
not a permitted host. Add z to the list of permitted hosts.
 
Reply With Quote
 
John Thompson
Guest
Posts: n/a

 
      10-08-2005, 09:05 PM
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))
 
Reply With Quote
 
HP
Guest
Posts: n/a

 
      10-10-2005, 05:33 AM
Hi All
John i tried exporting the display but it foesn't work,i m
getting this error

Fatal error: Unable to connect to X11 server

i think port forwarding is problem

can anyone tell me how can i enable port forwarding
and what port need to b forwarded for this problem

 
Reply With Quote
 
HP
Guest
Posts: n/a

 
      10-10-2005, 08:55 AM
Hi All
when i am using vnc server for same purpose i am getting
this error
Xlib: connection to "199.30.16.70:0.0" refused by server
Xlib: No protocol specified

Hlep me out geeks

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cannot display webpage.... spike Wireless Networks 3 05-29-2007 10:31 PM
DD-WRT Will not display LAN/WAN IP just 0.0.0.0 for everything! anthony.oren@gmail.com Wireless Internet 1 09-13-2006 10:21 AM
xp pro-cannot display desktop across my LAN Dave_s Windows Networking 1 07-01-2006 11:27 PM
Display DNS for ME? Fred Marshall Windows Networking 1 10-14-2004 06:37 AM
Display DNS cache kend@co.st-clair.il.us Windows Networking 0 07-29-2004 01:43 PM



1 2 3 4 5 6 7 8 9 10 11