Add proxy arp on Checkpoint SPLAT
January 26, 2012
When doing client side NAT’ing on Checkpoint boxes and using manual NAT creations, IPSO is probably the most straight forward:
- Assume you have the NAT rule in the policy
- Go to Voyager; add a proxy arp entry
But on SPLAT I found I had to do the following;
- Assume you have the NAT rule in the policy
- In Dashboard; Global Properties / NAT / Untick ‘Automatic ARP configuration’ – install policy if necessary
- SSH to device and enter expert mode
- cd $FWDIR/conf ; vi local.arp
- Add line in the format 123.123.123.123 AA:BB:CC:DD:EE:FF
- Save file
- It seems you have to reboot for the system for these changes to be applied
Only now would the device respond to arp requests for that IP address – ie when creating manual NAT.