Bloggers Wanted
We're looking for people to help with the main blog. If you are consistent, knowledgeable and you're into it, please drop me a note.
|
|
|
|
|
laju
Senior Boarder
Posts: 67
|
|
I'm trying setup a Windows 2000 PC to sign on to Red Hat 7.2 using GDM. I've followed the how-to instructions on the internet by Tom Choa, but I always get the same response with either X-win or Winaxe, 'Session Declined'.
Please tell me what I am missing.
Thanks,
|
|
The administrator has disabled public write access. |
johngnova
Senior Boarder
Posts: 70
|
|
Man xhost.
|
|
The administrator has disabled public write access. |
Bhah_Humbug
Senior Boarder
Posts: 54
|
|
xhost +<ip address> export <ipaddress>
from understanding, this should enable access.
Matthew Gardiner
|
|
The administrator has disabled public write access. |
Angel-xan
Senior Boarder
Posts: 69
|
|
I think the problem you are having is that GDM hasn't been configured to accept the XDMCP request. To put this right you can, on ths box itself, run gdmconf. Select Expert from the list of Options in the top left. Now go to XDMCP on the list of options that appears at the top. You'll need to do all of this as root. If that doesn't work or the RedHat machine has no display of it's own then you'll have to use an editor to alter /etc/X11/gdm/gdm.conf to enable XDMCP.
|
|
The administrator has disabled public write access. |
soumitra
Senior Boarder
Posts: 63
|
|
Jesus H. Christ, you picked a lot of inappropriate groups for this crosspost. Followups to col.networking.
Edit Xaccess (probably in /etc/X11/xdm) to let xdm listen on the network for XDMCP requests. This involves adding '*' on a line by itself to that file.
Then run X from your Windows machine like so:
XWin -query HOSTNAME -once
Those are the two things I did to get it working here. I suspect you are trying to do too much and inadvertently broke something that was already working just fine.
|
|
The administrator has disabled public write access. |
|
|
|