LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 12-18-2009, 11:26 AM   #1
pyroman59
Member
 
Registered: Jul 2005
Posts: 78

Rep: Reputation: 16
Exceed xterm connect capability


Hi all -

Another basic question, as I am still new to Linux...

I have a new machine loaded with RHEL 5.2 and when I try to connect into it using EXCEED XDMCP-Broadcast mode from my PC, it never comes up as a selection in the select-list. What rpms, procs, etc. am I missing on my RHEL 5.2 system???
 
Old 12-18-2009, 04:27 PM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,622

Rep: Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964
Quote:
Originally Posted by pyroman59 View Post
Hi all -

Another basic question, as I am still new to Linux...

I have a new machine loaded with RHEL 5.2 and when I try to connect into it using EXCEED XDMCP-Broadcast mode from my PC, it never comes up as a selection in the select-list. What rpms, procs, etc. am I missing on my RHEL 5.2 system???
That's because as a rule, running X that way is fairly unsafe. Your X server is running with the "-nolisten" option (do a "ps -ef | grep nolisten"), which means it's not going to accept X requests from anyone but itself.

From the RedHat knowledgebase:
https://www.redhat.com/docs/manuals/...e-remotex.html
 
1 members found this post helpful.
Old 12-18-2009, 05:56 PM   #3
pyroman59
Member
 
Registered: Jul 2005
Posts: 78

Original Poster
Rep: Reputation: 16
If I do that ps cmd, I do not see an "X server" proc

[root@larry ~]# ps -ef|grep nolisten
root 6035 6006 0 15:57 pts/1 00:00:00 grep nolisten
[root@larry ~]#
 
Old 12-18-2009, 06:11 PM   #4
MBybee
Member
 
Registered: Jan 2009
Location: wherever I can make a living
Distribution: OpenBSD / Debian / Ubuntu / Win7 / OpenVMS
Posts: 440

Rep: Reputation: 57
With Exceed, are you connecting via Telnet, or using something like PuTTY?


<edit>
Let me make that more clear...
For me, here, I have Exceed on some of the Windows terminal servers. We use PuTTY to connect via SSH (no Hummingbird SSH yet that I know of), and then when we launch the remote X services (like xclock) it comes back via an SSH-Tunnel.

In PuTTY, you'd need to set 'Enable X11 Forwarding'.
I would have to look up the instructions for Exceed via Telnet, haven't used telnet that way in ages.

Even better doc: http://faq.rutgers.edu/?q=node/836
</edit>

Last edited by MBybee; 12-18-2009 at 06:16 PM.
 
1 members found this post helpful.
Old 12-18-2009, 06:14 PM   #5
pyroman59
Member
 
Registered: Jul 2005
Posts: 78

Original Poster
Rep: Reputation: 16
Right now I just connected to the Linux machine via rlogin from a Sun Ultra 60.
 
Old 12-18-2009, 06:37 PM   #6
pyroman59
Member
 
Registered: Jul 2005
Posts: 78

Original Poster
Rep: Reputation: 16
Here is what I do currently:

1. From my PC, I launch Exceed XDMCP-Broadcast and login to an Ultra 60

2. Once on the Ultra 60, I open a cmd tool shell, and rlogin or telnet to the Linux machine.


Here is what I want to do:

1. Launch Exceed XDMCP-Broadcast, and when the DISPLAY MANAGER CHOOSER MENU comes up, I want to see my Linux machine in the pick-list of hosts...

2. Click on that Linux machine

3. Get the Linux-GUI-console-login-screen on my Exceed session console

4. Login and get my desktop and such...
 
Old 12-19-2009, 11:37 AM   #7
MBybee
Member
 
Registered: Jan 2009
Location: wherever I can make a living
Distribution: OpenBSD / Debian / Ubuntu / Win7 / OpenVMS
Posts: 440

Rep: Reputation: 57
Here's a howto for XDMCP: http://www.faqs.org/docs/Linux-HOWTO/XDMCP-HOWTO.html


That being said, I would not recommend using XDMCP broadcasts, telnet, or rlogin on any modern network. These are non-secure services and almost always locked at the firewall and host level in a well-secured network.

Also, you typically don't want to waste server resources running a full X desktop, but that's beside the point.
 
1 members found this post helpful.
Old 12-21-2009, 10:24 AM   #8
pyroman59
Member
 
Registered: Jul 2005
Posts: 78

Original Poster
Rep: Reputation: 16
Hi MBybee -

Thanks for the info, I appreciate it. This lone Linux machine I have loaded is going to soon be moved into a closed area with no network at all - it will be a total sandalone machine. Otherwise, I would be concerned about security, etc.
 
Old 12-22-2009, 12:01 PM   #9
MBybee
Member
 
Registered: Jan 2009
Location: wherever I can make a living
Distribution: OpenBSD / Debian / Ubuntu / Win7 / OpenVMS
Posts: 440

Rep: Reputation: 57
Quote:
Originally Posted by pyroman59 View Post
Hi MBybee -

Thanks for the info, I appreciate it. This lone Linux machine I have loaded is going to soon be moved into a closed area with no network at all - it will be a total sandalone machine. Otherwise, I would be concerned about security, etc.
Ah - well, there you go
If that handles your issue, you may want to mark the thread solved. That way others with similar issues will be more apt to find it.

Happy Holidays!
 
1 members found this post helpful.
Old 12-22-2009, 03:07 PM   #10
pyroman59
Member
 
Registered: Jul 2005
Posts: 78

Original Poster
Rep: Reputation: 16
Smile

As an additional note, I used this info (below) as well, and got XDMCP to work. I got the login screen on my PC Exceed session!

http://www.idevelopment.info/data/Un...HatLinux.shtml

Thanks!
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Connect to AIX server using Hummingbird exceed Version 5.1 vathsan AIX 2 03-11-2009 11:12 AM
Connect to Xterm terminal remotely fjkum Linux - Newbie 2 12-18-2008 12:10 AM
Unable to connect to RedHat Linux with Exceed XDMCP Broadcast ragnarok513 Linux - Networking 2 07-28-2004 01:20 PM
Unable to connect to X from xterm alex.e.c Linux - Hardware 0 05-20-2004 05:44 AM
how to connect to the same xterm with ssh(?) ?? realos Linux - Networking 5 01-17-2003 09:11 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:02 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration