Use
ss -ln | grep 8080
to check what interface the server is listening on. It should be 0.0.0.0 otherwise you have used the option to change what interface it is listening on.
then try to connect to you 192.168.X.Y:8080 from a browser running on the same computer as the server.
then try it from the LAN.
|