Hello,
With my old loadbalancer (loadbalancer.org), I create iptables filter like this ==>
iptables -t mangle -A PREROUTING - tcp -d 192.168.0.98 --dport 80 -j MARK --set-mark 98
iptables -t mangle -A PREROUTING - tcp -d 192.168.0.98 --dport 443 -j MARK --set-mark 98
After I create a new virtual Service with this settings :
- Virtual Address ==> 98
- Protocole : FWM
Do you think it 's possible to have the same settings with my Kemp virtual machine ?
Thank you very much for your help and sorry for my english ....