> These days it's a client server network. Clients do not need persistent network-wide identity, and only need addresses as and when they communicate with servers. Servers do not need persistent identity either these days, as the identity of a server is a name-based distinguisher rather than an address-based identifier. This is not the internet I've been sold in my youth, and this statement makes me sad and angry.
What drives IPv6 deployment?
41–50 of 100 posts
Re: What drives IPv6 deployment?
#42The outliers that surprised me the most are the big Chinese providers (ChinaNet and China Unicom) in the provider table. Despite them having much less IPv4 addresses than users, they appear to make no significant effort to get IPv6 deployed. What are they doing instead? Putting all users behind carrier-grade NAT that don't need dedicated IPv4 addresses? That must be hundreds or even thousands of users behind a single…
To even call what China has “internet” is a bit of a stretch.
Re: What drives IPv6 deployment?
#43We're an ISP, most of our customers are businesses. Of those, around 50% opt for a pre-configured LAN (i.e. we do NAT and usually CGNAT too). For the rest we provide a static IP address, so we'll allocate a /30 (block of 4), and they get a single usable address which they will assign to their own manged router/firewall. For the majority of our customers "networking" is either handled as overflow for their in/out IT r…
In the end, despite the ISP at the business supplying IPv6, and getting some client side IPv6 going with OTHER ISPS (a pain) it fell over because.
1) Things like the VPN client software didn't get routes right when client side network was IPv6 oriented so VPN connections broke - a no go.
2) We had to continue to offer ipv4, as folks in the field were not guaranteed an ipv6 connection back.
3) The WAN fallback / failover stuff didn't seem to work well with IPv6 (another ISP to work out IPv6 with).
4) Security folks continue to be worried about giving all machines in a business globally routable addresses. The tools say NOT to filter ICMP when you run ipv6 reachability, the security people say to filter ICMP. Too much of pain to figure out who is right and if/how ipv6 changed ICMP
5) ipv6 seemed to purposely make this transition harder than it needed to be. I don't get why they couldn't have kept a simpler / more familiar framework with ipv6 as an option, even if less ideal. Ie, DHCP vs autoconfig stuff, ICMPv4 style instead of having security folks worrying me about the weird things unfiltered ICMPv6 might do. Seriously, make the goodies / cool stuff the add ons.
Re: What drives IPv6 deployment?
#44> These days it's a client server network. Clients do not need persistent network-wide identity, and only need addresses as and when they communicate with servers. Servers do not need persistent identity either these days, as the identity of a server is a name-based distinguisher rather than an address-based identifier. This is not the internet I've been sold in my youth, and this statement makes me sad and angry.
Marketers or whatever your business is who depend on users having a persistent network wide identity are scammy. Many people who want at least a small CHANCE at privacy are happy with this situation (rotating IP addresses). Names are resolved through DNS, including load balancer endpoints where many names can share one IP.
Re: What drives IPv6 deployment?
#45Earlier quoted context omitted.
Yes, I've never been comfortable with the device specificity of IPv6. Sure, temporary non-local addresses are now the norm. And they're usually not MAC-based. But still, I'd rather have IPv4 with NAT. Also, there's the issue that many VPN services don't yet route IPv6, and so IPv6 connections can bypass the VPN connection.
Honestly, that sounds like a failing of the VPN services. At the least, they should push a null default route to users that connect (assuming we're talking about the kind of VPN services that advertise as "protect your privacy with a VPN!").
But crappy ones don't. And some people end up using crappy ones, because they don't know any better :(
Re: What drives IPv6 deployment?
#46> These days it's a client server network. Clients do not need persistent network-wide identity, and only need addresses as and when they communicate with servers. Servers do not need persistent identity either these days, as the identity of a server is a name-based distinguisher rather than an address-based identifier. This is not the internet I've been sold in my youth, and this statement makes me sad and angry.
I literally don't see a single thing to be sad about. Angry is even a little harder and honestly a little surprising.
Re: What drives IPv6 deployment?
#47Earlier quoted context omitted.
Marketers or whatever your business is who depend on users having a persistent network wide identity are scammy. Many people who want at least a small CHANCE at privacy are happy with this situation (rotating IP addresses). Names are resolved through DNS, including load balancer endpoints where many names can share one IP.
Privacy is not the same as anonymity. I would like to have a network-wide identity that I can use to authenticate and communicate with my friends and family. This is not the same thing as allowing marketers to track me.
Re: What drives IPv6 deployment?
#48Re: What drives IPv6 deployment?
#49Earlier quoted context omitted.
I've seen those numbers, but they are idealized and only of theoretical nature. They do not account for unusable IPv4 addresses due to subnet structures, of which there are probably some within the theoretical IPv4 space available to a provider, and they do not account for self-used addresses by the provider that aren't within the blocks used to assign to customers. In addition, as I described, I assume the providers…
>> They do not account for unusable IPv4 addresses due to subnet structures, of which there are probably some within the theoretical IPv4 space available to a provider You wouldn’t believe what a nation with an incredibly cheap labour can do. I can see how they just allocate a few engineers-technicians just to do allocation.
Re: What drives IPv6 deployment?
#50We're an ISP, most of our customers are businesses. Of those, around 50% opt for a pre-configured LAN (i.e. we do NAT and usually CGNAT too). For the rest we provide a static IP address, so we'll allocate a /30 (block of 4), and they get a single usable address which they will assign to their own manged router/firewall. For the majority of our customers "networking" is either handled as overflow for their in/out IT r…