Hi, I’ve been digging the internet all night trying to figure out this issue.
So basically I installed a HA Proxy instance to be used as Reverse Proxy.
This is my simple haproxy.conf config:
HAProxy internal IP: 192.168.30.120
HAProxy External IP: 212.x.x.102 NAT’d to internal
Apache server IP: 192.168.30.109
My workstation internal IP: 192.168.30.102
My workstation External IP: 212.199.xx.xxx
Checkpoint Policy & NAT:
Policy rule - https://i.imgur.com/drtYkQ6.png
NAT rule - https://i.imgur.com/jlt2jaL.png
All the packets in the firewall are accepted, none are blocked.
now, there are 2 scenarios:
- Testing in LAN ( Successfully ): shlomitest1.prv.co.il pointing to 192.168.30.120.
HAProxy Log: https://pastebin.com/jLvbtXnk
TCPDump Log: https://pastebin.com/0SPSkGhf
- Testing from WAN ( Unsuccessful ): shlomitest.prv.co.il pointing to 212.x.x.102.
HAProxy Log: https://pastebin.com/MdSUpyUz
TCPDump Log: https://pastebin.com/ypajJ6nN
This is really all the information I managed to collect.
I’m pretty lost right now as I tried everything I could :X
Appreciating any help!
Thank you