Hi everyone,
I’m running into a bit of a routing/NAT challenge on a Check Point 2500 Security Gateway (R82.00.05) and could use some collective wisdom.
The Scenario: I need to set up Static NAT for a few internal servers. Usually, this is straightforward when the servers are in a direct LAN segment. However, these specific servers live in a different building/VLAN that is routed to the Check Point via a core switch.
Checkpoint Internal IP: 10.0.1.1/24
Target Server IP: 192.168.50.10 (reachable via a static route/OSPF pointing to a core switch at 10.0.1.2)
Goal: Map a Public IP (1.1.1.10) to the Internal Server (192.168.50.10).
The Problem: When I configure the NAT rule and the Host object, the traffic seems to die at the gateway. I suspect the issue is related to Proxy ARP or the gateway not knowing how to handle the "non-local" destination for a NATed packet.
A few specific questions for the experts:
Since the target IP isn't on a local interface, do I still need a manual Proxy ARP entry for the Public IP?
Is there a specific setting in the NAT tab of the Host object (like "Install on Gateway") that I should be wary of in a routed environment?
Do I need to create a "dummy" interface or use a specific Routing/NAT trick to make the 2500 realize it should forward that translated packet back to the core switch instead of looking for it on the local wire?
I’ve checked the logs in SmartConsole, and I see the hits, but no return traffic. Any advice on the "Check Point way" to handle NAT for remote internal subnets would be greatly appreciated