vnc to RedHat Server


 
Thread Tools Search this Thread
Operating Systems Linux Red Hat vnc to RedHat Server
# 1  
Old 04-25-2013
vnc to RedHat Server

I'm trying to use VNC from my desktop to connect to a RedHat (RHEL6) Server. I connect but the screen is black. It I go into the Data Centre the screen is unlocked and all is okay there. I can connect no problem to other Desktops & Servers. Is there a setting maybe or can anybody suggest another product I could use for remote access?
# 2  
Old 04-25-2013
Check whether your connection request from vnc is ever reaching its target, RHEL.

If you can take this vnc to another location (into the Data Centre) and it works, then the only difference is the network.

Check that the network gateway/router is configured to route your packets.

If you wait long enough does it timeout and give an error message?

Does the Data Centre have a firewall that is stopping you getting in?
# 3  
Old 04-25-2013
The connection is being made; it asks me for the password to authenticate. It's after this that I get the black screen with the vnc screen. It does display the Server name so, I reckon the connection is being made.
# 4  
Old 04-25-2013
Strange. I'd download a copy of putty and try with that for comparison if nothing else. I assume that your vnc is on windows?

Putty is a free and quick download.
# 5  
Old 04-25-2013
Downloaded putty and it works perfectly. I was hoping to use VNC to see the actually Desktop. Thanks for the feedback.
# 6  
Old 04-25-2013
Right, that proves that it's NOT a network routing problem.

It's a problem with vnc somewhere.

So vnc works fine inside your Data Centre but not outside!

Scratch head time!

Maybe vnc needs to use some ip port number which is not open in the Data Centre firewall?

---------- Post updated at 02:40 PM ---------- Previous update was at 02:32 PM ----------

http://www.cyberciti.biz/faq/linux-i...000-5800-5900/

Just found this:

Knowledge Base :: How do I allow connections through my firewall?

Last edited by hicksd8; 04-25-2013 at 10:46 AM..
# 7  
Old 04-25-2013
Have you looked at your ~/.vnc/xstartup file?
Are you only having issues on one server or many?
And yes you need to open the firewall for each VNC session. I used this to do my setup
redhat.com | Taking your desktop virtual with VNC
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

vnc server fixed resolution

Hello everyone, This is my last resort. I have searched the internet everywhere using different search engines as well. I am using Redhat 7 where I activated a vncserver (since it comes pre-installed). using the following service: Description=Remote desktop service (VNC)... (0 Replies)
Discussion started by: Deyan Broekman
0 Replies

2. Shell Programming and Scripting

Perl and VNC server

Hi All I am trying to write a script that a user can use to start a a vncserver on a host and then connect to it, that bit is fine, i can do that using system commands but i have defined the hosts to use at the top of my scirpt my $allowedhosts = (site_sg() ? 'host2,host1' :... (0 Replies)
Discussion started by: ab52
0 Replies

3. Fedora

VNC Client/Server has different display

Hi, I set-up my VNC Server on a Fedora 13 and I have a client on windows. I can access the Fedora PC but when I move the mouse and click on folders, I do not see the Fedora Desktop updating (I don't see the things that I am doing in my client on the Fedora PC) Then, when I do something on... (0 Replies)
Discussion started by: h0ujun
0 Replies

4. UNIX for Dummies Questions & Answers

VNC Server Unauthenticated Access - Nessus

hi guys Suse 10 SP2 Security guys run an app called Nessus for vulnerabilities and they found this one on my linux VNC Server Unauthenticated Access and I really don't know what they mean... I can update vnc on these servers but there is not guarantee this will fix the issue and the... (2 Replies)
Discussion started by: kopper
2 Replies

5. Red Hat

vnc server or x11vnc @ startup

Dear all, I am using Fedora15 kde I have installed Real vnc (server & viewer) real vnc Viewer is working fine - i like this. real vnc server has License period expired problem (i dont know how to add) I have x11vnc server (Desktop sharing) installed - Its working fine too. I... (2 Replies)
Discussion started by: linuxadmin
2 Replies

6. Solaris

vnc server error

I 'm unable to start vnc server, i get following error in the log file Fatal server error: could not open default font 'fixed' xsetroot: unable to open display 'essapl020-u009:0' twm: unable to open display "essapl020-u009:0" xterm Xt error: Can't open display: essapl020-u009:0... (0 Replies)
Discussion started by: fugitive
0 Replies

7. Linux

VNC Server, brings up really basic Xwindows

I am running Startcom linux ES5 . When i bring up the VNC server and login to the machine running a vnc client , I only get the real basic x-windows session and a term window. how can i get it to bring up the real linux desktop on all sessions? Frank (4 Replies)
Discussion started by: frankkahle
4 Replies

8. Solaris

VNC server from the Companion cd. Solaris 8 SPARC

hey. i have been installing the VNC server from the solaris Companion cd under solaris 8 SPARC, when i try to open the vncserver i get: Xvnc is not in your PATH, how do i add it to the PATH ? and how do i install it if i need to do that, thx (0 Replies)
Discussion started by: mads-nielsen
0 Replies

9. AIX

How can I take control the native X server on AIX5.3 via VNC ?

Hello I need to be able to take control of the native X server ( :0.0 ) on AIX5.3 workstations via VNC to be able to assist users...seeing what they are doing is much better than them telling me what they are doing. I know that this can be done on linux so it should doable on AIX. On linux... (0 Replies)
Discussion started by: art
0 Replies

10. Linux

VNC Server http listening port

Hi All, I'm running RH 9.0 on a PII box with 160MB RAM. Just downloaded RealVNC X86 Linux (version 3.3.7). How can I get the HTTP listening port up ? Thanks, KENT (6 Replies)
Discussion started by: kxchen_home
6 Replies
Login or Register to Ask a Question