LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 09-21-2007, 01:39 AM   #1
ruwindada
LQ Newbie
 
Registered: Aug 2007
Posts: 11

Rep: Reputation: 0
Smile Loging to remote server via VNC - without X support


Hi !!

Im using "VNC 4.2.9 - client" on my win_xp machine to login to "RHEL 4 ES" - server located in some other place.I can access x-session without a proble.Everythings working perfectly.
Can someone please tell me how to loging to my "Redhat server" without x_support.I want to acces the terminal.

i.e :- Is it possible to access the terminal via MS-DOS[cmd] prompt ?? - through VNC.

Thank you
denver,RDA
 
Old 09-21-2007, 07:38 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
no, you would want to use ssh for this ideally. puTTY is probably the best free ssh client for windows.

[not a networking question. moved to Linux - Newbie]

[[ btw... sorry for the problem you had posting this thread... our spam filter seemed to have taken a disliking to you...]]

Last edited by acid_kewpie; 09-21-2007 at 07:39 AM.
 
Old 09-24-2007, 05:12 AM   #3
ruwindada
LQ Newbie
 
Registered: Aug 2007
Posts: 11

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by acid_kewpie View Post
no, you would want to use ssh for this ideally. puTTY is probably the best free ssh client for windows.

[not a networking question. moved to Linux - Newbie]

[[ btw... sorry for the problem you had posting this thread... our spam filter seemed to have taken a disliking to you...]]
Hi !!
thankx very much.Just download the "puTTy.exe" It's working fine.But i have seen friend of mine actually accessing terminal session via MS-DOS prompt ..??
<can't reach him at the moment..> Is it possible ??

thank you
denver,RDA
 
Old 09-24-2007, 07:46 AM   #4
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
you can use telnet, but that's going backwards... there's no benefit in using a real dos prompt compared to putty. it's a fixed width, it's ugly, it's got no features...
 
Old 09-26-2007, 11:47 PM   #5
ruwindada
LQ Newbie
 
Registered: Aug 2007
Posts: 11

Original Poster
Rep: Reputation: 0
Unhappy

Quote:
Originally Posted by acid_kewpie View Post
you can use telnet, but that's going backwards... there's no benefit in using a real dos prompt compared to putty. it's a fixed width, it's ugly, it's got no features...
Hi !!

yes u right DOS is ugly. puTTy is great.It gave me the nice Look and Feel i wanted.
One more quz.
In puTTy i have the full access to terminal[runlevel 3 - full user text mode-RHEL ES 4]. But i couldn't "startx" from puTTy. Is it possible OR is it something to do with my configuration on puTTy ?

Thank You VeryMuch
denver,RDA
 
Old 09-27-2007, 01:14 AM   #6
iggep
Member
 
Registered: Sep 2005
Location: Virginia Beach, VA
Posts: 48

Rep: Reputation: 15
I skimmed through this thread, so if I misunderstood I aplogize. But it sounds like you are using putty to telnet into your box? If that's true I'd really recommend that you not use telnet. Instead use SSH, which is secure. Look into OpenSSH.

On to your question. Are you trying to open a graphical interface in that terminal window you've opened to your system? You can't do that in telnet anyway, but if that is what you are doing than you really do need to look at OpenSSH. You can stream graphics via SSH, and I would point you to the openssh website where you can find all the documentation you'll need. If that's not what you are doing, then all I can say is that when you SSH into your RedHat box via Putty, you can indeed startx. Run startx, then run processes to see it's started.
 
Old 09-27-2007, 01:59 AM   #7
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
so now you DO want an X session?? the whole point was that there wasn't one...

so you clearly can *NOT* run startx from SSH... well you can but not in any useful way from your perspective. you can forward X applications over SSH but you needing a functional X server and X client at either end. under windows you can do that with the cygwin/X project amongst others, but sounds like you're starting to fight against normal practise, which nearly always leads to a fall...
 
Old 10-01-2007, 11:13 PM   #8
ruwindada
LQ Newbie
 
Registered: Aug 2007
Posts: 11

Original Poster
Rep: Reputation: 0
Smile

Quote:
Originally Posted by acid_kewpie View Post
so now you DO want an X session?? the whole point was that there wasn't one...

so you clearly can *NOT* run startx from SSH... well you can but not in any useful way from your perspective. you can forward X applications over SSH but you needing a functional X server and X client at either end. under windows you can do that with the cygwin/X project amongst others, but sounds like you're starting to fight against normal practise, which nearly always leads to a fall...
Hi !!
Thanks very much. what i actally tried was to startx from puTTy.My redhat defaults bootup to runlevel3".So when i issue "startx from from my winxp[puTTy] it gives me error. Simply it's not capable of of showing me the graphics.But on the other side redhat box actually does startx.[after issuing the startx i vnc to redhat]
I didn't try out openSSH yet.But found tool called "xming and the "xming portable puTTY" which is actually capable of showing the graphics according to the doc.

**This might doesn't sense to somebody.True.I'm just playing around.

Thanks again.
denver,RDA
 
  


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
trying to remote to vnc server through vnc client on XP. Kilahchris Linux - Newbie 3 11-22-2006 03:50 PM
loging syslog messages to a Remote Server nevxille Linux - Newbie 1 10-18-2006 06:12 AM

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

All times are GMT -5. The time now is 07:31 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