Page 1 of 1

[Bionic Puppy 64bit + NodeJs] Modem local IP not exposed

Posted: Fri Jan 22, 2021 5:21 pm
by newton1372

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


Re: [Bionic Puppy 64bit + NodeJs] Modem local IP not exposed

Posted: Sat Jan 23, 2021 3:37 pm
by rockedge

that is odd! Are you able to reach the Internet with your current connection? The subnet IP should be 192.168.x.x
For example I have in my router's settings configured for 192.168.0.1-50

Check your router settings. Try to re-connect to your network and note what is happening


Re: [Bionic Puppy 64bit + NodeJs] Modem local IP not exposed

Posted: Tue Jan 26, 2021 1:44 pm
by newton1372

Hi.
I'm able to connect very well in internet.
After a reboot i made a reboot, and with ifconfig i found a 192.XXX.. like address.
There is only a problem:
With the same machine where my server is, i can reach my site, but if i try to connect with another machine, connected with the same wifi connection, (192.. is a router's address), i simply can't reach it. I think that i should disable firewall, but i'm not able to do it in puppy...
iptable -L -n command gives a very long list...