Xavier wrote:
Ex: the obsd/fx (192.168.0.1) must load-balance HTTP to
you mean:
Ex: the obsd/fx (192.168.2.1) must load-balance HTTP to
I use: www_servers = "{192.168.2.80, 192.168.2.81 }" rdr on $ext_if proto tcp from any to 192.168.2.1 port 80 -> $www_servers round-robin sticky-address
I always get a "Connection refused" when accessing 192.168.2.1:80
is 192.168.2.1 really your $ext_if?