Hello,
Ok, just think about it.
The intention of SIIT-DC is to provide a way how to operate IPv6 only
data center. You have to translate IPv4 request to IPv6 and do it so
that client source address is preserved. It is done by adding IPv6
prefix to IPv4 address.
All you need is to have IPv4 frontend connected to IPv6 backend where
client source IPv4 address is translated to IPv6. Maybe some option in
HaProxy "source" configuration directive could do the same trick.
In this case two frontends (IPv6 and IPv4) will be connected to one
backend (IPv6 with IPv4to6 client source address mapping).
But maybe the whole problem it is more complicated and cannot be done in
HAProxy.
Regards
Jiri Tulach
Dne 21.6.2016 v 12:03 Willy Tarreau napsal(a):
Hello,
On Tue, Jun 21, 2016 at 11:23:33AM +0200, Jiri Tulach wrote:
Hello,
Are there any plans to support SIIT-DC in HaProxy?
https://tools.ietf.org/html/rfc7755
There's nothing related to a proxy there since SIIT is stateless and
works at the packet level.
Regards
Willy