Also, one thing you need to know is this....

If you run vncserver a second time without killing a previous instance of 
vncserver it will run and increment the display.  This means you can have 
multiple vncservers running for a user each on a different tcp port.

[egreshko@f20f ~]$ vncserver

New 'f20f.greshko.com:1 (egreshko)' desktop is f20f.greshko.com:1

Starting applications specified in /home/egreshko/.vnc/xstartup
Log file is /home/egreshko/.vnc/f20f.greshko.com:1.log

[egreshko@f20f ~]$ vncserver

New 'f20f.greshko.com:2 (egreshko)' desktop is f20f.greshko.com:2

Starting applications specified in /home/egreshko/.vnc/xstartup
Log file is /home/egreshko/.vnc/f20f.greshko.com:2.log

[egreshko@f20f ~]$ vncserver

New 'f20f.greshko.com:3 (egreshko)' desktop is f20f.greshko.com:3

Starting applications specified in /home/egreshko/.vnc/xstartup
Log file is /home/egreshko/.vnc/f20f.greshko.com:3.log

Notice the :N at the end of each line?

And notice that 3 ports are now in use for each instance of Xvnc?

tcp        0      0 0.0.0.0:5901            0.0.0.0:*               LISTEN      
17083/Xvnc         
tcp        0      0 0.0.0.0:5902            0.0.0.0:*               LISTEN      
17491/Xvnc         
tcp        0      0 0.0.0.0:5903            0.0.0.0:*               LISTEN      
18078/Xvnc
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to