Download / installation / sqlite

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:

  1. server list show that the server is running on 0.0.0.0:100
  2. 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.
  3. curl http://0.0.0.0:100 returns html string
ErrorForbidden 4. curl http://39.106.193.68:100 times out curl: (7) Failed connect to 39.106.193.68:100; Connection timed out

It seems that CommandBox does not recognise 39.106.193.68.
Your help is greatly appreciated.