VirtualBox

source: vbox/trunk/doc/manual/en_US/dita/topics/rdp-viewers.dita

最後變更 在這個檔案是 107390,由 vboxsync 提交於 2 月 前

Docs: bugref:10705. bugref: 10829. The docs build has been modified to split generated refentry dita files and the user manual files and the following commits from doc's team git repo has been applied:

0946136c74dda0483704db891345cb39548b4e28 Started consolidating known issues and troubleshooting information
845b847e6a8e778b38a57867e25ee5e086a73800 Added individual topics for list of known issues, integrated into Troubleshooting section.
bb574836aac775889bd61e4a72f489617fcb7d18 Removed EFI firmware from experimental features for 7.2
6d2e68b244869991e713d170ecd239739d99ba56 Moved known issues into Known Issues section
e2630c896561587718b5c3197c384a38d07014d5 Merge branch 'VBP-1461_experimental-features' into 'main'
0512e2cce51f49ccdc56f3381a2a0c924f2bd278 Feedback on known issues
a77d6c980f6ff5cad9d32b2fb9290990093a03fa Restructured host and guest OS topics
988af5cc9628f5de0806531bc98686f691a911fd Updates with feedbback from Jacob
982a61c9f25b22b745ec483e763e3d88efe59c40 Included feedback from Jacob
93181c8c6cc2d9a26bcccb1145cb0423c0d9f4c9 Updated known issues with feedback from Klaus
8bc369561c383f09b409fe5e44f507440b3735fb Created Legacy Guest OS section
d7932f55accdab7a03666302d58b8c941cd48be2 Moved known issues to more appropriate places for the info
2a4aa094ba8a7ac6894d2a777316eabf41746580 Further moving of known issues
baeabd5308c5519a4dc26b4197be9b00e419a85a Updated links to cli_topics

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 3.8 KB
 
1<?xml version='1.0' encoding='UTF-8'?>
2<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
3<topic xml:lang="en-us" id="rdp-viewers">
4 <title>Common Third-Party RDP Viewers</title>
5
6 <body>
7 <p>Since VRDP is backward-compatible to RDP, you can use any standard RDP viewer to connect to such a remote virtual
8 machine. For this to work, you must specify the IP address of your <i>host</i> system, not of the virtual machine,
9 as the server address to connect to. You must also specify the port number that the VRDP server is using. </p>
10 <p>The following examples are for the most common RDP viewers: </p>
11 <ul>
12 <li>
13 <p>On Windows, you can use the Microsoft Terminal Services Connector, <userinput>mstsc.exe</userinput>, that is
14 included with Windows. Press the Windows key + R, to display the <b outputclass="bold">Run</b> dialog. Enter
15 <userinput>mstsc</userinput> to start the program. You can also find the program in <b outputclass="bold"
16 >Start</b>, <b outputclass="bold">All Programs</b>, <b outputclass="bold">Accessories</b>, <b
17 outputclass="bold">Remote Desktop Connection</b>. If you use the <b outputclass="bold">Run</b> dialog, you
18 can enter options directly. For example: </p>
19 <pre xml:space="preserve">mstsc 1.2.3.4:3389</pre>
20 <p>Replace <codeph>1.2.3.4</codeph> with the host IP address, and <codeph>3389</codeph> with a different port,
21 if necessary. </p>
22 <note>
23 <ul>
24 <li>
25 <p>IPv6 addresses must be enclosed in square brackets to specify a port. For example: <codeph>mstsc
26 [fe80::1:2:3:4]:3389</codeph>
27 </p>
28 </li>
29 <li>
30 <p>When connecting to localhost in order to test the connection, the addresses <codeph>localhost</codeph>
31 and <codeph>127.0.0.1</codeph> might not work using <userinput>mstsc.exe</userinput>. Instead, the
32 address <codeph>127.0.0.2[:3389]</codeph> has to be used. </p>
33 </li>
34 </ul>
35 </note>
36 </li>
37 <li>
38 <p>On other systems, you can use the standard open source <userinput>rdesktop</userinput> program. This ships
39 with most Linux distributions. </p>
40 <p>With <userinput>rdesktop</userinput>, use a command line such as the following: </p>
41 <pre xml:space="preserve">$ rdesktop -a 16 -N 1.2.3.4:3389</pre>
42 <p>Replace <codeph>1.2.3.4</codeph> with the host IP address, and <codeph>3389</codeph> with a different port,
43 if necessary. The <codeph>-a</codeph> 16 option requests a color depth of 16 bits per pixel, which we
44 recommend. For best performance, after installation of the guest operating system, you should set its display
45 color depth to the same value. The <codeph>-N</codeph> option enables use of the NumPad keys. </p>
46 </li>
47 <li>
48 <p>You can use the Remmina remote desktop client with VRDP. This application is included with some Linux
49 distributions, such as Debian and Ubuntu. </p>
50 </li>
51 <li>
52 <p>If you run the KDE desktop, you can use <userinput>krdc</userinput>, the KDE RDP viewer. A typical command
53 line is as follows: </p>
54 <pre xml:space="preserve">$ krdc rdp://1.2.3.4:3389</pre>
55 <p>Replace <codeph>1.2.3.4</codeph> with the host IP address, and <codeph>3389</codeph> with a different port,
56 if necessary. The <codeph>rdp:// </codeph> prefix is required with <userinput>krdc</userinput> to switch it
57 into RDP mode. </p>
58 </li>
59 <li>
60 <p>With Sun Ray thin clients you can use <userinput>uttsc</userinput>, which is part of the Sun Ray Windows
61 Connector package. See the Sun Ray documentation for details. </p>
62 </li>
63 </ul>
64 </body>
65
66</topic>
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette