PC-A: remote Ubuntu box
PC-B: my local Fedora box
PC-A [via ssh]:
apt-get install tightvncserver
and i gived a good password
ok!
PC-B:
yum install vinagre
i flushed all my iptables rule
And i tried to connect with IPADDRESS:5901 from my "PC-B" Fedora box to PC-A.
Well..the good thing is, that vinagre pops a password box, and i can see the wallpaper of the Ubuntu machine. But after giving the good password, nothing happens. I can see the wallpaper, and the mouse is waiting, and waiting..
What am i missing? Either PC-A hasn't any firewall rule.
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
|
|||
|
|
|
You might want to look in ~/.vnc/xstartup on the remote end. It's possible that you're running something like Also, did you know that the VNC traffic is not encrypted? Your password and keypresses are being sent in the clear over the network. Most people tunnel their VNC session over SSH. |
|||||||
|
|
Try right clicking on the desktop. It may open a menu. I have switched to using RDP for remote access my desktop. Traffic is encrypted and the desktop size is easier to adjust. Sessions can be dropped and resumed later. It is available as package, and relatively easy to setup. Under the hood it is still VNC. I wrote up my experiences on Remote Desktops with RDP and VNC. |
|||
|
|