Remix.run Logo
alvarete 4 days ago

Weirdly enough I grew up having inside my network during the 90s, 127.26.0.X instead of the widely spread 192.168.

It created a big trauma when I joined the uni and hit the wall. I suppose this how americans feel about the metric system :p

temp0826 4 days ago | parent [-]

Does that even work? I thought all 127/8 was loopback

dragonwriter 4 days ago | parent | next [-]

That whole /8 is reserved for loopback, but sometimes (usually?) only 127.0.0.1 is implemented as a loopback if you know that that’s true of your equipment, you could use the rest of that space for local addresses instead of 192.168/16, 172.16/12 and/or 10/8.

nbngeorcjhe 4 days ago | parent | next [-]

Linux has a few sysctls that allow you to treat 127/8 as normal addresses. probably a Bad Idea to enable them though

temp0826 4 days ago | parent | prev [-]

On my (fedora) system I can ping 127.anything and the host responds. I think in practice it is indeed implemented. I haven't used windows/macos in a very long time but I think the same applies. (Also in fedora by default systemd-resolved binds to 127.0.0.53)

alvarete 3 days ago | parent | prev [-]

my bad, it was 172.26.0.X