Hi Robert,
Surely this isn't a bug. Have you checked your opened ports? The command is: netstat -tulpn | grep LISTEN
If you get a "command not found" error, please install it: yum install -y net-tools OR this command: apt install -y net-tools
Regards, Chris N.