3/18/2026 at 6:08:27 AM
> We cannot issue an IPv4 address to each machine without blowing out the cost of the subscription. We cannot use IPv6-only as that means some of the internet cannot reach the VM over the web. That means we have to share IPv4 addresses between VMs.Give a user a option for use IPv6 only, and if the user need legacy IP add it as a additional cost and move on.
Trying to keep v4 at the same cost level as v6 is not a thing we can solve. If it was we wouldn't need v6.
by miyuru
3/18/2026 at 3:06:14 PM
(exe.dev co-founder here)IPv6 does not work on the only ISP in my neighborhood that provides gigabit links. I will not build a product I cannot use.
Even when IPv6 is rolled out, it is only tested for consumer links by Happy Eyeballs. Links between DCs are entirely IPv4 even when dual stacked. We just discovered 20 of our machines in an LAX DC have broken IPv6 (because we tried to use Tailscale to move data to them, which defaults to happy eyeballs). Apparently the upstream switch configuration has been broken for months for hundreds of machines and we are the first to notice.
I am a big believer in: first make it work. On the internet today, you first make it work with IPv4. Then you have the luxury of playing with IPv6.
by crawshaw
3/19/2026 at 3:32:23 AM
A service that only does IPv6 is not "working" any more. I'm not saying to go v6 only, but there's no excuse to not support IPv6.by bigstrat2003
3/19/2026 at 6:19:32 PM
> IPv6 does not work on the only ISP in my neighborhood that provides gigabit links. I will not build a product I cannot use.Cool.
Somebody else will, and will likely have a better price (due to the abundance of ipv6 addresses) and you’ll go out of business.
> because we tried to use Tailscale to move data to them, which defaults to happy eyeballs
Not gonna lie, to me that reads like “because we don’t know how to use ipv6”
by znpy
3/18/2026 at 11:04:59 PM
Have you looked at each service running through a cloudflare tunnel or (HE offers something similar too)?(PS: I use exe.dev quite a lot whenever I want to have a project and basic scripting doesn't work and I want to have a full environment, really thanks for having this product I really appreciate it as someone who has been using it since day one and have recommended/talked about your service in well regards to people :>)
by Imustaskforhelp
3/19/2026 at 4:10:04 AM
You can get this effect today by installing Tailscale on your exe.dev VM. :)The reason we put so much effort into exposing these publicly is for sharing with a heterogeneous team without imposing a client agent requirement. The web interface should be easy to make public, easy to share with friends with a Google Docs-style link, and ssh should be easy to share with teammates.
That said, nothing wrong with installing tunneling software on the VM, I do it!
by crawshaw
3/18/2026 at 7:02:54 AM
This is great if you have IPv6 support from your ISP. Not so great if you don't.Before someone mentions tunnels: Last time I tried to set up a tunnel Happy Eyeballs didn't work for me at all; almost everything went through the tunnel anyway and I had to deal with non-residential IP space issues and way too much traffic.
by asmor
3/18/2026 at 7:55:34 AM
ISPs won't bother with IPv6 until they've either run out of IPv4 space or the internet starts to use IPv6's advantages.Discussions about IPv6 quickly end with "we have enough v4 space and there are no services that require v6 anyway". As long as the extra cruft for v4 support remains free or even supported, large ISPs won't care. We're at the point where people need to deal with things like peer to peer connectivity with two sides behind CGNAT which require dedicated effort to even work.
I know it sucks if none of the ISPs in your area support IPv6 and you're left with suboptimal solutions like tunnels from HE, but I think it's only reasonable all this extra cost or effort becomes visible at some point. Half the world is on v6, legacy v4-only connections are becoming the minority now.
by jeroenhd
3/18/2026 at 8:04:34 AM
I have has native IPv6 since 2010, from two different ISPs.It is also available for one of my phone contracts but not tried enabling it yet.
by rjsw
3/18/2026 at 10:59:37 AM
Well, you're very lucky (genuinely).In 2025, I tried to access my services using IPv6 with 4G phones and different subscriptions (different ISPs), fact is, many (most?) of them did not support IPv6 at all :(
I had to revert to IPv4. And really I have nothing against IPv6, but yeah, as a simple user, self hosting a bunch of services for friends and family: it was simply just not possible to use only IPv6 :(
(for context, the 4G providers are French, in metropolitan France)
by mrjay42
3/18/2026 at 3:21:46 PM
My phone contract that does offer IPv6 is with Free, I could not work out whether it would disable IPv4 if I enabled IPv6 so have not tried changing it.by rjsw
3/19/2026 at 2:19:12 AM
[flagged]by 2postsperday
3/19/2026 at 2:23:04 AM
Super interesting, but the person you're responding to lives in France.by gnabgib
3/19/2026 at 1:45:51 PM
There is not a single ISP in my area that provides any IPv6 support whatsoever. This is also the case for many, many millions of others around the world.by ranger_danger
3/18/2026 at 8:33:25 AM
Conversely, I had IPv6 for about 5 years from an ISP and when I switched providers, the new ISP was IPv4 only. A few years later and they now support IPv6, but my firewall setup is now IPv4 only, so I've not bothered to update it.by ralferoo
3/18/2026 at 3:08:16 PM
(exe.dev co-founder here)We are not running out of IPv4 space because NAT works. The price of IPv4 addresses has been dropping for the last year.
I know this because I just bought another /22 for exe.dev for the exact thing described in this blog post: to get our business customers another 1012 VMs.
by crawshaw
3/18/2026 at 3:24:19 PM
Yep. As sad as it is for p2p, NAT handles most uses cases for users, and SNI routing (or creative hacks like OP) handles most use cases for providers.I was surprised how low IPv4 prices have gotten. Lowest since at least 2019.
by apitman
3/18/2026 at 3:32:19 PM
Amazingly even most p2p works with NAT, see (and I am biased here) Tailscale.I certainly wish we simply had more addresses. But v4 works.
by crawshaw
3/18/2026 at 8:01:26 PM
Your NAT traversal article is amazing, but sadly the long tail (ha) means any production quality solution has to have relays, which is a huge complexity jump for people who just want to run some p2p app on their laptop.And it's not clear it will ever be better than it is now with CGNAT on the rise.
Would love to hear I'm wrong about this.
by apitman
3/18/2026 at 9:41:50 AM
Are there really ISPs that don't support IPv6? I've had IPv6 from various ISPs since around 2010, and even my phone gets an IPv6 address from the cellular network.by rwmj
3/18/2026 at 11:06:02 AM
Yes and it's ANNOYING. In Switzerland there is literally not one cellular network that issues IPv6 addresses. Also my workplace network (a school using some sort of Microslop solution) doesn't issue IPv6es.I have a IPv6-only VPN with some personal services. Theoretically, the data can be transported via IPv4, but Android doesn't even query AAAA records if it doesn't have a route for [::]/0. So when I'm not home, I can't reach my VPN servers, because there is supposedly no address.
(I fix it by routing all IPv6 traffic through my VPN. Just routing connectivitycheck may suffice though).
by TobTobXX
3/18/2026 at 5:54:03 PM
Anything Microsoft lacking V6 is configuration issue - ever since Vista, Windows networking (in corporate) treats v4-only as somewhat "degraded" configuration (some time ago there was even a funny news post about how Microsoft was forced to keep guest WiFi with enabled v4, having switched everything else to V6 only)by p_l
3/19/2026 at 12:06:11 AM
It varies in different parts of the world. Here in New Zealand all except one fixed line (i.e. fibre/xDSL) provider offers IPv6 (the only hold out being the ex-government telco). Wireless/mobile (4G/5G mobile or FWA) is a different story however as all wireless/mobile networks are IPv4 only still to this day (even thogh two of them are also fixed line providers offering IPv6 via their fixed line service!).by kiwijamo
3/18/2026 at 11:47:45 PM
Bell Canada does not provide IPv6 to Internet customers but their cell network does support it. They're one of what we call "the big three".https://www.google.com/intl/en/ipv6/statistics.html#tab=per-...
Looks like Canada has roughly 40% adoption, and USA roughly 50% adoption.
by doubled112
3/18/2026 at 7:20:23 AM
I complained as a yearly tradition for couple of years to get v6 enabled in my ISP. They had the core network enabled on World IPv6 Launch in 2012, but not deployed to end customers.One simple way to check if your ISP have some kind of IPv6 netowork is to see if CDN domains given by YouTube and Facebook have AAAA records.
We shouldn't have to ask for ISPs to add IPv6 support but here we are.
by miyuru
3/18/2026 at 9:44:03 AM
You could also provide a dual stack jump host. Then v4-only clients just set the ProxyJump option to get to all the v6-only hosts via the jump host.by jcgl
3/19/2026 at 3:33:13 AM
Why not just assign across different ports? Seems like a straightforward solution.by metadat
3/19/2026 at 3:46:14 AM
My guess is that they want to keep the url clean.I have seen that port technique used in NAT servers.
by miyuru
3/18/2026 at 7:55:56 AM
They could have done that in addition (and maybe they do), but for some of their customers it then may not work, for reasons hard to understand as a customer. Especially when changing locations frequently it may sometimes work and sometimes not ... not good for keeping customersby johannes1234321
3/18/2026 at 6:11:37 AM
This is the way.by YesThatTom2
3/18/2026 at 6:32:50 AM
Op solved a problem and your comment is "I wouldn't have solved the problem".>legacy IP
lol
by TZubiri
3/18/2026 at 6:39:29 AM
It's a nice solution for sure, but a problem by choice. You could just have an AAAA record for the domain in addition to the A record, and as GP pointed out, resolve SSH sessions via the IPv6. If the user wants SSH to work with IPv4 for whatever reason—I see the point that there may be some web visitors without IPv6 still, but devs?—they could pay a small extra for a dedicated IPv4 address.by 9dev
3/18/2026 at 8:56:05 AM
Products targeted at developers like to get a foothold in large corporations "by stealth" - let the developers experience what a great product it is first, before they have to do the approval paperwork.With this IPv4 trick, if your employer or university only provides IPv4 you can use the product anyway.
by michaelt
3/18/2026 at 7:18:06 AM
They could buy a dedicated IPv4 address, but that address still has to be tunneled through [EDIT:] IPv6 networks if that dev has no access to [EDIT:] IPv4 networks. Thus DX still suffers. [ADDENDUM: I mistakenly swapped "IPv4" and "IPv6" there. See comments.]by lifthrasiir
3/18/2026 at 7:33:30 AM
I'm not sure I understand your point; if exe.dev operates a dedicated IP solely so a specific mythical IPv6-less developer can connect to a specific server, then there's no tunnelling involved at all.by 9dev
3/18/2026 at 7:40:03 AM
Oops, I think I mixed up two sentences in the middle. A fixed comment is available. But I also probably misinterpreted what you were saying:> they could pay a small extra for a dedicated IPv4 address.
Did you mean that the dedicated IPv4 address to connect via SSH? Then my objection doesn't apply.
by lifthrasiir
3/19/2026 at 6:17:10 AM
I've worked in big companies long enough to know that "deprecated" or "legacy" mean "the thing we actually rely on"by jim33442