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

Moderator: Forum moderators

Post Reply
newton1372
Posts: 29
Joined: Sun Jan 17, 2021 10:55 am

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

Post 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

User avatar
rockedge
Site Admin
Posts: 5746
Joined: Mon Dec 02, 2019 1:38 am
Location: Connecticut,U.S.A.
Has thanked: 2020 times
Been thanked: 2110 times
Contact:

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

Post 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

newton1372
Posts: 29
Joined: Sun Jan 17, 2021 10:55 am

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

Post 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...

Post Reply

Return to “Network/Server”