Pound Http/https Load Balancer - custom setup
-
Hello,
i would like to installa POUND in Pfsense.
I have tested the defalt Load balancer, but i need
an embedded SSL cert solution to manage mixed HTTP ad HTTPS connection with relative sessions.
I have successfully installed Pound by pakage, but when i start NAT, pound becomes invisible
and doasen't see packets.
If i disable NAT, the packets doasen't arrive to Pound and i have a 404.What config i have to set in Pfsense to activate Pound ?
This is my Pund Config:
–----------
global options:
User "nobody"
Group "nobody"
#RootJail "/chroot/pound"Logging: (goes to syslog by default)
## 0 no logging
## 1 normal
## 2 extended
## 3 Apache-style (common log format)
LogLevel 3check backend every X secs – abbassare in caso di DDOS alzare su retei lente:
Alive 30
Main listening ports
ListenHTTP
Address 0.0.0.0
Port 80
Client 10
EndListenHTTPS
Address 0.0.0.0
Port 443
Cert "/etc/pound/pound.pem"
Client 20
EndService
BackEnd
Address 192.168.0.2
Port 80
Priority 3
End
BackEnd
Address 192.168.0.3
Port 80
Priority 4
End
Session
Type COOKIE
ID "userid"
TTL 180
End
EndSomeone have tryed this solutions ?
Any suggestions ( different from Pound ) ?Thanks