sasa said: > Hi, my shema is the following: > > > "my pc win xp" (vnc) --> internet --> "box linux" (vnc) --> "win2003" > (vnc) > > > ..all it's ok except when I try to send ctrl-alt-canc from "box linux" to > "win2003", after clic "key special" I click on the "ctrl-alt-canc" but > the combination is catching from "my pc win xp" and not from "win2003". > There is a solution ?
When you hit F8, it is captured by the local vncviewer session (the one running on the WinXP machine). If you then use the "Send F8" menu item it will send F8 to the remote machine (in this case the Linux machine). If you then select "Send Control-Alt-Del" from this second menu, it will get sent to the Win2003 machine. That said, I would seriously look at using SSH on the linux machine to tunnel the traffic, saving you from having to run a viewer within a viewer. -- William Hooper _______________________________________________ VNC-List mailing list [email protected] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
