this post was submitted on 15 Jan 2025
679 points (94.6% liked)

Programmer Humor

32877 readers
1662 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] shalien@mastodon.projetretro.io 31 points 17 hours ago (2 children)

@SchmidtGenetics @HiddenLayer555 No. 127.0.0.x will always be localhost / local machine in any network. What you're referring to 192.168.x.x and 10.x.x.x are normalized local network addressing, 192.168 widely used by ISP on their router for home client and 10 being used by companies IT.

[–] Zagorath@aussie.zone 7 points 15 hours ago

127.0.0.x

It's actually a /8. 127.x.x.x

[–] SchmidtGenetics@lemmy.world 2 points 17 hours ago (1 children)

Ah on my end, both are the same companies IP provider and they are different modem manufacturers. Both were used to log into the modem to change settings.

[–] shalien@mastodon.projetretro.io 5 points 17 hours ago (1 children)

@SchmidtGenetics There's a lot of way of doing in things in network and all of them are "good" given a specific context or need. As long it work the way you want, that the point .

[–] SchmidtGenetics@lemmy.world 2 points 17 hours ago

That’s good to know, I just didn’t know the context of the 127, and it’s not the same, so that good to know.

Cheers mate.