Config virtualbox41vrdp » Historie » Version 1
Jeremias Keihsler, 13.01.2017 11:23
1 | 1 | Jeremias Keihsler | h1. Configure VRDP-Server for IGEL-RDP-Client |
---|---|---|---|
2 | |||
3 | h2. Requirements |
||
4 | |||
5 | To configure VRDP-Server you will need the following: |
||
6 | * a installed and supported operating system (e.g. CentOS 6.x) |
||
7 | * VBox-user-access |
||
8 | * VirtualBox 4.1 |
||
9 | * IGEL ThinClient |
||
10 | |||
11 | h2. Preliminary Note |
||
12 | |||
13 | This will also apply to any other RDP-Client trying to get a Server-Side-Certificate. |
||
14 | |||
15 | h2. Configure VRDP-Server |
||
16 | |||
17 | This needs to be done for each VirtualMachine |
||
18 | <pre><code class="bash"> |
||
19 | vboxmanage modifyvm NAME --vrdeproperty "Security/Method=RDP" |
||
20 | </code></pre> |