On Thu, Jan 15, 2015 at 08:21:05PM +0100, U.Mutlu wrote: > global > maxconn 512 > > defaults > timeout connect 1m > timeout client 2m > timeout server 2m > #option redispatch > > frontend MyFrontend > bind 192.168.100.101:5678
Here you need "transparent" on the "bind" line to enable tproxy. But I agree with Lukas that your setup is overly complicated, makes no sense at all, and does not reflect what you'd use in production. I didn't even know that tproxy used to support the options you were using, so probably you're not the only one to seek complications... Regards, Willy

