Viewing profile — mahboi
mahboi
HN member- Joined
- Sun, Jun 21, 2026, 3:53 PM UTC
- HN karma
- 13
- Public activity
- 30 items
- HN profile
- View on Hacker News ↗
About mahboi
No profile information was provided.
Recent public activity
-
comment
Comment #48639826
You can use the 8-byte addresses earlier if you want, just requires your hosts and stuff in between to support v5, same story as with v6 there. The point is that you aren't asking …
-
comment
Comment #48639292
Not going to jump through those hoops to run software
-
comment
Comment #48638871
Meant that the states in those boxes work with ipv5. Yeah a totally unmodified ipv4 DHCP server would only accept queries over v4, but the address it leases would be valid for v5 t…
-
comment
Comment #48638298
Even Apple's PC lets you install whatever you want
- comment
-
comment
Comment #48637682
Exactly, it'd be horrible. They picked the right format for v6. The problem isn't the space size, it's the entropy. V6 addrs are randomly spread, but if you were using the most sig…
-
comment
Comment #48637403
Need an IP address and a prompt explaining to Claude how to parse it
-
comment
Comment #48637046
Github.com doesn't have an AAAA record, so I don't know how you're reaching it if you don't have a v4 anywhere. Even if they had that, they said that basic features like cloning re…
-
comment
Comment #48635587
> "v-next" 8.8.8.8 isn't the same thing as IPv4 8.8.8.8, so you now have two "interfaces" running different versions of IP with identical addresses. Yes that's what I wanted. You d…
-
comment
Comment #48635161
Because devices randomly generate the last 64 bits of the address without coordinating. They need it to be long to avoid collisions.
-
comment
Comment #48635111
You need ipv4 to reach GitHub right now. The ipv5 "people can turn it on but not use the last bytes" stage wouldn't require ipv4 to reach it.
-
comment
Comment #48634690
The problem is they designed v6 with no good compatibility in either direction. I get that there's no way for v6 to support v4, but at least going from v4 to v6 should've been easi…
- comment
-
comment
Comment #48632554
Maybe your ISP is really tunneling v6 over v4?
-
comment
Comment #48632537
Most people will never touch their router config, so the defaults are important. Default-deny inbound is better than allow. But it's surprisingly dumb that the router won't even le…
-
comment
Comment #48632049
Because you can't generally turn on v6 without thinking about it. Maybe consumers can, even then not always cause it messes random things up. Power users and offices maybe can't. S…
-
comment
Comment #48631941
Oh I mixed it up with 3. Yes you don't need #4. I could still have 8.8.8.8 routed to me in v-next, and then later do something with 8.8.8.8.1, so it's 1:1 but not onto. Instead v6 …
-
comment
Comment #48625478
That's using v4 like the parent comment said. But anyway I don't want ipv6 to be dominant, I want them to scrap it and do something easier.
-
comment
Comment #48625277
No I know it's point 4, that was the point. You can do forwards compatibility that way.
-
comment
Comment #48625160
6to4 wasn't that. 8.8.8.8 didn't get routed to you in v6, instead it went to a relay server that then translated to v4 then sent it to you. And even if you actually owned 8.8.8.8, …
- comment
-
comment
Comment #48620213
It'd be useless until everyone switches to the 5-byte thing and people can start putting something besides 0 into that last byte. But at least they could turn on v5 or whatever it'…
-
comment
Comment #48620145
Yes, we want ipv5 that just does 1, 2, 3 instead of ipv6 which does the most complicated variants of those and more. We didn't have requirements 4. change all the pre-existing addr…
-
comment
Comment #48620097
You've put yourself in a position where you can't access a lot of websites, including things like GitHub. That might be fine for you personally but isn't what most people do.
-
comment
Comment #48620071
> how do you think we got several billion smartphones connected to the Internet Only because of NAT. Those cellular CGNATs are v6 on the inside but v4 on the outside (well also v6 …