Hi, On Tue, Jul 16, 2013 at 07:17:29PM +0000, OOWORX .com wrote: > Hi all, > > > > Concerning HAproxy with translation of IPv6 and IPv4 addresses, > > > > This configuration is functional : > listen ipv6proxy80 2607:f208:1:1000::101:80 > mode tcp > server ipv4server80 192.168.0.2:80 > maxconn 4000 > > > > This one is not functional : > listen ipv6proxy80 2607:f208:1:1000::101:80 > mode http > server ipv4server80 192.168.0.2:80 > maxconn 4000 > > > > Difference is between tcp and http mode. > > Is it a normal behaviour ?
It's impossible to respond, there is too little information. What do you mean with "not functional" ? What do you observe, what do you expect, what does the server receive, what do you see in the logs ? Regards, Willy

