Hi,
> Portforwarding to a different IP on the same haproxy-box causes haproxy behave
> buggy.
> This error happens when one uses the TPROXY target for portforwarding,
> ie. like this:
>
> Let's say the IP of the main interface is 192.168.100.100,
> and traffic from outside to port 1234 shall be forwarded
> to a virtual IP 192.168.100.101 and port 5678 on the same host, ie:
I don't understand what you are trying to do and why. Can you elaborate what
you are trying to do (in production, not in a lab) and can you also share the
haproxy configuration?
TPROXY is used to intercept TCP connections of non-local IPs. Using TPROXY
IPs that configured on your local machine makes no sense.
Lukas