xrdp not working on centos8

Issues related to applications and software problems and general support
Post Reply
shield
Posts: 1
Joined: 2022/05/26 15:31:10

xrdp not working on centos8

Post by shield » 2022/05/26 16:13:46

Hello,

We have recently setup a server with CentOS 8 and xrdp worked when it was installed and suddenly it stopped working.

xrdp.ini has most of the default settings with the exception of port setting which has been changed to listen on TCP specifically.
#port=3389
port=tcp://:3389

Firewalld is not running on the server so nothing is blocking access to port 3389. When RDP session is initiated from a remote host the session times out.

Below is the output from netstat:

tcp 0 0 0.0.0.0:3389 0.0.0.0:* LISTEN 2093290/xrdp
tcp6 0 0 ::1:3350 :::* LISTEN 2093289/xrdp-sesman

OS version details:

NAME="CentOS Stream"
VERSION="8"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="8"


Is there a bug with the following version of xrdp?

xrdp --version
xrdp 0.9.19
A Remote Desktop Protocol Server.
Copyright (C) 2004-2020 Jay Sorg, Neutrino Labs, and all contributors.
See https://github.com/neutrinolabs/xrdp for more information.

Configure options:
--build=x86_64-redhat-linux-gnu
--host=x86_64-redhat-linux-gnu
--program-prefix=
--disable-dependency-tracking
--prefix=/usr
--exec-prefix=/usr
--bindir=/usr/bin
--sbindir=/usr/sbin
--sysconfdir=/etc
--datadir=/usr/share
--includedir=/usr/include
--libdir=/usr/lib64
--libexecdir=/usr/libexec
--localstatedir=/var
--sharedstatedir=/var/lib
--mandir=/usr/share/man
--infodir=/usr/share/info
--enable-fuse
--enable-pixman
--enable-painter
--enable-vsock
--enable-ipv6
--with-socketdir=/run/xrdp
--with-imlib2
build_alias=x86_64-redhat-linux-gnu
host_alias=x86_64-redhat-linux-gnu
CFLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection
LDFLAGS=-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld
PKG_CONFIG_PATH=:/usr/lib64/pkgconfig:/usr/share/pkgconfig

Appreciate any feedback on this.

Thank you.

Post Reply