RHEL 7 中的 xrpd 服务未监听

RHEL 7 中的 xrpd 服务未监听

我安装了 xrdp(根据这篇文章的说明:RHEL 7 的 xrdp 安装说明,启用了它,但 xrdp.service 没有显示它正在监听端口 3389。是什么阻止了它监听?RHEL 7 通过端口 22 在 VMware 实例中运行。

Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      11146/sshd
tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      3604/cupsd
tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      12286/master
tcp        0      0 127.0.0.1:6010          0.0.0.0:*               LISTEN      31621/sshd: herrsch
tcp        0      0 172.19.0.123:22         172.19.0.143:5133       ESTABLISHED 31619/sshd: herrsch
tcp        0     36 172.19.0.123:22         172.19.0.143:5132       ESTABLISHED 31615/sshd: herrsch
tcp6       0      0 :::22                   :::*                    LISTEN      11146/sshd
tcp6       0      0 ::1:631                 :::*                    LISTEN      3604/cupsd
tcp6       0      0 ::1:25                  :::*                    LISTEN      12286/master
tcp6       0      0 ::1:6010                :::*                    LISTEN      31621/sshd: herrsch
udp        0      0 0.0.0.0:55502           0.0.0.0:*                           709/avahi-daemon: r
udp        0      0 0.0.0.0:68              0.0.0.0:*                           1339/dhclient
udp        0      0 0.0.0.0:123             0.0.0.0:*                           728/chronyd
udp        0      0 127.0.0.1:323           0.0.0.0:*                           728/chronyd
udp        0      0 0.0.0.0:5353            0.0.0.0:*                           709/avahi-daemon: r
udp        0      0 0.0.0.0:46999           0.0.0.0:*                           1339/dhclient
udp6       0      0 :::123                  :::*                                728/chronyd
udp6       0      0 ::1:323                 :::*                                728/chronyd
udp6       0      0 :::4480                 :::*                                1339/dhclient

相关内容