12 Connecting via RDP #
If you installed SLES for SAP with the RDP option activated or if you installed
from a KIWI NG image, RDP is enabled on the machine via the service
xrdp
. Alternatively, you can enable
RDP later as described at the end of this section.
You can connect using any software that supports RDP, such as:
Linux: Vinagre (available in SUSE Linux Enterprise Desktop/SLE Workstation Extension and openSUSE) or Remmina (available in openSUSE)
Windows: Remote Desktop Connection
Make sure to set up the connection with the following parameters:
Port: 3389
Color Depth: 16-bit or 24-bit only
If you have not set up an RDP connection during the installation, you can also do so later using the following instructions.
First, create an exception for the firewall. Start by creating a file that sets up the port that needs to be opened for RDP.
As
root
, create a new file under/etc/sysconfig/SuSEfirewall2.d/services/
with the namexrdp
and the following content:## Name: Remote Desktop Protocol TCP="3389"
Open the file
/etc/sysconfig/SuSEfirewall2
and change the lines for the settingsFW_CONFIGURATIONS_EXT
,FW_CONFIGURATIONS_DMZ
, andFW_CONFIGURATIONS_INT
to includexrdp
. If there are no other services enabled, the respective lines should read:FW_CONFIGURATIONS_EXT="xrdp" FW_CONFIGURATIONS_DMZ="xrdp" FW_CONFIGURATIONS_INT="xrdp"
If there are other services, separate them within the quotes using a space character.
Now set up
xrdp
itself.If the package xrdp is not installed, install it:
#
zypper install xrdp
Enable and start the service:
#
systemctl restart SuSEfirewall2
Enable and start the service:
#
systemctl enable xrdp
#
systemctl start xrdp
You can now connect to the machine.