tallinnying
Member
Night Shift
- Joined:
- Aug 2024
- Posts:
- 268
- From:
- Tallinn, EE
Congrats and also
I did this last year at 3am because the ipv4 bill annoyed me. Anyway, here's my nat64 from that night, still running somehow:
Ip6tables -t nat -A POSTROUTING -s 2001:db8::/64 -j MASQUERADE
Jool instance add --pool4 203.0.113.0/24
Idk why I do this. It broke github actions for a week and I only noticed because my ci badge went grey.
builds at 3AM, sleeps at noon
wilmaethqn44
Member
- Joined:
- Jun 2024
- Posts:
- 135
- From:
- Cardiff, UK
If I switch my shop to IPv6 only will my customers still find me? I get most traffic from Facebook ads and I'm worried the links will break.
I run on Hostinger now and they charge extra for IPv4 so it would save money but I don't want to break things. My nephew set it up and he's at university now so I try not to bother him.
frames, tables, still valid HTML
adam20
Member
Ex-Abuse Desk
- Joined:
- Jul 2024
- Posts:
- 149
- From:
- Los Angeles, US
Demands refund for 4 hours downtime. Customer's own network does not support IPv6. Customer is ISP."
I feel for you, OP. The training wheels phase is real. We see the NAT64 abuse reports first—suddenly all your outbound looks like one IPv4 to every blacklist on earth. Have fun with that.
reported. resolved. repeat.
olya
Member
Always Free
- Joined:
- Jun 2024
- Posts:
- 159
- From:
- Warsaw, PL
Pro tip: if you're on Oracle free tier, their IPv6 is actually solid but the NAT64 setup is weird.
- Create a VNIC with IPv6 prefix
- You don't get NAT64 by default—heads up, you need to enable it in the subnet route table
- Add ::/0 route to the NAT64 gateway, not the internet gateway
- The gateway only covers certain destination prefixes, check docs
I ran IPv6-only ARM instances for a year before hitting a government portal with no AAAA. Set up a tiny x86 instance as NAT64 translator instead of their managed thing. Cost: still zero. Known limitation: some Oracle regions don't have the NAT64 gateway yet.
licensing is a suggestion