Thank you very much bdw429s for your patient and clear instructions, which I have followed, except that I had to omit the -b flag from netstat cammand as it is not valid on my CentOS system.
Here is what I have got:
- server list show that the server is running on 0.0.0.0:100
- netstat -ano | grep 100 gets the following listing:
0 0 0.0.0.0:100 0.0.0.0:* LISTEN off (0.00/0/0)
I don’t know why it says “off (0.00/0/0)”, or whether it matters. - curl http://0.0.0.0:100 returns html string
It seems that CommandBox does not recognise 39.106.193.68.
Your help is greatly appreciated.