Henggi wrote: 
> 
> > On 24 Oct 2023, at 14:46, Dan Ritter <d...@randomstring.org> wrote:
> > 
> - when using „port=tcp://:3389“ in xrdp.ini:
> root@server:~# ss -tlnp | grep 3389
> LISTEN 0      2                 0.0.0.0:3389       0.0.0.0:*    
> users:(("xrdp",pid=96436,fd=11))
> 
> - when using using „port=3389“ in xrdp.ini:
> root@mail:~# ss -tlnp | grep 3389
> LISTEN 0      2                       *:3389             *:*    
> users:(("xrdp",pid=202831,fd=11))


> -> either way behaviour is the same, tcp connection works from localhost but 
> not from other host.

Note that "0.0.0.0" means IPv4 only, and * means v4 and v6 will
be accepted.

Given the information that you have supplied, there is a packet
dropping mechanism of some kind between your process on the
other machine and this one. It could be on that other machine,
on this machine, or in some network device between them.

Can you show that other ports on this machine are reachable from
the other one? Say, 22?

-dsr-

Reply via email to