Operating System - Linux
1821584 Members
3687 Online
109633 Solutions
New Discussion юеВ

XDMCP timed out for a linux box

 
PVR
Valued Contributor

XDMCP timed out for a linux box

Hi

I have a linux 7.1 box. I want to access it from a windows system using exceed. If I click XDMCP broadcast icon, I am able to see my linux box. But when I click on it. Nothing is happening and after around 3 minutes I am getting the error that XDMCP timed out. XDMCP version is 7.1. Linux runlevel is 5

Thanks in advance !!
Don't give up. Try till success...
9 REPLIES 9
Alexander M. Ermes
Honored Contributor

Re: XDMCP timed out for a linux box

Hi there.
Did you configure the setup for ExCeed ( xconfig ) ?
Is the X-server running on the Linux machine ?
Rgds
Alexander M. Ermes
.. and all these memories are going to vanish like tears in the rain! final words from Rutger Hauer in "Blade Runner"
Nobody's Hero
Valued Contributor

Re: XDMCP timed out for a linux box

If exceed is running on your personal workstation. You need to login to the linux system, and run, I believe it is kdesetup and click the box that says "enable xdmcp', I think. I'll check on the kdesetup command and repost.
UNIX IS GOOD
Nobody's Hero
Valued Contributor

Re: XDMCP timed out for a linux box

Run gdmsetup on the linux server and check under the tab 'xdmcp'
UNIX IS GOOD
Vitaly Karasik_1
Honored Contributor

Re: XDMCP timed out for a linux box

do you have DNS resolution for your PC box with Exceed?
Jan Sladky
Trusted Contributor

Re: XDMCP timed out for a linux box

Hi PVR,

probably you haven't allow remote xserver on linux box.

In SuSE is it in

/etc/sysconfig/displaymanager:

DISPLAYMANAGER_XSERVER_TCP_PORT_6000_OPEN="yes"

(if you use gdm than disable it in security tab)

br Jan
GSM, Intelligent Networks, UNIX
Tonatiuh
Super Advisor

Re: XDMCP timed out for a linux box

Alexander:
How can I see if my Linux server is running the X-Server?
Fred Ruffet
Honored Contributor

Re: XDMCP timed out for a linux box

ps auxw | grep X
will show you running X server.

Is there a FW between your windows machine and Linux server ?

Regards,

Fred
--

"Reality is just a point of view." (P. K. D.)
Alexander M. Ermes
Honored Contributor

Re: XDMCP timed out for a linux box

Hi there.
Sorry for late reaction.
Was sick.
The hints of the others were steps, that i would have taken after my first reply.
The 'ps' is the right way.
This could be s useful URL for you :

http://www.linux.org/

Many hints, howto's etc.
Rgds
Alexander M. Ermes
.. and all these memories are going to vanish like tears in the rain! final words from Rutger Hauer in "Blade Runner"
Tonatiuh
Super Advisor

Re: XDMCP timed out for a linux box

[root@RAC2 root]# ps auxw | grep X
root 1390 0.0 0.6 12080 6728 ? S Nov04 0:00 /etc/X11/X :0 -auth /var/gdm/:0.Xauth
root 4059 0.0 0.0 1740 600 pts/0 S 09:16 0:00 grep X