OPNsense Forum

English Forums => General Discussion => Topic started by: glutton on February 12, 2025, 02:57:42 AM

Title: how to allow remote devices with IPv6 to access services behind haproxy
Post by: glutton on February 12, 2025, 02:57:42 AM
Hello All,

I have a dual stack WAN interface and I would like to get an advise on how to allow mobiles devices with IPv6 addresses to access services using IPv4 and behind ha proxy.

I have looked into NAT64 (tayga) plugin but not sure if this is the right plugin to make things work.

Thank you



Title: Re: how to allow remote devices with IPv6 to access services behind haproxy
Post by: dseven on February 12, 2025, 04:50:34 PM
If you're using a reverse proxy, there should be no need to for any NAT64 - IPv4 or IPv6 from the client to the proxy, and IPv4 from the proxy to the app....
Title: Re: how to allow remote devices with IPv6 to access services behind haproxy
Post by: meyergru on February 12, 2025, 04:52:16 PM
Correct just use HAproxy, allow for external IPv4 and IPv6 access and configure the real server on an internal IPv4 address.