HAProxy: With DNS Resolver
-
I have a couple webservers in a DMZ.
I use DNS Resolver host overrides pointing to the IP of the webserver.
Now, that I am using HAProxy, I cannot load those sites, anymore (Connection Timeout).
I can still get to those sites if I get rid of the Host Override and come back in through the WAN, but I need to be able to get through them without going through the WAN, so I don't have to forward the other ports I need (10000 for Virtualmin).
-
@oguruma
Disabling transparent-client-ip on haproxy would probably make it work.?.Or make haproxy use a different port on the webserver for handling its requests. (Configure the webserver to listen on 2 ports, one for direct requests :443, the other for example :1443 for haproxy's transparent requests.)
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.