Hi.
I'm doing a personal website using NodeJS and React.
It is correctly exposed on localhost:3000. Nevertherless, if i run ifconfig, it seems that the local IP address begin with 167....; this port is out of range of my Router's local IPs. (I would need something like 192....).
I can reach my site from the same machine where my server is with the address 167..., but i can't reach it with another machine connected with the same WIFI connection.
Could you help me?
Thnks