OPNsense Forum

Archive => 18.1 Legacy Series => Topic started by: sirio81 on September 23, 2018, 05:59:50 pm

Title: Help configuring HA-proxy
Post by: sirio81 on September 23, 2018, 05:59:50 pm
Hi all, I'm running OPNsense 18.1.13_1-amd64.
I'm trying to configure HA proxy to server 2 webvers.
As of now, I care http to be working.
I'll take care of https later.

I already set up xa proxy and it's working but the web pages are incomplete: only html is loaded, no images, no css.

Before I flood this post wit many details, do you already know if that's a common configuration mistake?

The network schema is this:
Code: [Select]
router -> wan (192.168.179.2) | lan (192.168.178.3) -> webserver1 (192.168.178.15)
                                                    -> webserver2 (192.168.178.17)

The public ip is held by the router that forward all ports to opnsense.

Yhank you!