LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Multiple VNC Instances (https://www.linuxquestions.org/questions/linux-software-2/multiple-vnc-instances-738523/)

eFundamental 07-08-2009 02:41 AM

Multiple VNC Instances
 
Hi,

I'm new here, posting my first question... :)

I've three similar workstation (IP Addr: 192.168.1.51, 192.168.1.52 and 192.168.1.53), and I'm accessing them using VNC. I realise only one command terminal can be used to establish VNC connection with one workstation. It's a pain to open one command terminal console just to establish one VNC connection with one workstation. (Note: I'm using CentOS here)...

So...
1) Is there a way I can establish connection to all 3 of my workstation using one command? I've tried:
Quote:

$ vncviewer 192.168.1.51 && vncviewer 192.168.1.52 && vncviewer 192.168.1.53
But it don't work that way...


Building on top of that, I'm also trying to play with the RFB protocol... So that I need not repeat my work, is there a way where I can forward all RFB packets automatically from one VNC connection to the other?

Cheers,
:newbie:

acid_kewpie 07-08-2009 03:59 AM

&& will runs the 2nd command after successful completion of the 1st. a single & will run all three commands at once.


BTW VNC is *EVIL* try the free version of nx instead - http://nomachine.org


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