For the networking in Cloud2 metacentrum we need to distinguish two different scenarios, the personal project and group project. Due to the fact that a personal projects are meant for getting to know the environment not for production ready services.
For the networking in Cloud2 metacentrum we need to distinguish following scenarios
Windows host system for has RDP allowed for `Administrators` group. By default there are two users in this group:
- Admin - the password for this account is filled with`admin_pass`metadata in OpenStack, if no value is entered for this key, random password is generated. (could be used for orchestartion).
Windows host system allows RDP access allowed for `Administrators` group. By default there are two users in this group:
- Admin - the password for this account is defined by`admin_pass`OpenStack instance metadata, if no value is entered for this key, random password is generated. (could be used for orchestartion).
- Administrator - the password must be filled after instantiation of the system.
The next step is to create a security group, that will allow access to a port `3389` ([RDP protocol](https://en.wikipedia.org/wiki/Remote_Desktop_Protocol)) for the instance.
...
...
@@ -13,4 +13,4 @@ We recommend disabling those accounts, creating new ones in order to administer
# Advanced users
- You may use all features of [cloudbase-init](https://cloudbase.it/cloudbase-init/) for Windows.
- Windows Server [hardening guidelines](https://security.uconn.edu/server-hardening-standard-windows/).
\ No newline at end of file
- Windows Server [hardening guidelines](https://security.uconn.edu/server-hardening-standard-windows/).