Hello,
I want to apply a port forward to our new voip server which is locally behind the checkpoint appliance.
We established an alias (1.1.1.1) on the interface of the external IP (2.2.2.2) which we want to use.
The voip server has the IP 5.5.5.5 and ports 443 and 9000 need to be forwarded.
Only connections to the alias (1.1.1.1) should be forwarded to the internal server:
1.1.1.1:443 -> 5.5.5.5:443
1.1.1.1:9000 -> 5.5.5.5:9000
How do I set this up ? Its my first time tinkering around with Port Forwarding with the checkpoint appliance.
Regards