SYSTEM INFORMATION | |
---|---|
OS type and version | AlmaLinux 9.5 |
Usermin version | 2.203 |
Virtualmin version | 7.30.8 |
Theme version | 23.03 |
Apache version | 2.4.62 |
Package updates | All installed packages are up to date |
Hi All,
I’ve installed docker and created a rustdesk server. I’ve opened ports in FirewallD (21114-21119 TCP and 21116 UDP). When I run this command they seem to be open
sudo firewall-cmd --list-ports
20/tcp 2222/tcp 10000-10100/tcp 20000/tcp 21114-21119/tcp 49152-65535/tcp 21116/udp
But when I try testing if they are open from my windows 10 PC using the paping tool, they show as connection timed out. When I try using the test-connection tool in powershell they also show as failed.
I assume there is more I need to do on the server to open these ports, where should I be looking?
Thanks