Installare POUND come Load balancer SSL
-
Ciao, vorrei far girare Pound su PfSense.
( ho testato il Load balancer interno, ma mi occorre un prodotto che mi gestisca connessioni
miste http https con persistenza delle sessioni .. )Il mio problema è che se attivo il NAT, è come se Pound non esistesse,
il traffico mi va sul primo NAT che trova.
Se disabilito il nat e mantengo aperta la 80 e la 443, ho un 404 …Quest è la config di pound:
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
EndQualche idea ?
Grazie!