Starting a new service and considering #ipv6? It's a good practice to go IPv6 for a number of reasons:1) IPv4 is exhausted, 2) IPv6 offers much better privacy thanks to the client address rotation, 3) IPv6 greatly simplifies P2P, 4) slightly better performance & latency
My IPv6 address today is
2a02:390:79ef:0:bc7c:b971:4e32:1c20
Most detailed information you will get from WHOIS is 2a02:390:7000::/36 registered to my ISP somewhere in UK. And tomorrow the IP will be different.
Ok, this makes perfect sense - looks like privacy extensions offer privacy protection equivalent to an ISP-scale NAT.
> by using throwaway addresses for each connection
This is technically possible. I've seen some services using this technique to bypass Google search query limits by switching their egress IPv6 address every 5 minutes or so. Of course this works only as long as Google doesn't enforce limits per subnet but switching is easy. Choosing a new IPv6 address *per connection* is also technically possible with /etc/gai.conf, the client software would just need to actually do it.