Live data from Hacker News

https://16777217/

1.0.0.1

61–70 of 90 posts

Re: https://16777217/

#61

Earlier quoted context omitted.

Its been around since like 1996 at least, likely earlier. Its A.B.C.D with A 255^3 + B 255^2 + C 255^1 + D 255^0. Used to get around filters a long time ago but broke as most sites host multiple domains and it needs your browsers 'hostname' it sends it as part of the request to actually return the right site/page.

the 255s should be 256.

Thanks. Problem with magic numbers is they change in memory long past.

Re: https://16777217/

#62
post #22

$ man 3 inet_aton […] inet_aton() converts the Internet host address cp from the IPv4 numbers-and-dots notation into binary form (in network byte order) and stores it in the structure that inp points to. inet_aton() returns nonzero if the address is valid, zero if not. The address supplied in cp can have one of the following forms: a.b.c.d Each of the four numeric parts specifies a byte of the address; the bytes are…

This is just a convention from BSD, and is not even POSIX compliant. However, 'ping 1.1' is a convenient shortcut (actually pings 1.0.0.1). iproute2 and systemd do not use inet_aton and don't follow this BSD4.2 convention and instead parse it as '1.1.0.0' or not at all.

I saw someone ping 127.1 a while back and I was so surprised I didn't know about this even after a few years in networking in the past.

Re: https://16777217/

#63
post #62

Earlier quoted context omitted.

This is just a convention from BSD, and is not even POSIX compliant. However, 'ping 1.1' is a convenient shortcut (actually pings 1.0.0.1). iproute2 and systemd do not use inet_aton and don't follow this BSD4.2 convention and instead parse it as '1.1.0.0' or not at all.

I saw someone ping 127.1 a while back and I was so surprised I didn't know about this even after a few years in networking in the past.

Someone once showed me telnet 0 80. Lots of things should resolve.

Re: https://16777217/

#64

Warp bypassed government blocked sites in my country (the UK - which blocks RT.com as part of war efforts). I'm not sure how long they'll be able to run such a service till the government tells them they have to implement site blocking.

I'm in the UK and RT.com loads fine.

Re: https://16777217/

#68
post #22

$ man 3 inet_aton […] inet_aton() converts the Internet host address cp from the IPv4 numbers-and-dots notation into binary form (in network byte order) and stores it in the structure that inp points to. inet_aton() returns nonzero if the address is valid, zero if not. The address supplied in cp can have one of the following forms: a.b.c.d Each of the four numeric parts specifies a byte of the address; the bytes are…

This is just a convention from BSD, and is not even POSIX compliant. However, 'ping 1.1' is a convenient shortcut (actually pings 1.0.0.1). iproute2 and systemd do not use inet_aton and don't follow this BSD4.2 convention and instead parse it as '1.1.0.0' or not at all.

> However, 'ping 1.1' is a convenient shortcut (actually pings 1.0.0.1).

Convenient for who!? that one guy that put his home network in 10.0.0 class ?

Re: https://16777217/

#69
post #65

similarly, https://1.1

Or, one character shorter: http://ai Is this maybe the shortest (currently reachable) domain?

Some browsers need a trailing dot - http://ai. - this site was on HN a week or so ago in an article and I guess when they saw the resulting traffic they changed it, used to be the Antilles domain registrar homepage.

Re: https://16777217/

#70

Warp bypassed government blocked sites in my country (the UK - which blocks RT.com as part of war efforts). I'm not sure how long they'll be able to run such a service till the government tells them they have to implement site blocking.

With the speed of bureaucracy, at least 10 years?
Post reply on HN