Best way to get IPv4 connectivity to my self-hosted services
hank_and_deans @ hank_and_deans @lemmy.ca Posts 0Comments 16Joined 2 yr. ago
hank_and_deans @ hank_and_deans @lemmy.ca
Posts
0
Comments
16
Joined
2 yr. ago
That is correct. There is a trick where you can set the source ip to the ipv6 mapped ipv4 ip it originally came from. I have implemented that in a transparent tcp proxy I worked on some years ago, but I am not sure if nginx supports that.
I should look into that actually. It would be useful to me as well.
Edit: actually that only works if you are in the routing path. However a nat64 solution would work as well, where you map a /64 back to the proxy.